Compilation

$ cd <gswing_home>/scripts

Then compile the source:

$ ant

This will create two jars file To do an ant clean:

$ ant clean

Javadoc generation

To generate the javadocs from the source code:

$ cd <gswing_home>/scripts
$ ant javadocs

Note: for the java class libraries to be hyper-linked you must be connected to the Internet when generating javadocs.

To remove currently existing Javadocs:

$ ant cleanJavadocs

Installation Home Staring gSwing