Return-Path: Delivered-To: apmail-gump-general-archive@www.apache.org Received: (qmail 69265 invoked from network); 5 Jul 2004 10:39:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 5 Jul 2004 10:39:21 -0000 Received: (qmail 59765 invoked by uid 500); 5 Jul 2004 10:39:18 -0000 Delivered-To: apmail-gump-general-archive@gump.apache.org Received: (qmail 59690 invoked by uid 500); 5 Jul 2004 10:39:16 -0000 Mailing-List: contact general-help@gump.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Gump code and data" Reply-To: "Gump code and data" Delivered-To: mailing list general@gump.apache.org Received: (qmail 59675 invoked by uid 99); 5 Jul 2004 10:39:16 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [62.96.16.111] (HELO bodewig.bost.de) (62.96.16.111) by apache.org (qpsmtpd/0.27.1) with ESMTP; Mon, 05 Jul 2004 03:39:15 -0700 Received: (from bodewig@localhost) by bodewig.bost.de (8.11.6/8.11.6) id i65AdDC12239; Mon, 5 Jul 2004 12:39:13 +0200 X-Authentication-Warning: bodewig.bost.de: bodewig set sender to bodewig@apache.org using -f To: general@gump.apache.org Subject: Re: cvs commit: gump/project avalon-tools.xml X-Draft-From: ("nnfolder:mail.gump-general" 3071) References: <20040705092626.31831.qmail@minotaur.apache.org> <40E92E42.7090207@apache.org> From: Stefan Bodewig Date: Mon, 05 Jul 2004 12:39:13 +0200 In-Reply-To: <40E92E42.7090207@apache.org> (Stephen McConnell's message of "Mon, 05 Jul 2004 12:32:34 +0200") 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 On Mon, 05 Jul 2004, Stephen McConnell wrote: > bodewig@apache.org wrote: >> - >> - >> + > + project="ant" ids="ant junit nodeps" runtime="true"/> > > Stefan: > > The above dependencies are being generated automatically by magic's > gump task. Your original had three depends elements with id attributes. Gump would have ignored the id attribute since it isn't supported at this level and simply collapsed the three to a dependency on "ant". I figured you didn't want to depend on all jars "ant" creates so I restricted it. > Can I assume that the junit, ant, ant-ant, ant-junit, and ant-nodeps > definitions used by magic can be flagged as "ignorable"? > > .. i.e. I can update magic to simply not add dependencies that are > flagged with . What would that mean in detail? You most certainly need ant.jar to build or run magic. BTW: Putting magic into the bootclasspath doesn't work unless Ant itself is there as well. Otherwise your tasks will be loaded by the primordial class loader and fail to load Task class of Ant since Ant itself is in a classloader lower down (higher up?) the chain. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@gump.apache.org For additional commands, e-mail: general-help@gump.apache.org