Name: | groovy15 |
---|---|
Version: | 1.5.6 |
Release: | 2.jpp5 |
Architecture: | noarch |
Group: | Development/Libraries/Java |
Size: | 7974334 |
License: | Apache Software License 2.0 |
RPM: | groovy15-1.5.6-2.jpp5.noarch.rpm |
Source RPM: | groovy15-1.5.6-2.jpp5.src.rpm |
Build Date: | Fri Sep 06 2013 |
Build Host: | ca-build7.us.oracle.com |
Vendor: | Oracle America |
URL: | http://groovy.codehaus.org/ |
Summary: | Groovy scripting language |
Description: | Groovy is a new agile dynamic language for the JVM combining lots of great features from languages like Python, Ruby and Smalltalk and making them available to the Java developers using a Java-like syntax. Groovy is designed to help you get things done on the Java platform in a quicker, more concise and fun way - bringing the power of Python and Ruby inside the Java platform. Groovy can be used as an alternative compiler to javac to generate standard Java bytecode to be used by any Java project or it can be used dynamically as an alternative language such as for scripting Java objects, templating or writing unit test cases. |
- Fix bug in pom install
- 1.5.6 as groovy15
- 1.1-rc3 - Verify build with mock
- Upgrade to 1.0 final
- First JPP 1.7 build
- upgrade to 1.0-0.b10 - set runtime dependencies to asm, classworlds, commons-cli - assure $HOME/.groovy/lib exists at startup - activate user-specific library loading in *-classworlds.conf
- reduce runtime dependencies to asm, classworlds
- Process project.xml files with saxon - Don't tamper with $HOME - Don't use build-jar-repository; explicitly ln -sf $(build-classpath ...)
- First release