You can do this in Ant 1.7.1 without any extensions:
${value.id}
I use this to set up builds for different platforms. For example,
Daniel
EetieD wrote:
Hi,
I was wondering if it is possible to use 'dynamic declarations' within ANT.
Please check the example below. In the line '${valu
from "ant -h", I think "-D= use value for given
property" may help.
On Thu, Oct 22, 2009 at 8:26 AM, sridhar bitkuri wrote:
> Hello,
>
> I have a build.xml file and calling it from a .batch file and like to pass
> the "earFile" and "application" below values like below, how can i do it.
> Tha
Hello,
I have a build.xml file and calling it from a .batch file and like to pass
the "earFile" and "application" below values like below, how can i do it.
Thanks in advance.
abc.BAT xyz.ear xyz
Hello,
I found the problem.
I have two sections in my call, but only use one of them at
a time.
But Ant checks all the jars in batchtest, even when you do not run this section:
If ${jarfile
Hello,
In I get the following error:
D:\DopeBuildBase\Build\DopeBuildServer\dopebuild_ant.xml:1123: the archive
cpjdope.jar doesn't exist
What does this mean???
I expect a class not found exception, if a class is missing, but junit does not
even start.
The jar is where it should be.
So what