Hi All, I want to set a property based on a value of the other property in my build script :
Already defined property in a build file : <property foo.1="prop.1" value="xx" /> Want to set another property based on the value of this property like. <property foo.2="prop2. value="x.x" /> Which means addding "." character after first character in the value of foo.1 property. Is it possible in ant ? Thanks for pointers. Regards, Ravi. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]