Many thanks!
This really works!
Zeituni
-Original Message-
From: Nir Geier [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 12, 2005 10:54 AM
To: Ant Users List
Subject: RE: Avoid repeat of completed tasks
You can do with a tiny workaround:
define property that will be set once (in
it only once.
sample code:
i have set the props.a
so it will not execute the corresponding target.
Nir.
-Original Message-
From: Uri Zeituni [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 12, 2005 10:38 AM
To: Ant User list (E-mail)
Subject:
Hello all,
I have a few independent tasks each one creates a jar file and I execute each
one by itself. Most of them depend on the same general jar tasks.
The situation now is that I want to call all of them within an EAR task. I use
task to do that.
Every task calls the general task that it de