October 2006 Commit Log

Number of Commits:
97
Number of Active Developers:
8
russel 2006-10-31 20:20

Changed licence from LGPL to ASL 2.0.

268 lines of code changed in:

akaranta 2006-10-31 19:22

paths w/ spaces now work on windows, jvm dyn lib is released after use

67 lines of code changed in:

russel 2006-10-30 21:13

Rearranged the way the default target is presented in the target list.

15 lines of code changed in:

  • groovy/modules/gant/source/org/codehaus/groovy/gant/infrastructure: Gant.groovy (+3 -1)
  • groovy/modules/gant/tests/org/codehaus/groovy/gant/tests: Targets_Test.groovy (+12 -1)
jbaumann 2006-10-28 16:36

Argh. Removed echo statement used for debugging (2nd try).

0 lines of code changed in:

tug 2006-10-28 10:40

Undo failed attempt to fix Groovy 1194

35 lines of code changed in:

russel 2006-10-27 13:52

Replaced assert with if.

5 lines of code changed in:

russel 2006-10-27 13:43

Added a test for a null return from System.getenv ( ).'GROOVY_HOME'.

1 lines of code changed in:

russel 2006-10-27 12:58

Tidied up command line issues.

13 lines of code changed in:

  • groovy/modules/gant/source/org/codehaus/groovy/gant/infrastructure: Gant.groovy (+13 -13)
russel 2006-10-27 11:57

Corrected the problem in the bootstrap Ant file.

2 lines of code changed in:

russel 2006-10-27 11:21

Rearranged a bit to cut the amount of code.

22 lines of code changed in:

  • groovy/modules/native_launcher: Rantfile (+4 -4)
  • groovy/modules/native_launcher/source: Rantfile (+18 -30)
russel 2006-10-27 11:09

Laid the groundwork for a Windows build without Cygin or MSYS.

11 lines of code changed in:

  • groovy/modules/native_launcher: Rantfile (+7 -1)
  • groovy/modules/native_launcher/source: Rantfile (+4)
russel 2006-10-27 09:28

Removed use of ENV['PWD'] since it does not work on Windows without Cygwin or MSYS.

3 lines of code changed in:

  • groovy/modules/native_launcher: Rantfile (+2 -2)
  • groovy/modules/native_launcher/source: Rantfile (+1 -1)
russel 2006-10-26 17:08

Force 1.4 class files.

4 lines of code changed in:

tug 2006-10-26 17:00

Fix Groovy 1194

44 lines of code changed in:

jbaumann 2006-10-26 13:11

Cygwin-specific changes to fix the space-in-path problem

Added callback hooks for ~/.groovy/startup (all unix flavors)

and for %PROFILE%/.groovy/preinit.bat, init.bat, postinit.bat

69 lines of code changed in:

russel 2006-10-25 18:05

First attempt at MinGW build on Cygwin and MSYS.

27 lines of code changed in:

  • groovy/modules/native_launcher: Rantfile (+2)
  • groovy/modules/native_launcher/source: Rantfile (+25 -9)
russel 2006-10-25 17:17

Prepare to see if we can do a Cygwin-hosted build using MinGW.

16 lines of code changed in:

  • groovy/modules/native_launcher: Rantfile (+8 -4)
  • groovy/modules/native_launcher/source: Rantfile (+8 -4)
akaranta 2006-10-25 13:16

cleaning up, clarifying code.

85 lines of code changed in:

paulk 2006-10-25 08:07

improved coverage

172 lines of code changed in:

akaranta 2006-10-25 05:34

just a test commit to ensure my connection is ok

1 lines of code changed in:

  • groovy/modules/native_launcher: README.txt (+1 -1)
paulk 2006-10-25 04:47

minor javadoc tweaks

919 lines of code changed in:

russel 2006-10-24 19:38

Removed install.groovy from the compile set.

1 lines of code changed in:

russel 2006-10-24 19:33

Upped the version number and fixed the package creation to include the READMEs.

5 lines of code changed in:

russel 2006-10-24 19:05

Declare a release, version 0.2.0.

2 lines of code changed in:

russel 2006-10-24 19:01

Fixed embarrassing error.

1 lines of code changed in:

  • groovy/modules/gant/source/org/codehaus/groovy/gant/targets: clean.gant (+1 -1)
russel 2006-10-24 18:54

Fixed a problem with the clean dependency lookup.

