Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.0
-
Fix Version/s: 1.1-rc-2
-
Component/s: Ant integration
-
Labels:None
-
Environment:any
-
Number of attachments :
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.
See wiki documentation for details