<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]