Hi Jeff,

I've just sent the patches to you.

> Good idea.  Out of curiosity, what servlet container are you using that
> doesn't unpack war files?

As far as I understand tomcat 4.0 can be configured to either run the .war
files directly or to unpack them.  I'm not sure which is the best approach!

> > * Just before an XSL transformation is used, we check the modification
> > time
> > of the underlying file.  If the file has been modified since the
> template
> > was created the in-memory template is recomputed.  This means we can
> > simply
> > change the XSLT file and maverick will automagically detect the
> changes.
>
> This doesn't work with getResourceAsStream(), does it...

I actually used getResource() which returns a URI and so via the
URLConnection has a modification timestamp.  But to be honest, the use of
getResource() is a recent change and it hasn't yet been fully tested that
the XSL transformations get correctly recomputed if they are modified.

Cheers
Guy


_______________________________________________
Mav-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mav-user

Reply via email to