This package contains an API for reading and writing files in the SIARD Format 2.1
For building the binaries, Java JDK (1.8 or higher) and Ant must have been installed.
Check build.properties
and make changes according to your system. No special configuration should be necessary, if the java binaries are available in your $PATH
.
Generate Siard 2.1 classes from metadata.xsd:
ant generate
Run all tests:
ant test
Create a release
ant release
this target also:
- runs all tests.
- copies
siardapi.jar
to thedist
folder - updates MANIFEST.MF
No specific IDE is needed.
./doc/manual/user/index.html contains the manual for using the binaries. ./doc/manual/developer/index.html is the manual for developers wishing to build the binaries or work on the code.
More information about the build process can be found in doc/manual/developer/build.html.