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. Regards, Antoine > -------- Original-Nachricht -------- > Datum: Thu, 25 May 2006 17:55:35 +0530 > Von: Yagna Boorada <[EMAIL PROTECTED]> > An: <[email protected]> > Betreff: jvmarg along with fork="true causing problem in ant 1.6.5 > > 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 sending all the pattern matching files as individual arguments > to the executable. > > It is a great help if some one can give me a solution for > this. > > Regards > > Yagna > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
