[root]/groovy/modules/gant/source/org/codehaus/groovy/gant/infrastructure
Rearranged the packaging structure to the scheme agreed on the emails list.
0 lines of code changed in:
Changed licence from LGPL to ASL 2.0.
61 lines of code changed in:
Rearranged the way the default target is presented in the target list.
3 lines of code changed in:
Tidied up command line issues.
13 lines of code changed in:
Upped the version number and fixed the package creation to include the READMEs.
1 lines of code changed in:
Added having a List of Closures as the argument to depends.
6 lines of code changed in:
Added list (of closures) to the allowed parameters to depends.
16 lines of code changed in:
Removed the comment on code that is needed.
3 lines of code changed in:
Clean appears to work now with the changes to Groovy MOP.
18 lines of code changed in:
Got targets classes working, i.e. can use org.codehaus.groovy.gant.targets.Clean in includeTargets.
63 lines of code changed in:
Gant passes tests and can reinstall itself using the new specification file syntax.
146 lines of code changed in:
Added a depends capability but it isn't that good because you have to use strings -- methods names cannot be used anywhere else other than in a method call. Looks like tasks really do have to be closures not methods.
12 lines of code changed in:
Added a method 'message(String,Object' to issue Ant format task messages.
11 lines of code changed in:
Added adding of the declaration of Task type.
1 lines of code changed in:
Refactored to avoid replication.
43 lines of code changed in:
Separated targets and tools to avoid over-pollution of name spaces.
67 lines of code changed in:
Tinkering with Ivy.
7 lines of code changed in:
Remove more of the stack traces, just print the message.
20 lines of code changed in:
Improved the error reporting a bit.
2 lines of code changed in:
Caught missing default target to provide a better user experience.
4 lines of code changed in:
(23 more)