How to build Anette
===================
1) Create a file "anette.properties" in the directory which also
contains anette.xml. The new file should contain the path to your JDK
1.6 installation. It should look like:
---- START ----
jdk.home.1.6=/usr/java/jdk1.6.0/
---- END ----
2) Call ant:
$ ant -f anette.xml package
3) The freshly built jars will be places in "dist/"
Other documentation
===================
The above mentioned ant-file is the only one up-to-date. Especially
the following files are not up-to-date:
- README.markdown
- Anette/build.xml
- all Netbeans related files