- Check out Groovy from SVN or grab a source zip from the distribution site
- Install Java if required (1.4 or above)
- Install Ant if required (1.7.0 or above preferred)
- Use 'ant clean test' to compile, test and make jars
Note: you may need to set up proxy information in a~/.ant/settings.xmlor~/.m2/settings.xmlfile: - Use 'ant install' to build doco and zips
- Use 'ant deploy' to publish the jars to the maven 2 main and snapshot repositories (selected based on whether the POM version contains SNAPSHOT)
Note: to publish you will need to have appropriate permissions with codehaus and ensure that you have stored your credentials in a~/.ant/settings.xmlor~/.m2/settings.xmlfile of the form:
Labels