Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 15589 invoked from network); 9 Nov 2003 15:44:01 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 9 Nov 2003 15:44:01 -0000 Received: (qmail 94406 invoked by uid 500); 9 Nov 2003 15:43:47 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 94361 invoked by uid 500); 9 Nov 2003 15:43:46 -0000 Mailing-List: contact user-help@ant.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 user@ant.apache.org Received: (qmail 94343 invoked from network); 9 Nov 2003 15:43:45 -0000 Received: from unknown (HELO doarim.bgu.ac.il) (132.72.138.92) by daedalus.apache.org with SMTP; 9 Nov 2003 15:43:45 -0000 Received: from gatekeeper1.bgu.ac.il ([132.72.138.92]) by doarim.bgu.ac.il with ESMTP id <20031109154345.FVRV35106.doarim@gatekeeper1.bgu.ac.il> for ; Sun, 9 Nov 2003 17:43:45 +0200 Received: from gatekeeper1.bgu.ac.il (localhost [127.0.0.1]) by gatekeeper1.bgu.ac.il (8.12.9/8.12.9) with ESMTP id hA9FhjSg014711 for ; Sun, 9 Nov 2003 17:43:45 +0200 (IST) Received: from ISEMAG11 ([132.72.187.20]) by gatekeeper1.bgu.ac.il (8.12.9/8.12.9) with SMTP id hA9FhiUo014707 for ; Sun, 9 Nov 2003 17:43:44 +0200 (IST) Message-ID: <00ff01c3a6d8$cdbf9f20$14bb4884@bguise> From: "michael ramati" To: "Ant Users List" References: Subject: Re: taskdef class cannot be found Date: Sun, 9 Nov 2003 17:47:38 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1255" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N hi there, thank you antoine for detailed and patient answer. indeed, i was aware to the classpath issue, but i knew nothing about any external jars that i use, except those that are already in $ant_home/lib. again, i work according to the instructions in The Java Web Services Tutorial. appreciate your kind help. ----- Original Message ----- From: "Antoine L?vy-Lambert" To: "Ant Users List" Sent: Saturday, November 08, 2003 19:11 Subject: AW: taskdef class cannot be found > Hi Michael, > > this sounds like a classpath issue. > > Have a look at the definition of the taskdef task in the ant manual ( > http://ant.apache.org/manual/CoreTasks/taskdef.html ) > > You will see that the taskdef task can have a nested element . > this one should contain the path(s) to the jar(s) containing for instance in > this case org.apache.catalina.ant.DeployTask > > Alternatively, you can set your CLASSPATH environment variable to include > all the jars which you are going to use and which are not part of the ant > distribution. > > You can also copy to $ANT_HOME/lib these external jars, but then you will > soon have a jar supermarket in this directory. > > Cheers, > > Antoine > > -----Urspr?ngliche Nachricht----- > Von: michael ramati [mailto:ramatim@bgumail.bgu.ac.il] > Gesendet: Freitag, 7. November 2003 22:08 > An: user@ant.apache.org > Betreff: taskdef class cannot be found > > > hi, > i get the following message after typing 'ant': > > BUILD FAILED > file:C:/jwstutorial13/examples/jaxrpc/common/targets.xml:30: taskdef class > org.apache.catalina.ant.DeployTask cannot be found > > i get similar messages for different projects in The Java Web Services > Tutorial. > thanks in advance. > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > For additional commands, e-mail: user-help@ant.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org