March 2007 Commit Log

Number of Commits:
258
Number of Active Developers:
11
paulk 2007-03-31 07:44

GroovyDoc tweaks

5 lines of code changed in:

  • groovy/groovy-core: build.xml (+4 -1)
  • groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc/gstring-templates/class-level: classDocName.html (+1 -1)
paulk 2007-03-31 03:47

GroovyDoc tweaks

26 lines of code changed in:

paulk 2007-03-31 02:19

GroovyDoc tweaks

13 lines of code changed in:

paulk 2007-03-31 01:51

GroovyDoc tweaks

17 lines of code changed in:

  • groovy/groovy-core: build.xml (+13)
  • groovy/groovy-core/src/main/org/codehaus/groovy/ant: Groovydoc.java (+1 -1)
  • groovy/groovy-core/src/main/org/codehaus/groovy/tools/groovydoc: FileOutputTool.java (+3 -1)
jez 2007-03-30 23:35

Added Groovydoc tests



82 lines of code changed in:

jez 2007-03-30 23:21

Added initial implementation of Groovydoc



Java and Groovy files are read into a tree of value objects from GroovyDoclet API ( org.codehaus.groovy.groovydoc.* )

This tree is then used to generate root, package and class level template renderings

using the GStringTemplateEngine.



The default templates are included within the base groovy jar, so groovydoc can be used 'fresh out of the box'



use from ant:

<taskdef name="groovydoc" classname="org.codehaus.groovy.ant.Groovydoc">

<groovydoc sourcepath="${src.dir}"

destdir="${groovydoc.dir}"

packagenames="${groovydoc.packages}"

use="true"

windowtitle="groovydoc"

private="true"/>





I hope people will enjoy these classes, and I invite you to come and put some flesh onto this skeleton implementation.



Limitations:

- class html files only lists method summaries so far

- comments are not treated properly yet

- groovydoc ant task has only very basic parameters so far



Cheers



Jez.



2566 lines of code changed in:

paulk 2007-03-30 08:51

sorry, forgot one change

2 lines of code changed in:

jervin 2007-03-29 20:24

Renamed the extension point from org.codehaus.groovy.eclipse.core.types to org.codehaus.groovy.eclipse.types



The extension point must be prefaced with the bundle name and it does not seem to care for any '.'s

3 lines of code changed in:

  • groovy/ide/grails-eclipse/org.codehaus.grails.eclipse.samples.types: plugin.xml (+1 -1)
  • groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.core: plugin.xml (+1 -1)
  • groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.core/src/org/codehaus/groovy/eclipse/core/types: MemberLookupRegistry.groovy (+1 -1)
emp 2007-03-29 19:32

Added new sources required for build.

474 lines of code changed in:

emp 2007-03-29 19:31

Added new files required for build.

267 lines of code changed in:

jervin 2007-03-29 18:43

At least now I begin to understand the extent of the problem.

145 lines of code changed in:

russel 2007-03-29 13:09

Updated the Maven 2 build dependencies.

2 lines of code changed in:

  • groovy/modules/xmlrpc: pom.xml (+2 -2)
paulk 2007-03-29 12:40

minor refactoring

43 lines of code changed in:

paulk 2007-03-29 12:39

increased test coverage

3 lines of code changed in:

emp 2007-03-29 12:05

Extension point for type so IMemberLookup can be contributed.

Small fixes in AbstractMemberLookup.

New code completers for local variables and class names.

Conversion to bin-groovy.

106 lines of code changed in:

emp 2007-03-29 11:48

Set bin-groovy as output.

11 lines of code changed in:

  • groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.core.test: .classpath (+11 -9)
emp 2007-03-29 11:44

Added core help plug-in to feature.

6 lines of code changed in:

  • groovy/ide/groovy-eclipse/GroovyFeature: feature.xml (+6)
emp 2007-03-29 11:41

Initial import - Adding domain find* method sample.

162 lines of code changed in:

emp 2007-03-29 11:30

Initial import of GroovyEclipse core plugin help.

954 lines of code changed in:

paulk 2007-03-28 12:37

make SwingBuilder tests pass (but do nothing) in headless environments

46 lines of code changed in:

jervin 2007-03-27 19:37

Started work on the PDE Build support for Groovy.

619 lines of code changed in:

jervin 2007-03-27 15:47

Added a monkey script that will copy the scripts to the output directory when modified.

126 lines of code changed in:

jervin 2007-03-27 13:46

1 lines of code changed in:

  • groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.codeassist.completion/src/org/codehaus/groovy/eclipse/codeassist/completion: GroovyCompletionProcessor.java (+1 -1)
jervin 2007-03-27 13:32

Adding the groovy source to the plugin, it is kinda nice to be able to browse the source easily.

1 lines of code changed in:

  • groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.core: .classpath (+1 -1)
  • groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.core/lib: groovy-1.0-src.zip (new)
popescu 2007-03-27 00:55

removed most of the ClassNode.getTypeClass() from annotation related code

38 lines of code changed in:

jervin 2007-03-26 16:28

Committing the grails distribution... this time 300 files instead of 3000...

23284 lines of code changed in: