Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.6-rc-1, 1.5.8, 1.7-beta-1
-
None
-
Patch
Description
The patch in Groovy-3132 added support for multiple source paths but also created a dependency on ANT for the core GroovyDocTool.
We were using the GroovyDocTool with our own means of driving doc generation. We had no plans of including ANT which is why we are providing a patch to push all ANT dependencies into the groovy ant packages.
I have also included a testcase for multiple sources. Its a bit simple but does validate the lookup is working correctly.