Posted By:
Dion_Almaer
Posted On:
Tuesday, June 18, 2002 03:54 PM
I have a build.xml that I am using inside IDEA. One of the targets uses XSLT (via the Have you run into this anywhere else? Below is snippets from my build.xml: basedir="${src.dir}/docs" destdir="${dist.dir}/docs" style="${basedir}/lib/docbook/html/chunk.xsl" includes="${document.name}" classpathref="baselib.class.path" /> This path contains: ant.jar, crimson.jar, jakarta-ant-1.4.1-optional.jar, javax-jts.jar, jaxp.jar, log4j
More>>
I have a build.xml that I am using inside IDEA. One of the targets uses XSLT (via the
Have you run into this anywhere else?
Below is snippets from my build.xml:
basedir="${src.dir}/docs"
destdir="${dist.dir}/docs"
style="${basedir}/lib/docbook/html/chunk.xsl"
includes="${document.name}"
classpathref="baselib.class.path"
/>
This path contains: ant.jar, crimson.jar, jakarta-ant-1.4.1-optional.jar, javax-jts.jar, jaxp.jar, log4j.jar, saxon.jar, xdoclet.jar
Let me know if you need anything else!
I am using IntelliJ IDEA 2.5.2 Build #547
Thanks for the great product,
Dion
<<Less