https://issues.apache.org/bugzilla/show_bug.cgi?id=46612
Stefan Bodewig <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #6 from Stefan Bodewig <[email protected]> 2009-01-29 07:00:06 PST --- ant -diagnostics will now (svn revision 738872 ( https://svn.apache.org/viewcvs.cgi?view=rev&rev=738872 ) ) emit something like ------------------------------------------- XSLT Processor information ------------------------------------------- XSLT Processor : org.apache.xalan.transformer.TransformerIdentityImpl XSLT Processor Location: SOME-PATH\xalan-2.7.1.jar or ------------------------------------------- XSLT Processor information ------------------------------------------- XSLT Processor : com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl XSLT Processor Location: SOME-OTHER-PATH\jre\lib\rt.jar the later is the default on the JDK 1.6 installation of my windows work machine. Not sure whether it helps tracking down the problem. In your case I really recommend downloading Xalan-J 2.7.1 and configuring Ant to use it. Unfortunately there is no (even remotely) portable way to determine the version. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
