This is my classpath:
/home/tester/java/jars/servlet.jar:.:/home/tester/jakarta-ant-1.3
/lib/ant.jar:/home/tester/jakarta-ant-1.3/lib/jakarta-ant-1.3-optional.jar:/
usr/ja
va/lib/tools.jar:/home/tester/jaf-1.0.1/activation.jar:/home/tester/junit3.7
/junit
.jar:/home/tester/xerces-1_4_1/xerces.jar:/home/tester/xalan-j_2_1_0/bin/xal
an.jar
:/home/tester/javamail-1.2/mail.jar
----- Original Message -----
From: "Stephane Bailliez" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 12, 2001 12:41 PM
Subject: RE: [POLL] JUnit Users
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
>