Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 99124 invoked by uid 500); 17 Jul 2001 22:01:38 -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 Received: (qmail 99113 invoked from network); 17 Jul 2001 22:01:37 -0000 Message-ID: <022301c10f0c$98366390$8b00000a@TariqM> From: "T Master" To: References: Subject: How to use a Date: Tue, 17 Jul 2001 16:05:30 -0600 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 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Does anyone know how to use as a task as stated by the Ant 1.3 user manual? I can only get junit to work using and passing . I've created a but get instanciation exceptions for the junit TestCase class. I also don't know which tool place my junit.jar file. The Ant docs mention a /lib/ext. Which Tool? I copied it into every ant, jdk, jre /lib/ext and still didn't work. Don't tell me I need to write my own class for a taskdef!!! Need some hope.