Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 91887 invoked from network); 10 Dec 2007 17:10:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Dec 2007 17:10:14 -0000 Received: (qmail 29153 invoked by uid 500); 10 Dec 2007 17:10:00 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 29088 invoked by uid 500); 10 Dec 2007 17:10:00 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 29077 invoked by uid 99); 10 Dec 2007 17:10:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Dec 2007 09:10:00 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [209.86.89.65] (HELO elasmtp-kukur.atl.sa.earthlink.net) (209.86.89.65) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Dec 2007 17:09:59 +0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=earthlink.net; b=eVmGtzc8PAOxWrd71/oMp+9PKJr1wtysok1Ta3Uj1LGr+RFDimzkB+PGu871CTbg; h=Received:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:Content-Type:Content-Transfer-Encoding:X-ELNK-Trace:X-Originating-IP; Received: from [129.33.49.251] (helo=tetra.raleigh.ibm.com) by elasmtp-kukur.atl.sa.earthlink.net with asmtp (Exim 4.34) id 1J1m8I-00005C-M2 for dev@tomcat.apache.org; Mon, 10 Dec 2007 12:09:31 -0500 Message-ID: <475D72CE.303@earthlink.net> Date: Mon, 10 Dec 2007 12:09:34 -0500 From: Joe Bohn User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: Tomcat Developers List Subject: error with "ant download" for 6.0.14 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ELNK-Trace: c408501814fc19611aa676d7e74259b7b3291a7d08dfec7975d68c21711ebb775e4483d54e078646350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 129.33.49.251 X-Virus-Checked: Checked by ClamAV on apache.org I'm trying to build 6.0.14 and I'm hitting the following problems with the "ant download" step. It appears that the version of several dependencies referenced in build.properties.default are no longer available: jdt.loc=http://sunsite.informatik.rwth-aachen.de/eclipse/downloads/drops/R-3.2.2-200702121330/eclipse-JDT-3.2.2.zip is not available so I used jdt.loc=http://sunsite.informatik.rwth-aachen.de/eclipse/downloads/drops/R-3.3-200706251500/eclipse-JDT-3.3.zip in its place. Likewise, due to the previous change jdt.jar=${jdt.lib}/org.eclipse.jdt.core_3.2.3.v_686_R32x.jar was not available so I used jdt.jar=${jdt.lib}/org.eclipse.jdt.core_3.3.0.v_771.jar Are these the proper version to use when building 6.0.14 now? Is there a better way to do this than to manually edit the build.properties.default file? Thank you, Joe Bohn --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org