Re: reg. target dependency

2005-12-28 Thread Stefan Bodewig
On Tue, 27 Dec 2005, shreedhar natarajan <[EMAIL PROTECTED]> wrote: > There was a mention about targets in ANT manual. "It should be > noted, however, that Ant's depends attribute only specifies the > order in which targets should be executed - it does not affect > whether the target that specifie

RE: reg. target dependency

2005-12-27 Thread shreedhar natarajan
Hi all, Any clarifications for the below statements. There was a mention about targets in ANT manual. "It should be noted, however, that Ant's depends attribute only specifies the order in which targets should be executed - it does not affect whether the target that specifies the dependency(s

reg. target dependency

2005-12-22 Thread shreedhar natarajan
Hi all, Thanks for ur prompt reply. There was a mention about targets in ANT manual. "It should be noted, however, that Ant's depends attribute only specifies the order in which targets should be executed - it does not affect whether the target that specifies the dependency(s) gets executed if