Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 71555 invoked from network); 25 Feb 2005 10:36:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 25 Feb 2005 10:36:16 -0000 Received: (qmail 69700 invoked by uid 500); 25 Feb 2005 10:36:14 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 69673 invoked by uid 500); 25 Feb 2005 10:36:14 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 69658 invoked by uid 99); 25 Feb 2005 10:36:14 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from bodewig.bost.de (HELO bodewig.bost.de) (62.96.16.111) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 25 Feb 2005 02:36:12 -0800 Received: (from bodewig@localhost) by bodewig.bost.de (8.11.6/8.11.6) id j1PAa8m23756; Fri, 25 Feb 2005 11:36:08 +0100 X-Authentication-Warning: bodewig.bost.de: bodewig set sender to bodewig@apache.org using -f To: commons-dev@jakarta.apache.org Subject: Re: [GUMP@brutus]: Project commons-jelly-tags-ant (in module commons-jelly) failed X-Draft-From: ("nnfolder:mail.jakarta-lib" 67314) References: <200502251030.j1PAU2Q23727@bodewig.bost.de> From: Stefan Bodewig Date: Fri, 25 Feb 2005 11:36:08 +0100 In-Reply-To: <200502251030.j1PAU2Q23727@bodewig.bost.de> (commons-jelly-tags-ant development's message of "Fri, 25 Feb 2005 02:28:41 PST") Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Security Through Obscurity, linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I've looked into this and I don't think there is any way to fix it as long as the project uses Maven to build and depends on Ant 1.5.x. The problem is that Ant has been split into several jars and no matter how we turn it, Maven will only ever see at most two of them (one cloaked as ant.jar and the other one as optional.jar). To build the project successfully at least ant.jar, ant-launcher.jar and ant-junit.jar are needed and there is no way to do it. The project used to build when it used Ant since Ant would take the full CLASSPATH, that contains all Ant jars. I don't see a solution ATM. What do we want to do? Build with Ant? Upgrade the dependency to Ant 1.6 (1.6.0 has been released fourteen months ago) and add ant-launcher? Live with the problem for now and disable nagging? Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org