Keith
-Original Message-
From: Kasparek, Bernadette [mailto:[EMAIL PROTECTED]
Sent: 14 February 2005 12:51
To: 'Ant Users List'
Subject: AW: Two targets with the same depends-target
I need the following behavivor:
Ant all --> common, one, common, two
What can I do?
Ber
Set a property in mkdir-1 and mkdir-2, and check for its existence in
prepare-common. That will stop it from running again.
e.g.;
On Monday 14 February 2005 05:26 am, Kasparek, Bernadette wrote:
> Hi everybody,
>
> I want two targets to have the same depend-target, b