[root]/groovy/groovy-core/src/main/org/codehaus/groovy/tools/xml
minor test cleanup, converted some println's to asserts
6 lines of code changed in:
Further improvements and testcases
48 lines of code changed in:
GROOVY-1517 update DomToGroovy to support latest MarkupBuilder syntax
7 lines of code changed in:
Minor fixes to avoid some PMD code warnings, mostly removing unused code & adding some equals() implementations.
Also refactored GroovyClassLoader into groovy.lang
0 lines of code changed in:
* added SAX and Markup builders for easy creation of SAX events or XML / HTML markup
* added tree navigation methods to Node.
node.depthFirst().each { n | n.println() }
* added times() method to numbers for easy looping
* added join() method to collections for easy string concatenation
* fixed some bad exception stack traces when methods fail
* refactored the groovy packages into util
* nearly implemented while & do/while - just need a few bugs fixed
23 lines of code changed in:
Moved the GroovyTestCase into the core groovy.lang package (since the primary use case for Groovy to start with is writing unit test cases). We could move this to groovy.test later on maybe.
Also I've updated the copyright notice to be to myself and bob
1 lines of code changed in:
latest version of the XML -> Groovy generator to see what XML looks like using Groovy code
132 lines of code changed in:
Added first cut of an XML -> Groovy converter to allow folks to migrate from using XML to using Groovy for markup
239 lines of code changed in: