Thanks for helping with this issue
BPM
-Original Message-
From: Scot P. Floess [mailto:sflo...@nc.rr.com]
Sent: Monday, June 06, 2011 1:58 PM
To: Brian McCann
Subject: RE: How change variable based on environment variable value
Sorry, that should be:
...
On Mon, 6 Jun 2011, Scot P
Many thanks for your help :)
BPM
-Original Message-
From: Echlin, Robert [mailto:robert.ech...@windriver.com]
Sent: Monday, June 06, 2011 1:51 PM
To: Brian McCann
Subject: RE: How change variable based on environment variable value
> -Original Message-
> From: Brian
ne 06, 2011 12:47 PM
To: Brian McCann
Cc: 'Ant Users List'
Subject: RE: How change variable based on environment variable value
I don't see how either target checkbuildbox nor setJOF is called... Your
default target is set to "build" - how are you executing when you run ant?
Hi Robert,
couple questions to make sure I'm following you right.
1. I'm currently setting the value of JOF in the build.userproperties file
to " JOF=C:/Inetpub/wwwroot/wo30"
and even if I try to run a conditional in the build.xml file < property
name="JOF" value="F:/Inetpub/wwwroot/wo30"/>
The v
change variable based on environment variable value
Any chance we can see the complete build.xml?
On Mon, 6 Jun 2011, Brian McCann wrote:
> Hi,
> Below is xml from my build.xml file. I'm trying to set a property value
> based on the condition
> that the build.xml file is being run on
Hi,
Below is xml from my build.xml file. I'm trying to set a property value
based on the condition
that the build.xml file is being run on the build box. I created a system
variable and set it to true on a Win XP SP3 build system.
I tested this part of the xml and the code " ${env.BUILD_BOX}"
works