Re: Using ant for unknown number for jvm args

2005-09-14 Thread Dominique Devienne
Here's an example: The first true JVM args (inside or ) are hard-coded, with single values, but the last one uses line and a property, so is open-ended. I guess you could with a

Using ant for unknown number for jvm args

2005-09-14 Thread DHARNA, AJAY [AG/1000]
I have a build file that is imported by my mainBuild file. The mainBuild file has a target with a junit task - however the jvm arguments for this junit task are in the build file that is being imported and I don't know how many there could be. If there is some way, that I can create a property set