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=8988>. 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=8988 ------- Additional Comments From [EMAIL PROTECTED] 2004-11-19 18:48 ------- Actually, I've been thinking of something global, but not some hack to current properties. Imagine a 'store' which is a read/write hashmap; you can put/get strings. <store-put name="storename" key="user" value="${myprop}" /> <store-get name="storename" key="user" property="mynewprop" /> Clearly it wouldnt be cross process, but it would persist, and it wouldnt need changes to ant. Just a large static repository. I worry about IDE hosting and leakage though. At the end of a build (but not an ant call), we'd need to destroy everything. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
