Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
src-1.6.zip | 2009-10-19 | 489.4 kB | |
readme_source_code-1.6.txt | 2009-10-19 | 831 Bytes | |
javadoc-1.6.zip | 2009-10-19 | 2.5 MB | |
build-1.6.xml | 2009-10-19 | 1.9 kB | |
Totals: 4 Items | 3.0 MB | 0 |
src-1.6.zip archive contains the source code for AssociationViewer version 1.6. It contains all the required classes (ch/*) and icons (img/*). Main entry point is the class ch.isbsib.viewer.Viewer. AssociationViewer is developped using Eclipse, but you are free to use any other mean. An ant file (build.xml) with all usual targets (clean, compile, run) is now provided. To compile you will need both the libraries bundled with associationviewer.jar (available in the binary package) in a lib folder and the sources in a src folder next to the ant file. Some useful ant commands are: ant -f build-1.6.xml -p to get all the targets ant -f build-1.6.xml main to build and run the application Rename build-1.6.xml into build.xml to avoid using -f option. javadoc-1.6.zip archive contains all the javadoc required for developement.