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

2005-04-13 Thread Huditsch Roman
> > > dest="added" style="stylesheets/add_versioning_information.xslt"/> > > > > > > > > I also set the antcont

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

2005-04-13 Thread Huditsch Roman
t Users List > Betreff: Re: AW: Converting new or changed files with an > batch file called from within ant > > Huditsch Roman wrote: > > >Hi Jim, > > > >Thanks a lot for your solution. > >I'll straigth dive into it tomorrow morning. > >Thanks! > >

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

2005-04-12 Thread James Fuller
Huditsch Roman wrote: >Hi Jim, > >Thanks a lot for your solution. >I'll straigth dive into it tomorrow morning. >Thanks! > > > a few caveats...u have to download ant-contribs jar and make it available to Ant (usually this means putting it in ant's lib...though I would suggest putting into a sep

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

2005-04-12 Thread Huditsch Roman
Hi, I tried it, but doesn't seem to do the timestamp check. Since if I process my ant file two times, all files are transformed again, although neither the stylesheets nor the files have changed... My stylesheets are not using or . Since I am doing transformations on directory basis, I would

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

2005-04-12 Thread Huditsch Roman
Hi Jim, Thanks a lot for your solution. I'll straigth dive into it tomorrow morning. Thanks! wbr, Roman ___ Roman Huditsch IT and Electronic Publishing LexisNexis ARD Orac Marxergasse 25 1030 Vienna Austria ph: +43-1-534 52-1514 f: +43-1-534 52-140 e-mail [

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

2005-04-12 Thread James Fuller
>The is making my go crazy...I don't get it to work in the way I >want. >I would like to transform just those files in "source" which have been altered >in respect to the "result" directory >But the above statement is setting "xmlBuild.notRequired" if one file has been >altered, which

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

2005-04-12 Thread Huditsch Roman
Hi James, I tried to incorporate your suggestions, but I think I just made it to a certain extent

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

2005-04-12 Thread James Fuller
http://ant-contrib.sourceforge.net/ gives u etc...generally you should resort to such things after you have exhausted all other meansthough the nice thing with using Ant as Controller is that you will continue to tweak (as with a build) to satisfy constantly changing requirements. gl, Jim F

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

2005-04-12 Thread James Fuller
Huditsch Roman wrote: >Hi James, > >As you may have seen by my previous posts on the list, >I managed to make some progress :))) > > > its great to see you getting the hang of things...though there are many refactoring opportunities with your build file a) instead of creating one large target,

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

2005-04-12 Thread Huditsch Roman
Hi James, As you may have seen by my previous posts on the list, I managed to make some progress :))) > check out the manual page for all options > http://ant.apache.org/manual/CoreTasks/style.html I was able to define my definitions in a working way at least: The only issue to solve is now

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

2005-04-12 Thread Huditsch Roman
Hi James, Thank you very much for the quick reply. > why not control Saxon directly from Ant ? Would be nice. I am just uncertain how to do this properly ;) > You can use the Ant task or use to invoke > saxon...which may or may not have the built in up to date > checking you desire hmm, I t