Hi All,
Very impressed with gradle and how easy it is to adopt for me with existing
ant scripts. I've been having trouble running multiple dependant ant task in
the right order though and resorted to running the tasks in sequence as
follows:
createTask('doStuff') {
firstTask.execute()
secondTask.execute()
}
I find though that these tasks are always run regardless of where the task
'doStuff' that contains them is called.
Thanks in advance for any help.
--
View this message in context:
http://www.nabble.com/Running-imported-ant-task-sequentially-tp24845591p24845591.html
Sent from the gradle-user mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email