Hi all,

I am confused, what is the recommended way to get ordered dependencies in 
gradle?

I read some posts about how there were some reasons not to respect the ordering 
and that some approach was coming but there did not seem to be much elaboration 
as to what that would be.

In any case what is the way to do something like 'clean' for some tasks and not 
others?  At first look it appears that 'clean' would percolate through and be 
always there unless it is pushed all the way out onto the command line.  I 
presume that the command line tasks list ordering is respected.

I am currently in need of optionally removing the groovyCompile task from a 
sequence of tasks.

To me it makes sense to have one task that has groovyCompile in the middle of a 
ordered dependsOn list and another task that does not have groovyCompile in the 
middle of a ordered dependsOn list.

Then I can do:
:> gradle groovy_distro
Or I can do this:
:> gradle classes_distro

The alternative is to mess around with command line arguments?

Completely confused,
Thanks,
Levi

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to