Re: Building a list in a variable

2004-01-07 Thread Gargan, Stephen
From: Gilles Dodinet [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 06, 2004 4:08 PM To: Gargan, Stephen Subject: Re: Building a list in a variable Gargan, Stephen wrote: > value="${manifestClasspath} ${lib.name}" scope="parent"/> > Stephen,

Re: Building a list in a variable

2004-01-06 Thread dion
Yes. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ "Jefferson K. French" <[EMAIL PROTECTED]> wrote on 07/01/2004 11:57:14 AM: > On Tue, 6 Jan 2004, at 15:55:05 [GMT -0800] Gargan, Stephen wrote: > > > > value="${manifestClasspath} ${lib

Re: Building a list in a variable

2004-01-06 Thread Jefferson K. French
On Tue, 6 Jan 2004, at 15:55:05 [GMT -0800] Gargan, Stephen wrote: > value="${manifestClasspath} ${lib.name}" scope="parent"/> The second reference to manifestclasspath is mixed case. Are variables case sensitive? Jeff -- mailto:[EMAIL PROTECTED] --

Building a list in a variable

2004-01-06 Thread Gargan, Stephen
I have a number of top level modules in an ear that I want the war to be able to access but I do not want them included in the libs folder as other modules also use them and I end up with classloader issues. Typically what I have done to remedy this is to include the modules required in a Class-Pat