Hi everyone!

I'm making an antcall from the source target to its destination target.

<targe="callbuildnumber" >
 <antcall target="newbuildnum" />
<echo message="And the full build.number in calling target is ==> ${full.build.number}" />
</targe>

<targe="newbuildnum" >
 <buildnumber file="build/build.number"/>
 <property name="full.build.number"  value="${build.number}" />
<echo message="And the full build.number in destination target is ==> ${full.build.number}" />
</targe>

Naturally the echo stmt in the newbuildnum target works but how do I get it back to callbuildnumber target, the echo stmt in this target does not work?

_________________________________________________________________
Is your PC infected? Get a FREE online computer virus scan from McAfee® Security. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to