Return-Path: Mailing-List: contact user-help@ant.apache.org; run by ezmlm Delivered-To: mailing list user@ant.apache.org Received: (qmail 35421 invoked from network); 27 May 2003 13:27:02 -0000 Received: from ext-nj2gw-3.online-age.net (216.35.73.165) by daedalus.apache.org with SMTP; 27 May 2003 13:27:02 -0000 Received: from int-nj2gw-3.online-age.net (int-nj2gw-3.online-age.net [3.159.236.67]) by ext-nj2gw-3.online-age.net (8.12.9/8.12.8/990426-RLH) with ESMTP id h4RDR2Jm013584 for ; Tue, 27 May 2003 09:27:02 -0400 (EDT) Received: from AP3EXVW01APPLGE.appl.ge.com (localhost [127.0.0.1]) by int-nj2gw-3.online-age.net (8.12.9/8.12.8/990426-RLH) with SMTP id h4RDQtXc007693 for ; Tue, 27 May 2003 09:26:56 -0400 (EDT) Received: from 3.130.163.181 by AP3EXVW01APPLGE.appl.ge.com (InterScan E-Mail VirusWall NT); Tue, 27 May 2003 09:29:07 -0400 Received: by exchange.appl.ge.com with Internet Mail Service (5.5.2653.19) id ; Tue, 27 May 2003 09:29:07 -0400 Message-ID: <62E407E3139D564FBFD7273C369F323101DBB964@banexpr01applge.appl.ge.com> From: "Verma, Nitin (GECP, OTHER, 529706)" To: Ant Users List Subject: RE: JUNIT task not running Date: Tue, 27 May 2003 09:29:00 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/mixed; boundary="----=_NextPartTM-000-f934892d-914c-4078-bf0b-403ba7e4d848" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------=_NextPartTM-000-f934892d-914c-4078-bf0b-403ba7e4d848 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C32453.EF209000" ------_=_NextPart_001_01C32453.EF209000 Content-Type: text/plain; charset="iso-8859-1" Thanx so much ... It's working now! -----Original Message----- From: Adam Jack [mailto:ajack@TrySybase.com] Sent: Tuesday, May 27, 2003 6:02 PM To: 'Ant Users List' Subject: RE: JUNIT task not running JUNIT task not runningYou clearly didn't read this message that you posted: Please neither file bug reports on this problem, nor email the Ant mailing lists, until all of these causes have been explored, as this is not an Ant bug. I assume you've not installed junit, http://www.junit.org, or add it to the classpath or ... Adam -----Original Message----- From: Verma, Nitin (GECP, OTHER, 529706) [mailto:NITIN.VERMA@APPL.GE.COM] Sent: Tuesday, May 27, 2003 1:24 AM To: Ant Users List Subject: JUNIT task not running run: BUILD FAILED file:E:/projects/ts/serverconfig/serverconfig/build.xml:147: Could not create task or type of type: junit. Ant could not find the task or a class this task relies upon. This is common and has a number of causes; the usual solutions are to read the manual pages then download and install needed JAR files, or fix the build file: - You have misspelt 'junit'. Fix: check your spelling. - The task needs an external JAR file to execute and this is not found at the right place in the classpath. Fix: check the documentation for dependencies. Fix: declare the task. - The task is an Ant optional task and optional.jar is absent Fix: look for optional.jar in ANT_HOME/lib, download if needed - The task was not built into optional.jar as dependent libraries were not found at build time. Fix: look in the JAR to verify, then rebuild with the needed libraries, or download a release version from apache.org - The build file was written for a later version of Ant Fix: upgrade to at least the latest release version of Ant - The task is not an Ant core or optional task and needs to be declared using . Remember that for JAR files to be visible to Ant tasks implemented in ANT_HOME/lib, the files must be in the same directory or on the classpath Please neither file bug reports on this problem, nor email the Ant mailing lists, until all of these causes have been explored, as this is not an Ant bug. ------_=_NextPart_001_01C32453.EF209000 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable RE: JUNIT task not running

Thanx so much ... It's working now!

-----Original Message-----
From: Adam Jack [mailto:ajack@TrySybase.com]
Sent: Tuesday, May 27, 2003 6:02 PM
To: 'Ant Users List'
Subject: RE: JUNIT task not running


JUNIT task not runningYou clearly didn't read this = message that you posted:
    Please neither file bug reports = on this problem, nor email the
    Ant mailing lists, until all of = these causes have been explored,
    as this is not an Ant bug.

I assume you've not installed junit, http://www.junit.org, or add it to the
classpath or ...

Adam

  -----Original Message-----
  From: Verma, Nitin (GECP, OTHER, 529706) [mailto:NITIN.VERMA@APPL.GE.COM]
  Sent: Tuesday, May 27, 2003 1:24 AM
  To: Ant Users List
  Subject: JUNIT task not running


  run:

  BUILD FAILED
  = file:E:/projects/ts/serverconfig/serverconfig/build.xml:147: Could = not
create task or type of type: junit.

  Ant could not find the task or a class this = task relies upon.

  This is common and has a number of causes; the = usual
  solutions are to read the manual pages then = download and
  install needed JAR files, or fix the build = file:
   - You have misspelt 'junit'.
     Fix: check your = spelling.
   - The task needs an external JAR file = to execute
     and this is not found at = the right place in the classpath.
     Fix: check the = documentation for dependencies.
     Fix: declare the = task.
   - The task is an Ant optional task and = optional.jar is absent
     Fix: look for optional.jar = in ANT_HOME/lib, download if needed
   - The task was not built into = optional.jar as dependent
     libraries were not found at = build time.
     Fix: look in the JAR to = verify, then rebuild with the needed
     libraries, or download a = release version from apache.org
   - The build file was written for a = later version of Ant
     Fix: upgrade to at least = the latest release version of Ant
   - The task is not an Ant core or = optional task
     and needs to be declared = using <taskdef>.

  Remember that for JAR files to be visible to = Ant tasks implemented
  in ANT_HOME/lib, the files must be in the = same directory or on the
  classpath

  Please neither file bug reports on this = problem, nor email the
  Ant mailing lists, until all of these causes = have been explored,
  as this is not an Ant bug.

------_=_NextPart_001_01C32453.EF209000-- ------=_NextPartTM-000-f934892d-914c-4078-bf0b-403ba7e4d848--