Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 10809 invoked from network); 21 Jan 2002 10:17:43 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 21 Jan 2002 10:17:43 -0000 Received: (qmail 15869 invoked by uid 97); 21 Jan 2002 10:17:45 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 15853 invoked by uid 97); 21 Jan 2002 10:17:44 -0000 Mailing-List: contact ant-user-help@jakarta.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 ant-user@jakarta.apache.org Received: (qmail 15842 invoked from network); 21 Jan 2002 10:17:44 -0000 Message-ID: <005001c1a264$dbdede10$2401a8c0@hmorga.de> From: "Nico Seessle" To: "Ant Users List" References: <001201c19fce$b0654230$6401a8c0@darden.virginia.edu> Subject: Re: dynamically assembled classpath Date: Mon, 21 Jan 2002 11:17:39 +0100 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.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ----- Original Message ----- From: "Todd Chambery" To: "Ant Users List" Sent: Monday, January 21, 2002 4:44 AM Subject: Re: dynamically assembled classpath > I'm feeling kind of dumb here, but I can't the desired results. Given an > ant.properties that has these vars: > > project.root=. > weblogic.home=d:/programs/weblogic > #websphere.home=d:/WebSphere/AppServer > > I tried assembling the classpath thusly: > > And somewhere before these lines is a property-definition I guess? And "ant -verbose" tells you it is reading this file? > > > And you should remove ${weblogic.home}/ from your "include name", since these names are resolved relative to the dir specified in fileset, so this would result in trying to find ${weblogic.home}/${weblogic.home}/lib/**/*.jar which looks wrong. Nico -- To unsubscribe, e-mail: For additional commands, e-mail: