Re: AW: Include comma seperated

2006-04-11 Thread Matt Benson
Finally, if you really need to call multiple targets with antcall or ant, these tasks support multiple nested elements since Ant 1.6.3 . -Matt --- [EMAIL PROTECTED] wrote: > doesnt support commas > Neither the last realeased version [1] nor the > current head [2]. > > Comma separated dep

Re: Include comma seperated

2006-04-11 Thread Stefan Bodewig
On Tue, 11 Apr 2006, Row M. <[EMAIL PROTECTED]> wrote: > Thanks for the reply but it works with > and doest work with which is excactly what the manual says, isn't it? It never says you could use a comma separated list of patterns for the name attribute of or . The reason for this is tha

RE: Include comma seperated

2006-04-11 Thread Row M, Vishal
Hi Jan Thanks for the reply but it works with and doest work with 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 doesnt support

AW: Include comma seperated

2006-04-11 Thread Jan.Materne
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: b c Jan [1] http://ant.apache.org/manual/CoreTasks/antcall.html [2] http://svn.a

Include comma seperated

2006-04-11 Thread Row M, Vishal
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 -Original Message- From: Greg Irvine [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 11, 2006 4:27 AM To: 'Ant Users List' Subject: RE: Property problem