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 18:55 ------- I must admit to a very deep dissatisfaction to touching the filesystem outside of the actual compilation process. I thought of this solution early on but discarded it as impractical for various reasons (also, it doesn't "feel" right). One of those reasons is that we have a common build base file which defines many tasks. If multiple users are building various projects (especially if multiple users are working on several branches of the same project) it can be a pain to manage the files to which I am trying to maintain user session data. Sure, you can always write to the user's home directory, but if I have builds going in parallel this gets messy as well. It makes much more sense to me to have a thread-safe session like object where I can store data generated throughout the build process, and refer to this data as needed during my large, anastomotic builds. Ant does everything else so well, and is so enormously useful, this seems like a next-logical-step, especially under the context of user-input-driven builds with the "input" task - that's a pandora's box you can't close back. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]