> Date: Wed, 28 Aug 2002 16:41:16 -0700 (PDT)
> From: "Craig R. McClanahan" <craigmcc@apache.org>
> Subject: Re: cvs commit:
jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/servlet
JspServletWrapper.java
> To: Tomcat Developers List <tomcat-dev@jakarta.apache.org>
>
>
>
> On 28 Aug 2002 kinman@apache.org wrote:
>
> > - Fixed 11485: recompilation of jsp files when TLD is modified.
>
> Cool! This change (and wasn't there another recent change to auto-detect
> changes in files included via <%@ include %>?) will definitely reduce user
> confusion.
>
The auto-detect of included files is already working in 4.1.x. I turned
that off for tomcat 5, because it was causing problems with auto
compilation of tag files. It all works now.
I also turn on auto-detection of changes to files that are included with
include-prelude and include-coda in jsp-config in JSP2.0, usign the
same mechanism.
> Now if I had this one in 4.1.x ... :-)
>
I could back port the TLD dependency check part to 4.1.x if there are
demands for it.
> Thanks,
> Craig
>
>
>
> --
> To unsubscribe, e-mail: <mailto:tomcat-dev-unsubscribe@jakarta.apache.org>
> For additional commands, e-mail: <mailto:tomcat-dev-help@jakarta.apache.org>
>
--
To unsubscribe, e-mail: <mailto:tomcat-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-dev-help@jakarta.apache.org>
|