Re: Converting new or changed files with an batch file called from within ant

2005-04-12 Thread James Fuller
you could do something like Transform not required

RE: Converting new or changed files with an batch file called from within ant

2005-04-12 Thread Dominique Devienne
> From: Huditsch Roman [mailto:[EMAIL PROTECTED] > The proplem is taht everytime I start the transformation, all files of my > input folder are converted. > I would like ant to just produce new or changed files (since the last > transformation call). > the source folder is specified within my batch

Re: Converting new or changed files with an batch file called from within ant

2005-04-12 Thread James Fuller
Huditsch Roman wrote: >Hi list, > >Although I search the archives, I could not find any useful hint for my >problem. >I recently started using ant for controlling my XSLT transformations. >Actually, I need ant to take control over the execution of the appropriate >batch file for a given target.