AW: Sub-Target

2005-03-01 Thread Jan . Materne
new) - but it´s difficult to return values (use and for handling external prop files) Just my opinion :) Jan > -Ursprüngliche Nachricht- > Von: OpenLDAP User [mailto:[EMAIL PROTECTED] > Gesendet am: Dienstag, 1. März 2005 20:32 > An: [EMAIL PROTECTED]; user@ant.apache.

Re: Sub-Target

2005-03-01 Thread OpenLDAP User
You can use antcall Or, better, you can do this with dependencies. If target2 depends on target1 being executed first, then add target1 to the depends list attribute of target2. > Hi, > How can I call a target in a target? > Example: > > ... > > > ---> how c

Re: Sub-Target

2005-03-01 Thread Jeffrey E Care
02:10 PM Please respond to "Ant Users List" To cc Subject Sub-Target Hi, How can I call a target in a target? Example: ... ---> how calling 'target1' here?

Sub-Target

2005-03-01 Thread Willy De Waele
Hi, How can I call a target in a target? Example: ... ---> how calling 'target1' here? Please some help TIA Willy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona