> - if you use xalan 2.x (via trax) you must type your param as:
> expression="${basedir}/reports/html" and you don't need bsf.jar, ie:
>
> <style processor="trax" in="./reports/xml/TESTS-TestSuites.xml"
>  out="./reports/html/dummy.file" style="./junit-frames.xsl">
>    <param name="output.dir" expression="${basedir}/reports/html"/>
> </style>

Hmm, with Trax I get the following:

/home/tester/build.xml:118:
javax.xml.transform.TransformerConfigurationException:
 Namespace not supported by SAXParser
--- Nested Exception ---
javax.xml.transform.TransformerConfigurationException: Namespace not
supported by
SAXParser
--- Nested Exception ---


Ingmar

Reply via email to