RE: Unexpected behaviour creating dynamic ANT task via XSLT and executing via bat file

2011-03-09 Thread Mario Madunic
: Unexpected behaviour creating dynamic ANT task via XSLT and executing via bat file The reason for the behavior is because the batch file runs in a separate process. To prevent this behavior, instead of executing the batch file from the main build.xml, you can directly invoke the generated

Re: Unexpected behaviour creating dynamic ANT task via XSLT and executing via bat file

2011-03-09 Thread Vimil Saju
build.xml run in the same process as the main build.xml. Hope my explanation helps --- On Wed, 3/9/11, Mario Madunic wrote: > From: Mario Madunic > Subject: Unexpected behaviour creating dynamic ANT task via XSLT and > executing via bat file > To: "user@ant.apache.org&qu

Unexpected behaviour creating dynamic ANT task via XSLT and executing via bat file

2011-03-09 Thread Mario Madunic
(Ant 1.8.2, XP SP3) Background: I’m using ANT to pipeline my conversion of XML (Excel) to PDF via the command line. So I chunked up the various steps into separate project files and import into the build.xml. At one point an XSLT created a bat file to copy required SVGs locally for use in the P