Re: JAVA_HOME to be changed dynamically

2006-07-17 Thread Anthony B. Coates
You effectively can do this by forking off a separate Java/Ant process that uses 1.4 instead of 1.5. Cheers, Tony. On Mon, 17 Jul 2006 15:02:03 +0100, 1800 tbsfunny <[EMAIL PROTECTED]> wrote: I know that Ant needs a JDK. But can we start CC setting JAVA_HOME=1.5 and ANT_HOME= and then du

Re: XSLT Task with external Saxon8

2005-01-17 Thread Anthony B. Coates
I'm not planning to develop the 'mtxslt' task further, since I haven't felt it as necessary for Ant 1.6 as it was for Ant 1.5. That said, I use Saxon 8 regularly, but I do so by setting the classpath environment variable to include the Saxon JAR file. I must admit, it is a disappointment to