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

2006-03-10 Thread Yagna Boorada
, March 10, 2006 1:11 PM To: user@ant.apache.org Subject: AW: How can I check an xml file timestamp and execute with a java in build file A fileset selects files. include/exclude uses name patterns for selecting special files. For more precise selection you could specify nested selectors [1]. For

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

2006-03-09 Thread Jan.Materne
rt can believe it then >you can surely achieve it. > >Extn: 4452, 7818 > > >-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Sent: Friday, March 10, 2006 12:53 PM >To: user@ant.apache.org >Subject: AW: How can I check an xml file timestamp an

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

2006-03-09 Thread Yagna Boorada
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, March 10, 2006 12:53 PM To: user@ant.apache.org Subject: AW: How can I check an xml file timestamp and execute with a java in build file >I would like to check the timestamp of each one of of the xml fi

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

2006-03-09 Thread Jan.Materne
>I would like to check the timestamp of each one of of the >xml files and process only those. Those which are what? Try nested selectors in . Jan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

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