4 lines of code changed in:

  • groovy/modules/gant/source/org/codehaus/groovy/gant/targets: clean.gant (+4 -1)
russel 2006-10-24 18:49

Fix the clean source targets file and update to make source and binary distributions.

26 lines of code changed in:

  • groovy/modules/gant: build.gant (+20 -9)
  • groovy/modules/gant/source/org/codehaus/groovy/gant/targets: clean.gant (+6 -2)
russel 2006-10-24 11:54

Moved the trivial testScripts to examples directory.

0 lines of code changed in:

russel 2006-10-24 09:11

Added bits for making a distribution.

130 lines of code changed in:

paulk 2006-10-23 22:01

make test work with and without xerces

10 lines of code changed in:

paulk 2006-10-23 13:07

align dependencies in Maven 2 POM with recent changes in Maven 1 POM

41 lines of code changed in:

paulk 2006-10-23 12:38

GROOVY-1535: added more XML tests including FactorySupport test

83 lines of code changed in:

fraz 2006-10-22 19:21

Stripped project version of IDEA's version number

1 lines of code changed in:

fraz 2006-10-22 19:14

Stripped project version of IDEA's own version information

1 lines of code changed in:

fraz 2006-10-22 18:59

GROOVY-1533: Made plug-in available for IntelliJ IDEA 6.0.x (Demetra)

Updated the Groovy 1.0 RC-1 SNAPSHOT JAR files

16 lines of code changed in:

russel 2006-10-22 12:46

Added a Maven2 POM. Allows creation of the jar but does not run the tests because the Groovy plugin isn't up to it yet.

78 lines of code changed in:

  • groovy/modules/xmlrpc: pom.xml (new 78)
paulk 2006-10-22 08:55

added Cobertura configuration info thanks to Edwin Tellman

80 lines of code changed in:

paulk 2006-10-22 06:43

upgraded dependencies

34 lines of code changed in:

paulk 2006-10-22 05:43

add '**' to DOMCategory and XmlParser

make children() in DOMCategory behave like XmlParser

Add depth/breadthFirst to DOMCategory

674 lines of code changed in:

paulk 2006-10-21 07:23

add '..' to DOMCategory and XmlParser

add '*' to XmlParser

26 lines of code changed in:

  • groovy/groovy-core/src/main/groovy/util: Node.java (+19 -13)
  • groovy/groovy-core/src/main/groovy/xml/dom: DOMCategory.java (+7 -1)
paulk 2006-10-21 07:21

more rationalising of XML tests

158 lines of code changed in:

paulk 2006-10-20 23:13

begin rationalising XML test

226 lines of code changed in:

russel 2006-10-20 15:47

Added having a List of Closures as the argument to depends.

42 lines of code changed in:

russel 2006-10-19 16:34

Added list (of closures) to the allowed parameters to depends.

46 lines of code changed in:

  • groovy/modules/gant/source/org/codehaus/groovy/gant/infrastructure: GantMetaClass.java (+16 -6)
  • groovy/modules/gant/tests/org/codehaus/groovy/gant/tests: Depends_Test.groovy (+30 -8)
russel 2006-10-19 13:37

Resolved conflicts betwen changes I had outstanding and Paul King's changes that made compilation work.

101 lines of code changed in:

  • groovy/groovy-core: pom.xml (+101 -118)
paulk 2006-10-19 12:22

enable maven clean compile

59 lines of code changed in:

  • groovy/groovy-core: pom.xml (+59 -67)
jez 2006-10-18 15:08

* Added GE to source printer

* Added tests for GE (>=) and one form of Hex Digit literal



27 lines of code changed in:

russel 2006-10-18 12:02

A start to try and get a Maven 2 build for Groovy.

126 lines of code changed in:

  • groovy/groovy-core: pom.xml (new 126)
paulk 2006-10-18 11:31

tweak to try to make build more stable

5 lines of code changed in:

russel 2006-10-18 10:59

Changed from GPL to ASL at Guillaume's request.

43 lines of code changed in:

paulk 2006-10-18 10:58

update junit -> 3.8.2 and BSF -> 2.4.0

27 lines of code changed in:

paulk 2006-10-18 09:24

Refactored out XML factory creation to reduce duplication

89 lines of code changed in:

paulk 2006-10-18 04:27

Additional tests

4 lines of code changed in:

paulk 2006-10-18 04:04

Fix traversal order

