February 2007 Commit Log

Number of Commits:
133
Number of Active Developers:
14
emp 2007-02-28 20:44

Silly error in previous fixes, fixed.

8 lines of code changed in:

  • groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.astviews/src/org/codehaus/groovy/eclipse/astviews: MapTo.groovy (+2 -2), TreeNodeFactory.groovy (+2 -2)
  • groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.codeassist.typed/src/org/codehaus/groovy/eclipse/codeassist/typed: Completer.groovy (+4 -4)
emp 2007-02-28 20:18

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:

  • groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.astviews/src/org/codehaus/groovy/eclipse/astviews: MapTo.groovy (+3 -2), TreeNodeFactory.groovy (+4 -2)
  • groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.codeassist.typed/src/org/codehaus/groovy/eclipse/codeassist/typed: Completer.groovy (+5 -4)
  • groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.core/src/org/codehaus/groovy/eclipse/core/util: JVM1_4Util.java (new 14)
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.

193 lines of code changed in:

paulk 2007-02-28 14:19

support frenchies in sprintf test ;-)

5 lines of code changed in:

russel 2007-02-28 08:51

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:

jshickey 2007-02-28 01:14

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:

paulk 2007-02-27 23:50

alter copyright

1 lines of code changed in:

emp 2007-02-27 21:08

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:

russel 2007-02-26 20:32

Added the text file formatter to the JUnit task.

1 lines of code changed in:

russel 2007-02-26 20:02

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:

russel 2007-02-26 19:55

Various (mostly trivial) tinkerings to the Ant build system. This should now be ready for production use.

732 lines of code changed in:

russel 2007-02-26 19:50

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:

russel 2007-02-26 19:26

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:

popescu 2007-02-26 12:03

rollback a weird commit

0 lines of code changed in:

popescu 2007-02-26 02:09

Share project {0} into {1}

0 lines of code changed in:

mcspanky 2007-02-26 01:28

Fix for JIRA 1752: Add arg types and return types to error messages



Also updated unit tests.

6 lines of code changed in:

paulk 2007-02-25 12:22

groovy-starter jar should be copied to lib directory

1 lines of code changed in:

graeme 2007-02-25 10:54

fixed DelegatingMetaClass to implement the MutableMetaClass interface

19 lines of code changed in:

davekerber 2007-02-25 09:16

Fixed build path error

8 lines of code changed in:

  • groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.core.test: .classpath (+8 -9)
davekerber 2007-02-25 09:12

Updated project to use bin instead of bin-groovy

40 lines of code changed in:

davekerber 2007-02-25 09:03

Fixed manifest errors, removed packages that no longer existed

0 lines of code changed in:

  • groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.core/META-INF: MANIFEST.MF (-5)
paulk 2007-02-25 06:13

fix for GROOVY-1750: generalise printf, add sprintf, add tests

129 lines of code changed in:

graeme 2007-02-24 18:03

more javadoc comments, added MutableMetaClass interface

178 lines of code changed in:

graeme 2007-02-24 17:05

removed isGroovyObject method from MetaClass interface and changed impl in DelegatingMetaClass, adding test case

20 lines of code changed in:

graeme 2007-02-24 16:37

test case for GroovySystem class

22 lines of code changed in:

graeme 2007-02-24 16:37

changed GroovySystem static public fields to private and added static getters instead

33 lines of code changed in:

paulk 2007-02-24 13:34

Initial fix for GROOVY-1549: handles e.g. Integer[] and int[] but not int[][]

152 lines of code changed in:

paulk 2007-02-24 08:40

add doc (gdk and javadoc) and install targets to ant build

431 lines of code changed in:

emp 2007-02-24 07:11

Changed *eclipse.core id to *.eclipse - now tests build again.

2 lines of code changed in:

  • groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.core.test/META-INF: MANIFEST.MF (+2 -2)
emp 2007-02-24 05:43

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:

  • groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.core.test/.settings: org.eclipse.jdt.core.prefs (+2 -2)
  • groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.core.test/src/org/codehaus/groovy/eclipse/core/test/compiler: GroovyCompilerTests.java (+35 -22)
  • groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.core/META-INF: MANIFEST.MF (+5)
  • groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.core/src/org/codehaus/groovy/eclipse/core/compiler: GroovyCompiler.java (+54 -7)
paulk 2007-02-24 02:47

add cobertura and jarjar to build

91 lines of code changed in:

paulk 2007-02-24 00:21

added back in author/revision info

1 lines of code changed in:

paulk 2007-02-24 00:16

added back in author/revision info

4 lines of code changed in:

paulk 2007-02-24 00:09

added back in author/revision info

3 lines of code changed in:

paulk 2007-02-23 23:58

added back in author/revision info

17 lines of code changed in:

paulk 2007-02-23 23:46

fix checkstyle reporting

7 lines of code changed in:

jervin 2007-02-23 21:53

Doh! Who told subversive to commit binary directories? Not I, I assure you ;)

0 lines of code changed in:

jervin 2007-02-23 21:50

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:

graeme 2007-02-23 17:17

javadoc comments for MetaObjectProtocol interface

103 lines of code changed in:

blackdrag 2007-02-23 16:15

* changing method count on Object for new method addShutdownHook method

1 lines of code changed in:

blackdrag 2007-02-23 15:49

corrects a typo (ShutDown -> Shutdown)

1 lines of code changed in:

blackdrag 2007-02-23 15:48

* allows adding a shutdown hook to the runtime by using a closure

9 lines of code changed in:

blackdrag 2007-02-23 13:45

* 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:

paulk 2007-02-23 12:48

fix checkstyle reporting

41 lines of code changed in:

russel 2007-02-23 10:25

Removed the \r from the Posix shell script.

11 lines of code changed in:

  • groovy/modules/groovy-testng/src/bin: groovyt (+11 -11)
paulk 2007-02-23 09:21

added junit reporting to ant build and checkstyle as an optional target

583 lines of code changed in:

emp 2007-02-23 07:43

Test cases updated to work after removing deprecated API from GroovyModel.

13 lines of code changed in:

paulk 2007-02-23 07:42

build fixes for 1.7 permissions (on winXP)

1 lines of code changed in:

paulk 2007-02-23 07:32

build fixes for 1.6 permissions (on winXP)

3 lines of code changed in:

paulk 2007-02-23 07:01

build fixes for 1.5 permissions (on winXP)

2 lines of code changed in:

davekerber 2007-02-23 06:58