Hi, is it possible to return properties, set in a sub-project (called with the "Ant" task), to the calling project ?
for example :
<ant antfile="subbuild.xml" dir="." />
<echo message="prop from the subbuild project : ${SUBBUILDPROPERTY}" />
the "SUBBUILDPROPERTY" is set in the subbuild.xml file in a way like this :
<property name="SUBBUILDPROPERTY" value="NEW_ANT_PROPERTY" />
Regards,
Marco Georgi
