DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=32041>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=32041

want to remember a value set within a task next time the task is called





------- Additional Comments From [EMAIL PROTECTED]  2004-11-03 22:09 -------
<ant>, <subant> and <antcall> are to be used when you do NOT want to keep the 
results of the target invocations.  This is because they clone the Project 
instance instead of acting upon the current Project.  If you need an <antcall> 
that will return properties your simplest option is to look at some of the 
alternatives ant-contrib has to offer such as <antfetch> and <antcallback>.

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

Reply via email to