RE: jvmarg along with fork="true causing problem in ant 1.6.5

2006-05-25 Thread Yagna Boorada
e it then you can surely achieve it. Extn: 7897 -Original Message- From: Antoine Levy-Lambert [mailto:[EMAIL PROTECTED] Sent: Thursday, May 25, 2006 9:17 PM To: Ant Users List Subject: Re: jvmarg along with fork="true causing problem in ant 1.6.5 Hi, I am not sure why the java t

Re: jvmarg along with fork="true causing problem in ant 1.6.5

2006-05-25 Thread Antoine Levy-Lambert
l for Java. Regards, Antoine > Original-Nachricht > Datum: Thu, 25 May 2006 17:55:35 +0530 > Von: Yagna Boorada <[EMAIL PROTECTED]> > An: > Betreff: jvmarg along with fork="true causing problem in ant 1.6.5 > > Hi, > >

jvmarg along with fork="true" causing problem in ant 1.6.5

2006-05-25 Thread Yagna Boorada
Hi, I am passing few arguments to the java task. I would like to pass an endorsed folder as a jvmarg to the task with fork="true". As one of the arguments take with a pattern like "*.xml" the fork is causing problem in the ant task. This is send