fixed build console
[groovy.git] / README.txt
blobd60f3be4a257df00b3d34d831e31a36b84a19e54
1 $Id$
3 Building
4 ========
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:
17     ant install
19 To build without running tests:
21     ant install -DskipTests=true