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 19:32 ------- Are you talking about within the life of a single (capital-P) Project? If so you could simply use ant-contrib's <var> task for that. If you mean within a JVM that could reference multiple Project instances, you could still write a custom task to set a system property (I think), which should then be copied into later-instantiated Project properties collections. Otherwise I am at a loss to understand what you expect of Ant. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]