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





------- Additional Comments From [EMAIL PROTECTED]  2006-03-22 17:57 -------
(In reply to comment #34)
Tom,  I see the problem with the dependants;  that is a huge problem with my 
patch.

I think it is worth solving this problem completely, in a manner similar to the
way Websphere does (see comment #24 and do the google search).  To do this, it
is necessary to compare the current and last timestamps of the jsp and all its
dependants.  Websphere persists this information in the comments of the
generated .java file.

I don't like the idea of putting the timestamps in the comments ala Websphere,
it will mean making changes in more places, and also I am not a fan of parsing 
text.

I am thinking along the lines of creating a seperate file which could be as
simple as a serialized hashmap containing the URLs as keys and the timestamps as
values.

Thoughts?

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