18 lines of code changed in:

  • groovy/groovy-core/src/main/groovy/util: Node.java (+18 -8)
paulk 2006-10-18 04:02

Additional XML tests

9 lines of code changed in:

paulk 2006-10-18 04:00

Added attributes() to DOMCategory and fixed previous bug causing build problems

41 lines of code changed in:

russel 2006-10-17 19:18

Added Antti's native code launcher as a module.

1150 lines of code changed in:

russel 2006-10-17 18:57

Had to update the test cases due to Ant issuing messages that we don't actually want.

6 lines of code changed in:

russel 2006-10-17 18:49

Removed the comment on code that is needed.

3 lines of code changed in:

  • groovy/modules/gant/source/org/codehaus/groovy/gant/infrastructure: Gant.groovy (+3 -6)
russel 2006-10-17 17:42

Found why Ivy wasn't working at all. Still gives an exception downloading to the cache though.

3 lines of code changed in:

  • groovy/modules/gant/source/org/codehaus/groovy/gant/tools: Ivy.groovy (+3 -4)
russel 2006-10-17 15:28

Corrected the spelling error.

1 lines of code changed in:

russel 2006-10-17 15:12

Clean appears to work now with the changes to Groovy MOP.

108 lines of code changed in:

tug 2006-10-17 13:50

Add a keepWhitespace property to allow the whitespace handling to be changed.

The default keeps the existing behaviour



new XmlSlurper(keepWhitespace = true)



changes the behaviour

17 lines of code changed in:

blackdrag 2006-10-17 13:05

partial fix for the build

64 lines of code changed in:

paulk 2006-10-16 11:44

Added list() to DOMCategory

46 lines of code changed in:

tug 2006-10-16 09:59

Apply Paul King's patch th fix Groovy 1514 - Thank's Paul!

72 lines of code changed in:

paulk 2006-10-14 22:52

Fixed up error message text (copy and paste error)

25 lines of code changed in:

paulk 2006-10-14 09:57

GROOVY-1524 Further improvements and testcases for DOMCategory plus fixed up groovy.xml.dom.DOMTest

320 lines of code changed in:

paulk 2006-10-13 15:47

GROOVY-1524 Further improvements and testcases for DOMCategory

49 lines of code changed in:

paulk 2006-10-13 15:04

GROOVY-1524 Further improvements and testcases for DOMCategory

79 lines of code changed in:

blackdrag 2006-10-13 14:35

ensure that if a list is given as only argument that a delegated call is not influenced by the expansion of the list

10 lines of code changed in:

blackdrag 2006-10-13 14:21

patches for Groovy-748 (ensure files are closed), Groovy-1125 (intersect on Collection), Groovy-1141 (conversion from int to BigInteger), Groovy-1236 (unique on Collection), Groovy-1262 (NPE in MetaClassHelper), Groovy-1439 (use closure as for interface implementation), Groovy-1529 (use map of closures for interface implementation)

584 lines of code changed in:

paulk 2006-10-13 12:55

Further improvements and testcases

112 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/tools/xml: DomToGroovy.java (+48 -48)
  • groovy/groovy-core/src/test/org/codehaus/groovy/tools/xml: DomToGroovyTest.java (+64 -5)
russel 2006-10-12 21:51

Got the Ivy tasks working again.

25 lines of code changed in:

  • groovy/modules/gant/examples/ivy: build.gant (+12 -5)
  • groovy/modules/gant/source/org/codehaus/groovy/gant/tools: Ivy.groovy (+13 -8)
russel 2006-10-12 20:38

Fixed trivial error in Clean clobbering.

1 lines of code changed in:

  • groovy/modules/gant/source/org/codehaus/groovy/gant/targets: Clean.groovy (+1 -1)
russel 2006-10-12 20:21

Got targets classes working, i.e. can use org.codehaus.groovy.gant.targets.Clean in includeTargets.

386 lines of code changed in:

paulk 2006-10-12 12:24

Made notworking 'test' into a working example as it wasn't really a test anyway

27 lines of code changed in:

paulk 2006-10-12 11:50

GROOVY-1524 Some additional DOM syntactic sugar

53 lines of code changed in:

paulk 2006-10-12 11:41

GROOVY-1517 update DomToGroovy to support latest MarkupBuilder syntax

18 lines of code changed in:

russel 2006-10-12 08:54

Gant passes tests and can reinstall itself using the new specification file syntax.

397 lines of code changed in: