Hi Jan

 Thanks for the reply but it works with <fileset includes>
 and doest work with <fileset> <include> 

Thanks and Regards
Vishal 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 11, 2006 4:14 PM
To: user@ant.apache.org
Subject: AW: Include comma seperated

<antcall> doesnt support commas ....
Neither the last realeased version [1] nor the current head [2].

Comma separated dependencies are done inside the 'depends' clause of a target.
And that works for me:
  <project default="a">
    <target name="a" depends="b,c"/>
    <target name="b"><echo>b</echo></target>
    <target name="c"><echo>c</echo></target>
  </project>


Jan

[1] http://ant.apache.org/manual/CoreTasks/antcall.html
[2] 
http://svn.apache.org/repos/asf/ant/core/trunk/docs/manual/CoreTasks/antcall.html
 



>-----Ursprüngliche Nachricht-----
>Von: Row M, Vishal [mailto:[EMAIL PROTECTED]
>
>The manual says we can pass the comma seperated values but it doesn't 
>accept that Any ideas as to why it is not accepting that
>
>vishal

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: 
[EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to