6 To build you will need:
8 * JDK 1.4+ (J2SE 1.4.0+) (http://java.sun.com/j2se/1.4.2)
9 * Apache Ant 1.7+ (http://ant.apache.org)
11 For detailed instructions please see:
13 http://groovy.codehaus.org/Building+Groovy+from+Source
15 To build everything, run tests and create a complete installation:
19 To build without running tests:
21 ant install -DskipTests=true