I am using xslt Ant task as a part of the installation process. I am getting the following exception:
java.lang.ClassNotFoundException: org.apache.tools.ant.taskdefs.optional.TraXLiaison
ant-trax.jar contains this class, but is not included with the Ant libraries of the installer. How can I add ant-trax.jar to the Ant's classpath of the installer?
Thanks.
Alec
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am using xslt Ant task as a part of the installation process. I am getting the following exception:
java.lang.ClassNotFoundException: org.apache.tools.ant.taskdefs.optional.TraXLiaison
ant-trax.jar contains this class, but is not included with the Ant libraries of the installer. How can I add ant-trax.jar to the Ant's classpath of the installer?
Thanks.
Alec
I fixed the problem by specifying the "classpath" attribute of the XSLT Ant task.