Adam Murdoch-2 wrote:
> 
> Could you give a bit more detail about what you're seeing? Gradle should 
> run the Ant targets in the correct order. If not, it's a bug.
> 

When I run gradle -t then all the task.execute statements that are contained
in the defined in the task calling them are run. 

When I run a different task then they still run.  

I just found out however that it only happens when the syntax for defining
the task is as follows:

task doStuff {

but not when the syntax is:

createTask('doStuff') {

my mistake? 
-- 
View this message in context: 
http://www.nabble.com/Running-imported-ant-task-sequentially-tp24845591p24862869.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


Reply via email to