: Sunday, September 10, 2006 12:41 PM
To: Ant Users List
Subject: RE: antcontrib:for
if I echo the @bar property like this
the result is: ${${proj}}
It doesn't look up the value of the inner ${proj}
and the ${} can't find a property for '${proj}'
-
September 10, 2006 8:46 AM
To: Ant Users List; Ant Users List
Subject: RE: antcontrib:for
Try ${${proj}}.
-Original Message-
From: Ray Madigan [mailto:[EMAIL PROTECTED]
Sent: Sun 9/10/2006 11:52 AM
To: Ant Users List
Subject: antcontrib:for
I have a target that I pass in a variable
Ah good point. I didn't read the comment above the - my bad and
my apologies...
Rick Genter wrote:
Try ${${proj}}.
-Original Message-
From: Ray Madigan [mailto:[EMAIL PROTECTED]
Sent: Sun 9/10/2006 11:52 AM
To: Ant Users List
Subject: antcontrib:for
I have a target that I pass in
Try ${${proj}}.
-Original Message-
From: Ray Madigan [mailto:[EMAIL PROTECTED]
Sent: Sun 9/10/2006 11:52 AM
To: Ant Users List
Subject: antcontrib:for
I have a target that I pass in a variable that I would like to fetch the
value of the property to us as the list parameter in a for tag.
That should work fine... Not to be "smart" but did you try this first
before posting? I only ask because, you clearly wrote the script and
could easily test...
Ray Madigan wrote:
I have a target that I pass in a variable that I would like to fetch the
value of the property to us as the list