RE: Concatenating a string to a property

2007-03-16 Thread Mike Stewart
generally do this: .. .. Hope this helps. GregD 859-386-8309 -Original Message- From: Mike Stewart [mailto:[EMAIL PROTECTED] Sent: Friday, March 16, 2007 11:56 AM To: user@ant.apache.org Subject: Concatenating a string to a property Hi, I am trying to get a value from a property that

RE: Concatenating a string to a property

2007-03-16 Thread Mike Stewart
ny' come from? Did you set it earlier? remote.jboss.jndi.port.b4usony -Original Message- From: Mike Stewart [mailto:[EMAIL PROTECTED] Sent: Friday, March 16, 2007 8:56 AM To: user@ant.apache.org Subject: Concatenating a string to a property Hi, I am trying to get a value from a prope

RE: Concatenating a string to a property

2007-03-16 Thread Byron Vonthal
riginal Message- From: Mike Stewart [mailto:[EMAIL PROTECTED] Sent: Friday, March 16, 2007 8:56 AM To: user@ant.apache.org Subject: Concatenating a string to a property Hi, I am trying to get a value from a property that is defined in the build.properties file - remote.jbos

RE: Concatenating a string to a property

2007-03-16 Thread Ditrick, Gregory
:[EMAIL PROTECTED] Sent: Friday, March 16, 2007 11:56 AM To: user@ant.apache.org Subject: Concatenating a string to a property Hi, I am trying to get a value from a property that is defined in the build.properties file - remote.jboss.jndi.port.server1=17031 remote.jboss.server=server1 The

Concatenating a string to a property

2007-03-16 Thread Mike Stewart
Hi, I am trying to get a value from a property that is defined in the build.properties file - remote.jboss.jndi.port.server1=17031 remote.jboss.server=server1 The remote.jboss.server varies depending on which client is being built, I tried the definition below but it is performing text substitu