Return-Path: Delivered-To: apmail-gump-general-archive@www.apache.org Received: (qmail 17446 invoked from network); 18 Mar 2004 22:37:20 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 18 Mar 2004 22:37:20 -0000 Received: (qmail 29908 invoked by uid 500); 18 Mar 2004 22:37:06 -0000 Delivered-To: apmail-gump-general-archive@gump.apache.org Received: (qmail 29870 invoked by uid 500); 18 Mar 2004 22:37:06 -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 29853 invoked from network); 18 Mar 2004 22:37:06 -0000 Received: from unknown (HELO mx1.try.sybase.com) (130.214.10.19) by daedalus.apache.org with SMTP; 18 Mar 2004 22:37:06 -0000 Received: from mail.try.sybase.com (mail.try.sybase.com [130.214.10.18]) by mx1.try.sybase.com (8.11.6/8.11.0) with ESMTP id i2ILZC208703 for ; Thu, 18 Mar 2004 14:35:12 -0700 Received: from tsws1 ([10.22.120.82]) by mail.try.sybase.com (8.11.6/8.11.6) with SMTP id i2IMInk19221 for ; Thu, 18 Mar 2004 15:18:49 -0700 Message-ID: <041f01c40d39$8a777cc0$cebfea43@tsws1> From: "Adam R. B. Jack" To: "Gump code and data" References: <042301c40d1e$1d193df0$2502a8c0@vma> Subject: Re: FW: [GUMP@lsd]: jakarta-cactus/jakarta-cactus-framework-12 failed Date: Thu, 18 Mar 2004 15:36:58 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N > The problem is the the following declaration: > > > > should only include in the CP the jars declared by the tag in the > httpunit project. However it seems it is importing all jars in the CP. > When Gumpy adds a dependency for a property it creates a dependency object: # Add a dependency (to bring property) dependency=ProjectDependency(project, \ workspace.getProject(property.project), \ INHERIT_ALL, \ runtime, 0, \ ids, noclasspath, 'Property Dependency for ' + property.name) >From this I see it does inherit='all', runtime (as specified by the property), mandatory (not optional), ids (as specified by the property), noclasspath (see below), and a comment. Seems I might get lucky with an easy fix, i.e. replace that with INHERIT_NONE. I'll do it. LEt me know if you think otherwise. BTW: Stefan, you updated the depend xdocs for , but did you add anything for classpath attribute on property? I just guessed it is the (defaulted) reverse of noclasspeth -- meaning these dependencies do not bring in the classpath ('cos the property is going to pass it.) Correct? regards, Adam --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@gump.apache.org For additional commands, e-mail: general-help@gump.apache.org