Title: RE: JunitReport. Problem
http://jakarta.apache.org/builds/jakarta-ant/release/v1.4Beta1/
-----Original Message-----
From: Barry Jia [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 09, 2001 12:49 PM
To: '[EMAIL PROTECTED]'
Subject: RE: JunitReport. Problem

where is Ant1.4 Beta, I can only find Ant 1.4 alpha now.
-----Original Message-----
From: Natalia Bello [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 09, 2001 10:48 AM
To: '[EMAIL PROTECTED]'
Subject: RE: JunitReport. Problem

Ok!
Now i have download Ant 1.4 Beta1 and it works !!
Thanks Stephane!

-----Original Message-----
From: Stephane Bailliez [mailto:[EMAIL PROTECTED]]
Sent: 09 August 2001 12:42
To: [EMAIL PROTECTED]
Subject: RE: JunitReport. Problem


>I have been using junitreport before succesfully, (just having xerces.jar
and
>xalan.jar in ANT_HOME/lib and neither jaxp.jar nor parser.jar)

ok....this is old stuff anyway.

>Now i have taken the nightly build and i have this error ( the crimson.jar
i have >taken also  from the source in the nightly build)
>java.lang.NoSuchMethodError
>        at
org.apache.crimson.jaxp.DocumentBuilderImpl.<init>>(DocumentBuilderImpl.java
:158)
>Them, if i add the jaxp.jar file to ANT_HOME/lib i have this other error:
>[junitreport] XSL Error: Cannot use a DTMLiaison for a input DOM node...
pass a
>org.apache.xalan.xpath.xdom.XercesLiaison instead!
>[junitreport] XSL Error: SAX Exception
>What i should add, remove, change?? any idea?

crimson.jar/jaxp.jar in lib.
xerces.jar,xalan.jar in lib/optional

This would be the 'default recommended brute way'.

The problem is that you end up mixing parsers and jaxp versions...
there is a jaxp in xalan and xerces..which is not a good version.

It should be much better if you do this. Just let me know.

Hopefully the beta to be released today will save you from all this.

Stephane

Reply via email to