You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2004/03/04 21:20:27 UTC

DO NOT REPLY [Bug 27451] - JspC won't detect compile-time include changes

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27451>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27451

JspC won't detect compile-time include changes

kin-man.chung@sun.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX



------- Additional Comments From kin-man.chung@sun.com  2004-03-04 20:20 -------
Jasper keeps track of included static file dependencies of a JSP page by loading
the servlet of this page, and invoking its getDependents() method.  JSPC does
not currently do such loading, hence it cannot detect changes to included files.

I think it's acceptable to have to remove the generated files before invoking
JSPC.  Sorry.

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org