[root]/groovy/modules/gant/tests/org/codehaus/groovy/gant/tests
Fixed the unit test errors.
2 lines of code changed in:
Changed the LaTeX tool to support a LaTeXBook tool/targets and started work on the GanTLIB feature.
6 lines of code changed in:
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.
53 lines of code changed in:
Added the beginnings of a LaTeX processing tool.
2 lines of code changed in:
Rearranged the packaging structure to the scheme agreed on the emails list.
14 lines of code changed in:
Changed licence from LGPL to ASL 2.0.
63 lines of code changed in:
Rearranged the way the default target is presented in the target list.
12 lines of code changed in:
Added having a List of Closures as the argument to depends.
36 lines of code changed in:
Added list (of closures) to the allowed parameters to depends.
30 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:
Got targets classes working, i.e. can use org.codehaus.groovy.gant.targets.Clean in includeTargets.
288 lines of code changed in:
Gant passes tests and can reinstall itself using the new specification file syntax.
87 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.
80 lines of code changed in:
Added a method 'message(String,Object' to issue Ant format task messages.
30 lines of code changed in:
Removed as much dry-run as possible from the tests.
19 lines of code changed in:
Added tests for text file inclusion.
23 lines of code changed in:
Separated targets and tools to avoid over-pollution of name spaces.
131 lines of code changed in:
Tinkering with Ivy.
5 lines of code changed in:
Remove more of the stack traces, just print the message.
1 lines of code changed in:
Improved the error reporting a bit.
3 lines of code changed in:
(7 more)