Ok, that I understand but there is the further problem that I
need the <uptodate> to execute before target B but after target A.
Adding it to the "depends" listing of B will not help because as the
docs specify "depends" is only invoked if unless is false and in my
case I want the <uptodate> to be invoked *before* evaluating �depends�.

Gili

On Thu, 02 Dec 2004 09:28:38 +0100, Stefan Bodewig wrote:

>On Thu, 02 Dec 2004, Gili <[EMAIL PROTECTED]> wrote:
>
>>      How do I specify an Ant script such that the 2nd <uptodate>
>>      tag is only evaluated after target A runs?
>
>Put it into a target that depends on target A.
>
>Stefan
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to