What's new? | Help | Directory | Sign in
Google
google-singleton-detector
Find singletons and global state in Java programs
  
  
  
  
    
Search
for
Updated Jul 25, 2007 by derubel
Labels: Featured
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