Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 56559 invoked from network); 20 Sep 2004 18:53:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 20 Sep 2004 18:53:18 -0000 Received: (qmail 92594 invoked by uid 500); 20 Sep 2004 18:52:46 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 92467 invoked by uid 500); 20 Sep 2004 18:52:45 -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 92418 invoked by uid 99); 20 Sep 2004 18:52:44 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of antoine@gmx.de designates 213.165.64.20 as permitted sender) Received: from [213.165.64.20] (HELO mail.gmx.net) (213.165.64.20) by apache.org (qpsmtpd/0.28) with SMTP; Mon, 20 Sep 2004 11:52:43 -0700 Received: (qmail 10698 invoked by uid 65534); 20 Sep 2004 18:52:39 -0000 Received: from unknown (EHLO gmx.de) (155.56.26.221) by mail.gmx.net (mp013) with SMTP; 20 Sep 2004 20:52:39 +0200 X-Authenticated: #22961642 Message-ID: <414F26E7.7030607@gmx.de> Date: Mon, 20 Sep 2004 20:52:23 +0200 From: Antoine Levy-Lambert User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ant Users List Subject: Re: Problems compiling tomcat 5.0.28 References: <414D15F4.7040106@peneios.com> In-Reply-To: <414D15F4.7040106@peneios.com> X-Enigmail-Version: 0.82.4.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, which JDK are you using ? which ant version ? get=org.apache.tools.ant.taskdefs.Get this class in ant is distributed in the ant.jar in the ant 1.6, and relies only on the JDK. (for classes such as URL). What is your CLASSPATH ? Try to unset your CLASSPATH before starting ant. Cheers, Antoine mail wrote: > Hi, > > I am trying to compile jakarta tomcat 5.0.28 from source and have a > weird problem ... > It breaks at the following: > > > BUILD FAILED > file:/usr/local/src/jakarta-tomcat-5.0.28-src/jakarta-tomcat-5/build.xml:1694: > Could not create task or type of type: get. > > The problem line is the following: > > > So where do I have to look? I'm a bit lost :-( ... As the file is > there and permissions are granted, I assume it's something with ant > (my config? I dunno) ... > > Thanks > Chris > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org