Directory groovy/modules/gant/source/gant/

Directory Created:
2006-11-13 09:59
Total Files:
1
Deleted Files:
0
Lines of Code:
294

Browse with ViewVC

[root]/groovy/modules/gant/source/gant

                        directory in repo targets (1 files, 57 lines)

                        directory in repo tools (4 files, 290 lines)

Lines of Code

groovy/modules/gant/source/gant/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 16 (100.0%) 446 (100.0%) 27.8
russel 14 (87.5%) 354 (79.4%) 25.2
graeme 2 (12.5%) 92 (20.6%) 46.0

Most Recent Commits

russel 2007-03-25 20:30

Fixed the unit test errors.

7 lines of code changed in:

  • groovy/modules/gant/source/gant: Gant.groovy (+7 -2)
russel 2007-03-25 19:41

Improve the way Gant file compilation errors are reported.

8 lines of code changed in:

  • groovy/modules/gant/source/gant: Gant.groovy (+8 -1)
russel 2007-03-04 14:21

Deal with the situation where a -Dflob parameter is given, i.e. no = in the option.

2 lines of code changed in:

  • groovy/modules/gant/source/gant: Gant.groovy (+2 -1)
russel 2007-03-03 17:22

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:

  • groovy/modules/gant/source/gant: Gant.groovy (+7 -5)
russel 2007-03-03 11:43

Got the version number the proper way instead of hacking.

4 lines of code changed in:

  • groovy/modules/gant/source/gant: Gant.groovy (+4 -2)
russel 2007-02-28 19:37

Removed use of system properties for cache use status in favour of using a variable in the binding.

11 lines of code changed in:

  • groovy/modules/gant/source/gant: Gant.groovy (+11 -18)
russel 2007-02-28 19:03

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:

  • groovy/modules/gant/source/gant: Gant.groovy (+20 -12)
russel 2007-02-16 12:59

Removed the replication of the version number string.

Reformatted Graeme's code into the general style.

70 lines of code changed in:

  • groovy/modules/gant/source/gant: Gant.groovy (+70 -80)
graeme 2007-02-15 10:19

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:

  • groovy/modules/gant/source/gant: Gant.groovy (+90 -13)
russel 2007-02-13 18:09

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:

  • groovy/modules/gant/source/gant: Gant.groovy (+9 -12)
russel 2007-01-04 08:53

Increment the version number after releasing 0.2.3.

1 lines of code changed in:

  • groovy/modules/gant/source/gant: Gant.groovy (+1 -1)
russel 2007-01-04 08:44

Declare version 0.2.3 to have a distribution that works with Groovy v1.0.

1 lines of code changed in:

  • groovy/modules/gant/source/gant: Gant.groovy (+1 -1)
russel 2006-12-07 12:52

Post-release version change.

1 lines of code changed in:

  • groovy/modules/gant/source/gant: Gant.groovy (+1 -1)
russel 2006-12-06 18:32

Declare a release of Gant known to work with Groovy RC-1.

1 lines of code changed in:

  • groovy/modules/gant/source/gant: Gant.groovy (+1 -1)
graeme 2006-11-20 18:23

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:

  • groovy/modules/gant/source/gant: Gant.groovy (+2 -2)
russel 2006-11-13 09:59

Rearranged the packaging structure to the scheme agreed on the emails list.

212 lines of code changed in:

  • groovy/modules/gant/source/gant: Gant.groovy (new 212)
Generated by StatSVN 0.3.2-SNAPSHOT