doesn't work with JDK 1.5
March 20th, 2009
Applies to:
Ant, JDK 1.5
Description:
Occurs while using Apache Ant.
Cause:
While JDK 1.4.x contains a version of Xalan-J 2, JDK 1.5 have moved to XSLTC. Since this task uses Xalan’s redirect extensions for its internal stylesheet, Ant prior to 1.6.2 didn’t support XSLTC.
You have to install Xalan-J 2 in order to use this task with JDK 1.5 in older versions of Ant. supports JDK 1.5.
Starting with Ant 1.6.2