Changed licence from LGPL to ASL 2.0.
268 lines of code changed in:
paths w/ spaces now work on windows, jvm dyn lib is released after use
67 lines of code changed in:
Rearranged the way the default target is presented in the target list.
15 lines of code changed in:
Argh. Removed echo statement used for debugging (2nd try).
0 lines of code changed in:
Undo failed attempt to fix Groovy 1194
35 lines of code changed in:
Replaced assert with if.
5 lines of code changed in:
Added a test for a null return from System.getenv ( ).'GROOVY_HOME'.
1 lines of code changed in:
Tidied up command line issues.
13 lines of code changed in:
Corrected the problem in the bootstrap Ant file.
2 lines of code changed in:
Rearranged a bit to cut the amount of code.
22 lines of code changed in:
Laid the groundwork for a Windows build without Cygin or MSYS.
11 lines of code changed in:
Removed use of ENV['PWD'] since it does not work on Windows without Cygwin or MSYS.
3 lines of code changed in:
Force 1.4 class files.
4 lines of code changed in:
Fix Groovy 1194
44 lines of code changed in:
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:
First attempt at MinGW build on Cygwin and MSYS.
27 lines of code changed in:
Prepare to see if we can do a Cygwin-hosted build using MinGW.
16 lines of code changed in:
cleaning up, clarifying code.
85 lines of code changed in:
improved coverage
172 lines of code changed in:
just a test commit to ensure my connection is ok
1 lines of code changed in:
minor javadoc tweaks
919 lines of code changed in:
Removed install.groovy from the compile set.
1 lines of code changed in:
Upped the version number and fixed the package creation to include the READMEs.
5 lines of code changed in:
Declare a release, version 0.2.0.
2 lines of code changed in:
Fixed embarrassing error.
1 lines of code changed in:
Fixed a problem with the clean dependency lookup.
4 lines of code changed in:
Fix the clean source targets file and update to make source and binary distributions.
26 lines of code changed in:
Moved the trivial testScripts to examples directory.
0 lines of code changed in:
Added bits for making a distribution.
130 lines of code changed in:
make test work with and without xerces
10 lines of code changed in:
align dependencies in Maven 2 POM with recent changes in Maven 1 POM
41 lines of code changed in:
GROOVY-1535: added more XML tests including FactorySupport test
83 lines of code changed in:
Stripped project version of IDEA's version number
1 lines of code changed in:
Stripped project version of IDEA's own version information
1 lines of code changed in:
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:
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:
added Cobertura configuration info thanks to Edwin Tellman
80 lines of code changed in:
upgraded dependencies
34 lines of code changed in:
add '**' to DOMCategory and XmlParser
make children() in DOMCategory behave like XmlParser
Add depth/breadthFirst to DOMCategory
674 lines of code changed in:
add '..' to DOMCategory and XmlParser
add '*' to XmlParser
26 lines of code changed in:
more rationalising of XML tests
158 lines of code changed in:
begin rationalising XML test
226 lines of code changed in:
Added having a List of Closures as the argument to depends.
42 lines of code changed in:
Added list (of closures) to the allowed parameters to depends.
46 lines of code changed in:
Resolved conflicts betwen changes I had outstanding and Paul King's changes that made compilation work.
101 lines of code changed in:
enable maven clean compile
59 lines of code changed in:
* Added GE to source printer
* Added tests for GE (>=) and one form of Hex Digit literal
27 lines of code changed in:
A start to try and get a Maven 2 build for Groovy.
126 lines of code changed in:
tweak to try to make build more stable
5 lines of code changed in:
Changed from GPL to ASL at Guillaume's request.
43 lines of code changed in:
update junit -> 3.8.2 and BSF -> 2.4.0
27 lines of code changed in:
Refactored out XML factory creation to reduce duplication
89 lines of code changed in:
Additional tests
4 lines of code changed in:
Fix traversal order
18 lines of code changed in:
Additional XML tests
9 lines of code changed in:
Added attributes() to DOMCategory and fixed previous bug causing build problems
41 lines of code changed in:
Added Antti's native code launcher as a module.
1150 lines of code changed in:
Had to update the test cases due to Ant issuing messages that we don't actually want.
6 lines of code changed in:
Removed the comment on code that is needed.
3 lines of code changed in:
Found why Ivy wasn't working at all. Still gives an exception downloading to the cache though.
3 lines of code changed in:
Corrected the spelling error.
1 lines of code changed in:
Clean appears to work now with the changes to Groovy MOP.
108 lines of code changed in:
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:
partial fix for the build
64 lines of code changed in:
Added list() to DOMCategory
46 lines of code changed in:
Apply Paul King's patch th fix Groovy 1514 - Thank's Paul!
72 lines of code changed in:
Fixed up error message text (copy and paste error)
25 lines of code changed in:
GROOVY-1524 Further improvements and testcases for DOMCategory plus fixed up groovy.xml.dom.DOMTest
320 lines of code changed in:
GROOVY-1524 Further improvements and testcases for DOMCategory
49 lines of code changed in:
GROOVY-1524 Further improvements and testcases for DOMCategory
79 lines of code changed in:
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:
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:
Further improvements and testcases
112 lines of code changed in:
Got the Ivy tasks working again.
25 lines of code changed in:
Fixed trivial error in Clean clobbering.
1 lines of code changed in:
Got targets classes working, i.e. can use org.codehaus.groovy.gant.targets.Clean in includeTargets.
386 lines of code changed in:
Made notworking 'test' into a working example as it wasn't really a test anyway
27 lines of code changed in:
GROOVY-1524 Some additional DOM syntactic sugar
53 lines of code changed in:
GROOVY-1517 update DomToGroovy to support latest MarkupBuilder syntax
18 lines of code changed in:
Gant passes tests and can reinstall itself using the new specification file syntax.
397 lines of code changed in: