Hi, I trying to load the property release.dir set in build.xml into build.properties during runtime. But the value is not loaded into build.properties file. Any hint or can anyone let me know how to get this done?
*build.xml* /<target name="record"> <tstamp> <format property="build.start" pattern="ddMMyyyy_HHmm"/> </tstamp> <property name="release.dir" value="${build.start}_TIBCO"/> </target>/ *build.properties* /src.home=${release.dir}/ -Vinodh -- View this message in context: http://ant.1045680.n5.nabble.com/Load-property-value-from-build-xml-to-build-properties-tp4960255p4960255.html Sent from the Ant - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org