WinXP / jdk1.3 / Ant 1.5beta1
Since hearing that I don't need to setup CLASSPATH before call my Ant
script with a <style> task, I've since tried to use the <classpath>
element to specify the location of a xalan install without success,
i.e:-
<style
in="${component.root}/Test/Scratch/testresults.xml"
extension="html"
style="${components.root}/Build/Code/Scripts/testresults.xsl"
out="${build}/testresults.html">
<classpath>
<pathelement location="${xalan.api}/bin/xalan.jar"/>
<pathelement location="${xalan.api}/bin/xml-apis.jar"/>
<pathelement
location="${xalan.api}/bin/xercesImpl.jar"/>
</classpath>
</style>
No matter what I try the style task seems unable to see the XSLT
processor.
It works if I setup CLASSPATH beforehand though.
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.351 / Virus Database: 197 - Release Date: 19/04/2002
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>