Issue Details (XML | Word | Printable)

Key: GROOVY-2087
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Paul King
Reporter: Michael Kintzer
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
groovy

Groovy ant task should support passing parameters

Created: 28/Aug/07 05:35 PM   Updated: 19/Oct/07 09:35 PM
Component/s: Ant integration
Affects Version/s: 1.0
Fix Version/s: 1.1-rc-2

Time Tracking:
Not Specified

Environment: any


 Description  « Hide
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.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Paul King added a comment - 19/Oct/07 09:35 PM
See wiki documentation for details