What parser do you have in your classpath ?
--
Stéphane Bailliez
Software Engineer, Paris - France
iMediation - http://www.imediation.com
Disclaimer: All the opinions expressed above are mine and not those from my
company.
> -----Original Message-----
> From: Ingmar Stein [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, July 12, 2001 12:11 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [POLL] JUnit Users
>
>
> > - 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
>