Yes - separate with commas

e.g.
target name="A"/>
<target name="B" depends="A"/>
<target name="C" depends="B"/>
<target name="D" depends="C,B,A"/>

--

Thomas


| -----Original Message-----
| From: sandeep singh [mailto:[EMAIL PROTECTED]]
| Sent: 22 October 2001 12:03
| To: [EMAIL PROTECTED]
| Subject: Dependencies
|
|
| Can one target depends on more than one other targets ?
|
| for eg
|
| something like this!! Can we mention more than one depencies in one target
| ???
|
|
|
|
|       <target name="name1" depends="target1","target1","target1">
|
|               <sound>
|                       <success
| source="F:\Ant1.4\MyExamples\src\AllCammonds\tada.wav"/>
|                       <fail
| source="F:\Ant1.4\MyExamples\src\AllCammonds\tada.wav"/>
|               </sound>
|       </target>
|
|



*************************************************************************
Copyright ERA Technology Ltd. 2001. (www.era.co.uk). All rights reserved. 
Confidential. No liability whatsoever is accepted for any loss or damage 
suffered as a result of accessing this message or any attachments.

Reply via email to