How to compile and install plugins
1
ANT
You needn't the GenDoc source but you need ANT to compile plugins. It is integrate in many IDE like Netbeans
2
Run GenDoc at least one time
All plugin will be install in this version of GenDoc
When GenDoc is run, it's update ~/.GenDoc/system.properties which contains where is GenDoc
3
Run ANT project build/build.xml
All .class of plugin will be store in the directory of build.xml. This ANT project file can be where you want
With command line :
ant configure
When this project is run, it's create ~/.GenDoc/build.properties which contains where is this project
4
You are ready to compile and install plugins
Each plugin contains an ANT project file call with the name of the plugin, run it with task "install.local" : it will compiled the plugin, and install it in the version GenDoc you choose in 2
For example, with gendiapo plugin :
ant -f gendiapo.xml install.local