Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chanwit/groovy
- Owner: chanwit
- License: other
- Created: 2009-01-22T01:10:49.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2022-02-01T00:58:06.000Z (almost 3 years ago)
- Last Synced: 2024-10-11T00:31:18.759Z (about 1 month ago)
- Language: Java
- Homepage: http://groovy.codehaus.org
- Size: 42.4 MB
- Stars: 4
- Watchers: 4
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.txt
- License: LICENSE.txt
- Security: security/GroovyJarTest.jar
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