Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 98977 invoked by uid 500); 12 Aug 2001 20:36:26 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: ant-user@jakarta.apache.org Delivered-To: mailing list ant-user@jakarta.apache.org Delivered-To: moderator for ant-user@jakarta.apache.org Received: (qmail 91284 invoked from network); 12 Aug 2001 20:06:31 -0000 Message-ID: <006a01c1236a$5b8c6e40$d1eefea9@unknownp7vgk60> From: "Stephane Bailliez" To: References: <4.2.2.20010812122316.00c6b100@mail.zzyzxtek.com> Subject: Re: JUnit Report Task in 1.4 Beta and 1.5 Alpha Date: Sun, 12 Aug 2001 22:07:02 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2495.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2495.0000 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N ----- Original Message ----- > I know there's been traffic lately about the JUnit Report task, but > I haven't seen this issue addressed (apologies if I missed seeing it). [...] > I don't see this class in either ant.jar or optional.jar. It's in optional.jar. You are probably using an optional.jar that you built yourself without all dependencies or one from a nightly build which are often incomplete due to these dependencies reasons. > What am I doing wrong? http://jakarta.apache.org/builds/jakarta-ant/release/v1.4Beta1/ Get the optional.jar from here, and make sure your path/classpath are correct. (ie that you are really using this ant version and that your jar are loaded) Keep me posted. Stephane.