Silly error in previous fixes, fixed.
8 lines of code changed in:
Created a utility class for Java 1.4 compatability. It only implements a version of Class.simpleName(Class) for now.
Updated files to use this instead of the Java 1.5 method.
26 lines of code changed in:
Removed use of system properties for cache use status in favour of using a variable in the binding.
11 lines of code changed in:
Added first cut at making include of targets and tools a once only thing.
Added the -DXXX=YYY option to the command line to define properties.
Added logic to make a correct build and installation for Grails as well as for Groovy.
193 lines of code changed in:
support frenchies in sprintf test ;-)
5 lines of code changed in:
Added local.build.properties to the build so the user can have properties that are not in a file handled by Subversion.
1 lines of code changed in:
moved output file from bin-groovy to bin and added support for the site to build correctly from bin
27 lines of code changed in:
alter copyright
1 lines of code changed in:
Fixes for: http://jira.codehaus.org/browse/GROOVY-1754. Status pending on confirmation as I don't experience
problems on my installation.
188 lines of code changed in:
Added the text file formatter to the JUnit task.
1 lines of code changed in:
Removed the Maven 2 POM as the Ant build system has it's own in conf/maven/main.pom. Removed the Gant script as it is redundant in the face of the Ant build.
0 lines of code changed in:
Various (mostly trivial) tinkerings to the Ant build system. This should now be ready for production use.
732 lines of code changed in:
Removed the need for the groovy-starter.jar, creating a build edits the startGroovy scripts to use the version of the groovy jar jsut created.
5 lines of code changed in:
Remove redundant wiki manipulation code, amend Maven 1 build to remove references to the code, and to the dependent jars.
2 lines of code changed in:
rollback a weird commit
0 lines of code changed in:
Share project {0} into {1}
0 lines of code changed in:
Fix for JIRA 1752: Add arg types and return types to error messages
Also updated unit tests.
6 lines of code changed in:
groovy-starter jar should be copied to lib directory
1 lines of code changed in:
fixed DelegatingMetaClass to implement the MutableMetaClass interface
19 lines of code changed in:
Fixed build path error
8 lines of code changed in:
Updated project to use bin instead of bin-groovy
40 lines of code changed in:
Fixed manifest errors, removed packages that no longer existed
0 lines of code changed in:
fix for GROOVY-1750: generalise printf, add sprintf, add tests
129 lines of code changed in:
more javadoc comments, added MutableMetaClass interface
178 lines of code changed in:
removed isGroovyObject method from MetaClass interface and changed impl in DelegatingMetaClass, adding test case
20 lines of code changed in:
test case for GroovySystem class
22 lines of code changed in:
changed GroovySystem static public fields to private and added static getters instead
33 lines of code changed in:
Initial fix for GROOVY-1549: handles e.g. Integer[] and int[] but not int[][]
152 lines of code changed in:
add doc (gdk and javadoc) and install targets to ant build
431 lines of code changed in:
Changed *eclipse.core id to *.eclipse - now tests build again.
2 lines of code changed in:
Added preliminary support for GroovyCompiler.GCF_GENERATE_CST.
This flag can only be used on its own at this time, and only with methods not using an input stream.
96 lines of code changed in:
add cobertura and jarjar to build
91 lines of code changed in:
added back in author/revision info
1 lines of code changed in:
added back in author/revision info
4 lines of code changed in:
added back in author/revision info
3 lines of code changed in:
added back in author/revision info
17 lines of code changed in:
fix checkstyle reporting
7 lines of code changed in:
Doh! Who told subversive to commit binary directories? Not I, I assure you ;)
0 lines of code changed in:
Renamed the org.codehaus.groovy.eclipse.core plugin to org.codehaus.groovy.eclipse. Also changed the Builder
Nature to org.codehaus.groovy.eclipse.groovyBuilder and the Project nature to
org.codehaus.groovy.eclipse.groovyNature. This is as was agreed to in the conference call, that it would be
bad to break everyone's old groovy projects because of the ID changes. To rename one of the ID's it was
easier to rename the core plugin, I left the project name alone so as to not have so many changes at once. It
would probably still be a good idea to rename the project, since having the plugin and project name syncrhonized,
while not necessary, is a good convention.
22 lines of code changed in:
javadoc comments for MetaObjectProtocol interface
103 lines of code changed in:
* changing method count on Object for new method addShutdownHook method
1 lines of code changed in:
corrects a typo (ShutDown -> Shutdown)
1 lines of code changed in:
* allows adding a shutdown hook to the runtime by using a closure
9 lines of code changed in:
* makes some formatting for GString
* adds GStringImpl as default implementation for GString
* forces the compiler to use GStringImpl instead of creating new inner clases for each GString
* corrects a check when overloading a private method with a public method
104 lines of code changed in:
fix checkstyle reporting
41 lines of code changed in:
Removed the \r from the Posix shell script.
11 lines of code changed in:
added junit reporting to ant build and checkstyle as an optional target
583 lines of code changed in:
Test cases updated to work after removing deprecated API from GroovyModel.
13 lines of code changed in:
build fixes for 1.7 permissions (on winXP)
1 lines of code changed in:
build fixes for 1.6 permissions (on winXP)
3 lines of code changed in:
build fixes for 1.5 permissions (on winXP)
2 lines of code changed in: