Re: using dynamic declarations..

2009-10-21 Thread Daniel Blaukopf
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

Re: Need to pass the value to build file.

2009-10-21 Thread Zhu Jia Cheng
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

Need to pass the value to build file.

2009-10-21 Thread sridhar bitkuri
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

AW: Strange error in junit task

2009-10-21 Thread Knuplesch, Juergen
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

Strange error in junit task

2009-10-21 Thread Knuplesch, Juergen
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