|
|
Building
A guide to building GSD from source.
Building GSD
Building GSD currently requires ant 1.7 and Java 1.5.
To build the project, enter ant into the directory you unzipped the source to. This will create the directory target with a gsd-X.X.X.zip file inside. Other ant commands:
ant clean - Remove generate files ant compile - Build source ant compile-tests - Build tests ant test - Build and run tests ant jar - Build the distributable jar ant zip - Build the distributable zip
For more information on how to run the program, see Usage.
Sign in to add a comment
