RE: Proper way to translate list of jars from properties file into classpath

2010-10-19 Thread Bailey, Darragh
> -Original Message- > From: KARR, DAVID (ATTSI) [mailto:dk0...@att.com] > Sent: 13 October 2010 21:05 > To: Ant Users List > Subject: Proper way to translate list of jars from properties > file into classpath > > I have a property defined in my properties file that > specifies a list o

Re: Proper way to translate list of jars from properties file into classpath

2010-10-19 Thread Antoine Levy-Lambert
On 10/14/2010 5:09 PM, KARR, DAVID (ATTSI) wrote: -Original Message- From: KARR, DAVID (ATTSI) Sent: Wednesday, October 13, 2010 1:05 PM To: Ant Users List Subject: Proper way to translate list of jars from properties file into classpath I have a property defined in my properties file

RE: Proper way to translate list of jars from properties file into classpath

2010-10-16 Thread Moore, Kent
We define each reference in a single line of build.properties, then in build.xml do an amalgamation of the references into different patternsets which have different meanings. That gives us the flexibility to use some references in the build time classpath, but not include them in the war/ear, an

RE: Proper way to translate list of jars from properties file into classpath

2010-10-14 Thread KARR, DAVID (ATTSI)
> -Original Message- > From: KARR, DAVID (ATTSI) > Sent: Wednesday, October 13, 2010 1:05 PM > To: Ant Users List > Subject: Proper way to translate list of jars from properties file into > classpath > > I have a property defined in my properties file that specifies a list > of > jar files