Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 44994 invoked from network); 21 Feb 2002 15:06:00 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 21 Feb 2002 15:06:00 -0000 Received: (qmail 22780 invoked by uid 97); 21 Feb 2002 15:05:50 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 22761 invoked by uid 97); 21 Feb 2002 15:05:50 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 22745 invoked from network); 21 Feb 2002 15:05:49 -0000 Message-ID: <9B3E950CB293D411ADF4009027B0A4D202D36C99@PARSV011> From: Stephane Bailliez To: Ant Users List Subject: RE: JUnitReport and Xalan problems Date: Thu, 21 Feb 2002 15:11:56 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2655.55) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N > -----Original Message----- > From: Shacklady, Matt [mailto:ShackladyM@logica.com] > > Thanks for the tip, > I looked at comments from the article I got the info on > JUnitReport from and > someone else reported the same problem. > Someone replied saying that the class was deprecated in Xalan > 2.x, and so > can no longer be used, but did not provide any solution. You normally don't need this class at all it uses it as a last chance for backward compatibility. It checks first for Xalan 2.x if not available it fallback to Xalan 1.x which is deprecated and is not shipped anymore in Xalan 2.2. I find the error message a bit strange and wonder if you really have the optional.jar from Ant 1.4 since I expect to see a message like: "Could not find xalan2 nor xalan1 in the classpath. Check http://xml.apache.org/xalan-j" > Is anyone actually using JUnitReport task? Yes, a lot of people, myself included. :o) Please make sure that you really have the Ant 1.4 optional jar http://jakarta.apache.org/builds/jakarta-ant/release/v1.4.1/bin/ Stephane -- To unsubscribe, e-mail: For additional commands, e-mail: