Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 90164 invoked from network); 14 Apr 2003 14:51:01 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 14 Apr 2003 14:51:01 -0000 Received: (qmail 7178 invoked by uid 97); 14 Apr 2003 14:52:55 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 7171 invoked from network); 14 Apr 2003 14:52:54 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 14 Apr 2003 14:52:54 -0000 Received: (qmail 88649 invoked by uid 500); 14 Apr 2003 14:50:41 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 88638 invoked from network); 14 Apr 2003 14:50:41 -0000 Received: from anchor-post-35.mail.demon.net (194.217.242.85) by daedalus.apache.org with SMTP; 14 Apr 2003 14:50:41 -0000 Received: from cpmweb.demon.co.uk ([80.177.20.82] helo=izzy) by anchor-post-35.mail.demon.net with esmtp (Exim 3.36 #2) id 1955IA-0000QZ-0Z for tomcat-user@jakarta.apache.org; Mon, 14 Apr 2003 15:50:42 +0100 From: Paul Merriman To: "Tomcat Users List" Subject: Re: An Ant configuration question Date: Mon, 14 Apr 2003 15:50:24 +0100 User-Agent: KMail/1.5 References: <200304141533.46383.paul@cpmweb.com> In-Reply-To: <200304141533.46383.paul@cpmweb.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200304141550.24542.paul@cpmweb.com> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Well I found the answer to my own question! For those who don't know you need to have $CATALINA_HOME/server/lib/catalina-ant.jar on your CLASSPATH to pick up these ant tasks. This is actually documented in the example build.xml file you get with tomcat! Paul On Monday 14 April 2003 15:33, Paul Merriman wrote: > Sorry if I've missed something basic but I'm drawing a blank on this... > > I'm following the tomcat developers tutorial - trying compilation etc > working with ant. Ayway I've created a build.xml file (basic) and I'm > running ant but I keep getting the message... > > paul@paul:~/dev/myapp$ ant > > BUILD FAILED > file:/home/paul/dev/myapp/build.xml:146: taskdef class > org.apache.catalina.ant.InstallTask cannot be found > > Feels like a CLASSPATH problem (aren't they all). Any ideas? Seen this > before? > > Cheers, > Paul > > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org