run task Y always after some other task is run

View: New views
3 Messages — Rating Filter:   Alert me  

run task Y always after some other task is run

by Tomek Kaczanowski-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

it is easy to say that task X must be run before task Y (using
"dependsOn"). Is it also possible to express that task Y should be run
after task X, that is, whenever task X is run, task Y should also be
run ?

--
Tomek

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

    http://xircles.codehaus.org/manage_email



Re: run task Y always after some other task is run

by Steve Ebersole :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

X.doLast(Y) ??

-- Sent from my Palm Prē

steve@...
http://hibernate.org

Tomek Kaczanowski wrote:

Hi,

it is easy to say that task X must be run before task Y (using
"dependsOn"). Is it also possible to express that task Y should be run
after task X, that is, whenever task X is run, task Y should also be
run ?

--
Tomek

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

http://xircles.codehaus.org/manage_email



Re: run task Y always after some other task is run

by Tomek Kaczanowski-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> X.doLast(Y) ??
ah.... thanks !

--
Tomek

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

    http://xircles.codehaus.org/manage_email