> -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
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
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 associated with a particular framework. I'll need to
reference all of those jars any time I reference one of them, so I put
them in a s
> -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 spe
I have a property defined in my properties file that specifies a list of
jar files associated with a particular framework. I'll need to
reference all of those jars any time I reference one of them, so I put
them in a single property.
It currently looks like this:
cxf-patches = ${lib}/cxf-xjc