Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chanwit/groovy

The Groovy dynamic programming language -- Java's dynamic symbiote
https://github.com/chanwit/groovy

Last synced: 18 days ago
JSON representation

The Groovy dynamic programming language -- Java's dynamic symbiote

Awesome Lists containing this project

README

        

$Id$

Building
========

To build you will need:

* JDK 1.4+ (J2SE 1.4.0+) (http://java.sun.com/j2se/1.4.2)
* Apache Ant 1.7+ (http://ant.apache.org)

For detailed instructions please see:

http://groovy.codehaus.org/Building+Groovy+from+Source

To build everything, run tests and create a complete installation:

ant install

To build without running tests:

ant install -DskipTests=true