Finally, if you really need to call multiple targets with antcall or ant, these tasks support multiple nested <target> elements since Ant 1.6.3 .
-Matt --- [EMAIL PROTECTED] wrote: > <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] > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
