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
Hi, I am not sure why the java task expands the "*.xml", try \*.xml instead, may be it will work. I was not aware that there is a shell interpreter between the java task and the actual invocation of java. Java itself does not expand wildcards, as they do not mean anything in general for Java.