[root]/groovy/modules/gant/source/gant
targets
(1 files, 57 lines)
tools
(4 files, 290 lines)
Fixed the unit test errors.
7 lines of code changed in:
Improve the way Gant file compilation errors are reported.
8 lines of code changed in:
Deal with the situation where a -Dflob parameter is given, i.e. no = in the option.
2 lines of code changed in:
Added the ability to have multiple -D options so as to be able to define any number of variables/properties on the command line.
7 lines of code changed in:
Got the version number the proper way instead of hacking.
4 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.
20 lines of code changed in:
Removed the replication of the version number string.
Reformatted Graeme's code into the general style.
70 lines of code changed in:
implemented local caching of .class files to improve performance when executing scripts. This is an optional feature (disabled by default) and is enabled using the -c option of gant:
gant -c
or
gant --useCache
90 lines of code changed in:
Made multiple targets per command line work again.
I wonder if there has been a change of behaviour JDK 1.5 -> JDK 1.6?
Perhaps this change might be JDK 1.6 specific?
9 lines of code changed in:
Increment the version number after releasing 0.2.3.
1 lines of code changed in:
Declare version 0.2.3 to have a distribution that works with Groovy v1.0.
1 lines of code changed in:
Post-release version change.
1 lines of code changed in:
Declare a release of Gant known to work with Groovy RC-1.
1 lines of code changed in:
Gant was throwing MME on 1.4 VM so had to change to use replaceAll instead. Tried using replace('.' as char, '_' as char) but that didn't work either.
2 lines of code changed in:
Rearranged the packaging structure to the scheme agreed on the emails list.
212 lines of code changed in: