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

2006-05-25 Thread Yagna Boorada
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, > > I am passing few arguments to the java task.

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

RE: How can I check an xml file timestamp and execute with a java in build file

2006-03-10 Thread Yagna Boorada
a simple timestamp check, you could use . If you use generated files (which content could be unchanged, but completetly new created) you could use . Jan [1] http://ant.apache.org/manual/CoreTypes/selectors.html >-Ursprüngliche Nachricht- >Von: Yagna Boorada [mailto:[EMAIL PRO

RE: How can I check an xml file timestamp and execute with a java in build file

2006-03-09 Thread Yagna Boorada
Hi Jan Thanks for your reply! Basically I want to pass only modified xml files for parsing. How does this fileset helps me to recognise modified files. Yagna If your mind can conceive it and heart can believe it then you can surely achieve it. Extn: 4452, 7818 -O

How can I check an xml file timestamp and execute with a java in build file

2006-03-09 Thread Yagna Boorada
Hi I am currently using a java class to parse a set of xml files. I would like to check the timestamp of each one of of the xml files and process only those. It would be a great help for me if I get one. Yagna If your mind can conceive it and heart can believe it then you c