forked from liquidkarma/stdf4j
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
52 lines (34 loc) · 1.67 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
STDF4J
Java library for reading STDF files. Currently only v4/v4-2007 is supported.
Unfortunately, the main test cases have been removed due to proprietary data,
but the test class has been included for reference and can be updated to
use any example STDF with corresponding statistics. For our testing we used
an ascii dump of the STDF using libstdf (http://freestdf.sourceforge.net) to
get the statistics for the test files. A small sample file is included for
reference, but it is recommended that a real production file be verified
before using this library on a large scale with your data.
BUILDING
This project uses maven (http://maven.apache.org) for building:
mvn clean install
This will build the library and all tools.
TEST CASES
Test cases are likely to contain proprietary data. Under the 'testdata'
directory is a project called 'create-sample-file', which can be used
to create sample files to be used in test cases. This is how test data
distributed with the core stdf4j release is created to avoid issues with
proprietary data.
RELEASE
In theory the following should release a new version:
mvn release:prepare
mvn release:perform
I have not been able to get that to work with googlecode, however, so
for now I have a specialized 'release' script in the current directory
to help with automating releases. You should be able to run this without
any arguments to create a new release. You will be prompted for the new
release version as well as the next development version. The released version
will be tagged in svn, but no files will be uploaded to googlecode. This
must still be done manually.
PROJECT WEBSITE
http://code.google.com/p/stdf4j
CONTACT
tragicphantom@gmail.com