f used several times
Maybe would better than a called ...
Jan
-Ursprüngliche Nachricht-
Von: Alexey N. Solofnenko [mailto:[EMAIL PROTECTED]
Gesendet: Mittwoch, 15. Juni 2005 19:34
An: Ant Users List
Betreff: Re: How to execute a subtask conditionally if used
several times
You can put
Ant-contrib's tag can do it.
http://ant-contrib.sourceforge.net/tasks/tasks/foreach.html
Zarar
- Original Message -
From: <[EMAIL PROTECTED]>
To:
Sent: Thursday, June 16, 2005 1:07 AM
Subject: AW: How to execute a subtask conditionally if used several times
M
Maybe would better than a called ...
Jan
>-Ursprüngliche Nachricht-
>Von: Alexey N. Solofnenko [mailto:[EMAIL PROTECTED]
>Gesendet: Mittwoch, 15. Juni 2005 19:34
>An: Ant Users List
>Betreff: Re: How to execute a subtask conditionally if used
>several times
>
You can put inside .
- Alexey.
Dr. Michael Lipp wrote:
Hi,
I have a target that produces an output file based on an input file. I
invoke this target several times using antcall with different pairs of
input and output files (using ).
As an optimization, I want to do the generation only if th
Hi,
I have a target that produces an output file based on an input file. I
invoke this target several times using antcall with different pairs of
input and output files (using ).
As an optimization, I want to do the generation only if the input file
is newer than the output file. In order to do t