To retrieve changed properties you can use antcallback or antfetch from 
antcontrib.

http://ant-contrib.sourceforge.net/tasks/tasks/index.html 


-- 
Jürgen Knuplesch                    www.icongmbh.de
icon Systemhaus GmbH                Tel. +49 711 806098-275
Sophienstraße 40                    
D-70178 Stuttgart                   Fax. +49 711 806098-299

Geschäftsführer: Uwe Seltmann
HRB Stuttgart 17655
USt-IdNr.: DE 811944121 
-----Ursprüngliche Nachricht-----
Von: cowwoc [mailto:[EMAIL PROTECTED] 
Gesendet: Montag, 18. August 2008 23:09
An: user@ant.apache.org
Betreff: Enforcing "depends" order for 3rd-party targets?


Hi,

Give:

<target name="one" depends="internal, external"/>

how do I guarantee that "internal" gets executed before "external" if 
"external" is declared by some 3rd-party script I have no control over (that 
is, I can't add depends="internal" to "external").

It should be noted that "internal" declares properties that "external" looks 
for, so AntCall won't work.

Thanks,
Gili
--
View this message in context: 
http://www.nabble.com/Enforcing-%22depends%22-order-for-3rd-party-targets--tp19040027p19040027.html
Sent from the Ant - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to