Skip to content
paul-bowden edited this page Jul 24, 2015 · 3 revisions

Building

TIF is built in Netbeans 8.02.

After cloning the repository you should be able to open the TIF project in Netbeans.

You may need to resolve some references (e.g. JAXB). These can all be found in the lib directory.

Build and run the project.

Changes to the Schema (JAXB)

The TIF workbench obviously manipulates XML files that conform to the TIF schema. The code uses JAXB to create a set of Java wrapping classes from the TIF.xsd to enable marshalling and unmarshalling of XML to and from the object model.

The ant script projectBuilder.xml is use to generate the wrapping classes. A convenience batch script `gen-src.bat' makes this a bit easier.

ant -f projectBuilder.xml generate-sources

Clone this wiki locally