Compilation
$ cd
<gswing_home>/scripts
Then compile the
source:
$
ant
This will create
two jars file
- <gswing_home>/applet-elec.jar - the jar file used by the
Viewer that contains only the classes necessary for the applet.
Which
classes go into this file is defined in the file
<gswing_home>/scripts/includes_classes.dat.
- <gswing_home>/lib/elec.jar - the jar file used by all other
applications containing all classes.
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