Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.0
-
None
-
any
Description
Groovy ant task supports the following attributes: src, classpath, classpathref. If src is used, there is no way to pass command-line program arguments to the src script, e.g: "groovy myscript.groovy arg0 arg1 ..." Command-line program arguments should be supported with a nested <arguments> element.