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=41368>.
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=41368





------- Additional Comments From [EMAIL PROTECTED]  2007-04-17 18:11 -------
the problem is that taskdefs/Record.java uses a single static HashTable to hold 
RecordEntry objects.  Then 
it calls cleanup() in subBuildFinished(), which cleans out the static HashTable.

This is the wrong behavior, since as a static member it contains all 
RecordEntries across Project objects.  

Seems like the correct behavior is to have a HashTable of RecorderEntry's on a 
per-Project-object basis. 
(single refid per-project won't work either because the refid could get copied 
by <ant> task's inheritRefs 
attribute.)

-- 
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]

Reply via email to