RE: junitreport and Xalan2

2001-11-16 Thread Stephane Bailliez
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] The rough equivalent of this in Xalan-J 2.x is the javax.xml.transform.TransformerFactory, which is a JAXP-standard call. I know there have been discussions in Ant-land about making Ant style? task use

RE: junitreport and Xalan2

2001-11-15 Thread Stephane Bailliez
-Original Message- From: Christopher Berry [mailto:[EMAIL PROTECTED]] Greetings, [...] But if you open up Xalan2, you will *not* find this CLASS file. And thus, the junitreport Task doesn't build properly. Building with Xalan 1.2.2 works as expected. This is exactly what you should

RE: junitreport and Xalan2

2001-11-15 Thread Christopher Berry
I was unaware that we also needed to copy xalan1compat.jar into /lib/optional. Thanks, -- Chris -Original Message- From: Stephane Bailliez [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 15, 2001 9:34 AM To: Ant Users List Subject: RE: junitreport and Xalan2 -Original

Re: junitreport and Xalan2

2001-11-15 Thread Shane_Curcuru
Indeed, Xalan-J 1.x is no longer officially supported. Someone should consider updating whoever's code this is to use the equivalent Xalan-J 2.x code. XSLTProcessorFactory was a Xalan-J 1.x class, and it used it's own API to do stylesheet transformations; it is no longer available in Xalan-J

RE: junitreport and Xalan2

2001-11-15 Thread Ying-Yi Huang
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 15, 2001 7:30 AM To: [EMAIL PROTECTED] Subject: Re: junitreport and Xalan2 Indeed, Xalan-J 1.x is no longer officially supported. Someone should consider updating whoever's code this is to use