September 2006 Commit Log

Number of Commits:
37
Number of Active Developers:
8
russel 2006-09-30 19:11

The Ivy use example.

67 lines of code changed in:

  • groovy/modules/gant/examples/ivy: build.gant (new 22), build.xml (new 34)
  • groovy/modules/gant/examples/ivy/source/example: Hello.java (new 11)
russel 2006-09-30 19:07

Moved to be in the right place.

0 lines of code changed in:

  • groovy/modules/gant/source/org/codehaus/groovy/gant/targets: Ivy.groovy (new)
  • groovy/modules/gant/source/org/codehaus/groovy/gant/tools: Ivy.groovy (del)
russel 2006-09-30 19:03

Commit prior to move.

7 lines of code changed in:

  • groovy/modules/gant/source/org/codehaus/groovy/gant/tools: Ivy.groovy (+7)
russel 2006-09-30 18:49

Tinkering with Ivy.

37 lines of code changed in:

russel 2006-09-30 14:41

Remove more of the stack traces, just print the message.

21 lines of code changed in:

  • groovy/modules/gant/source/org/codehaus/groovy/gant/infrastructure: Gant.groovy (+20 -10)
  • groovy/modules/gant/tests/org/codehaus/groovy/gant/tests: DryRun_Test.groovy (+1 -1)
russel 2006-09-30 12:01

Corrected problem of deleting everything by default. Not a good thing.

8 lines of code changed in:

  • groovy/modules/gant/source/org/codehaus/groovy/gant/targets: Clean.groovy (+8 -6)
glaforge 2006-09-26 21:36

GROOVY-1507: add line numbers to the command-line options

Thanks to a patch from Joachim Baumann

5 lines of code changed in:

glaforge 2006-09-26 21:25

GROOVY-1508: Add option -a <splitpattern> to allow auto split of lines read when using command-line scripts (via -e)

Thanks to a patch from Joachim Baumann

21 lines of code changed in:

galleon 2006-09-26 21:24

Correct some missing close according to GROOVY-1379

449 lines of code changed in:

glaforge 2006-09-26 20:51

Ant builder changes from GROOVY-1506

8 lines of code changed in:

  • groovy/groovy-core/src/main/groovy/util: AntBuilder.java (+7 -1)
  • groovy/groovy-core/src/main/org/codehaus/groovy/ant: Groovy.java (+1 -1)
russel 2006-09-26 08:26

Improved the error reporting a bit.

5 lines of code changed in:

russel 2006-09-26 07:56

Caught missing default target to provide a better user experience.

7 lines of code changed in:

  • groovy/modules/gant/source/org/codehaus/groovy/gant/infrastructure: Gant.groovy (+4 -1)
  • groovy/modules/gant/tests/org/codehaus/groovy/gant/tests: DryRun_Test.groovy (+3 -6)
russel 2006-09-26 07:41

Caught MissingMethodException to avoid huge (and irrlevant) stack traces on Gant file compilation errors.

19 lines of code changed in:

  • groovy/modules/gant/source/org/codehaus/groovy/gant/infrastructure: Gant.groovy (+19 -17)
glaforge 2006-09-25 21:20

GROOVY-1510: Add groupBy() method to filter lists according to a closure criteria

29 lines of code changed in:

galleon 2006-09-21 22:21

Add test for namespace support in AntBuilder

23 lines of code changed in:

tug 2006-09-21 16:56

Make identity() thread safe by cloning the closure

5 lines of code changed in:

russel 2006-09-21 11:33

Jochen declared my workaround of the tools.jar issue to be a Hideous Hack and so bad that he reverted 4024. tools.jar is again in the classpath by default.

1 lines of code changed in:

  • groovy/modules/gant/source/org/codehaus/groovy/gant/infrastructure: Gant.groovy (+1 -5)
blackdrag 2006-09-21 10:57

adding tools.jar again to keep Russel happy and the javac ant task working ;)

2 lines of code changed in:

russel 2006-09-21 10:21

Provided workaround for 4024 which removed tools.jar from the classpath. Not tested with JSR-06 only with 4067.

38 lines of code changed in:

  • groovy/modules/gant: build.gant (+13 -7), build.xml (+17 -13)
  • groovy/modules/gant/source/org/codehaus/groovy/gant/infrastructure: Gant.groovy (+8 -3)
galleon 2006-09-21 06:57

Add support for namespace to the AntBuilder

11 lines of code changed in:

glaforge 2006-09-20 18:26

GROOVY-1482: applied patch from Jonathan Carlson, thanks a lot for that contribution!

20 lines of code changed in:

russel 2006-09-20 15:26

Removed all the stuff that was necessary but now isn't. Function calls now work properly\!

124 lines of code changed in:

fraz 2006-09-20 02:26

Fixed broken build by using a concrete FileTypeManager instead of a mocked one!

11 lines of code changed in:

fraz 2006-09-20 01:55

Made GroovyJ build on IDEA Demetra build #5706

Updated the Groovy 1.0 RC-1 SNAPSHOT JAR files

35 lines of code changed in:

jshickey 2006-09-16 18:23

new version for the the update site

5 lines of code changed in:

jshickey 2006-09-16 17:48

fixed JIRA 1496. The plugin should work correctly if the Project root is the src and output directory.

55 lines of code changed in:

tug 2006-09-14 07:16

Fix GROOVY-1497

1 lines of code changed in:

blackdrag 2006-09-11 20:18

add delegation to getText for assert statement printout

2 lines of code changed in:

russel 2006-09-07 19:55

Swapped to use the groovy-all jar.

1 lines of code changed in:

russel 2006-09-07 19:42

Added jarfiles as seems to be the Eclipse norm.

3 lines of code changed in:

russel 2006-09-07 17:02

Altered the class path relating to the Groovy plugin -- is there a way of doing this without it being so version specific?

2 lines of code changed in:

blackdrag 2006-09-06 22:53

as normal fields are no longer shown as properties this test was adapted to the now correct logic

7 lines of code changed in:

blackdrag 2006-09-06 21:39

filter out fields when asking for the properties of a class. MetaFieldProperty is no real property

7 lines of code changed in:

jshickey 2006-09-05 21:15

Updated version number for publishing the update site

35 lines of code changed in:

jervin 2006-09-01 17:04

Copied the HippieCompletionEngine and HippieProposalProcessor from Eclipse 3.2 so that it will work with

Eclipse 3.1.2. When we finally switch over to using Eclipse 3.2 for real, these copied classes need to go away.

0 lines of code changed in:

jervin 2006-09-01 16:09

Added the first step of code completion and content assist: the HippieCompletionProcessor

24 lines of code changed in:

jervin 2006-09-01 15:11

Removing warning.

0 lines of code changed in:

August 2006 »

Generated by StatSVN 0.3.2-SNAPSHOT