Ant is used as the build tool for Radical; Ant is similar to the traditional MAKE build tool, but is implemented completely in and designed specifically for Java. Ant is freely available as part of the Jakarta Ant project. Radical was built using version 1.4 of Ant. To properly use Ant, add the Ant bin directory to your PATH variable and set your JAVA_HOME and ANT_HOME environment variables to point to the JDK and Ant install directories, respectively.
The default build file can also be used to execute Radical using the current build JAR files by typing "ant run". There are other various targets in the Ant build file, but it is not necessary to execute them individually since Ant only builds what is required each time. The only other important build target is executed by type "ant dist", this creates a new, self-installing Radical distribution JAR file. Important - building Radical will overwrite the installed JAR files, so make a back-up copy of the original Radical installation if you wish to retain it.
For information on using Radical, refer to usage.html. If you have comments or suggestions, feel free to contact me at heavy@ungoverned.org
Richard S. Hall