> From: jim moore [mailto:[EMAIL PROTECTED]] > > yes--this is what I was expecting, that the file would be read on each > request. I know this destroys performance, but the performance hit is a > small price to pay when developing. It's really annoying to have to hit > reload.m everytime you change that spacer gif from a 1 pixel width to 2 > to 3 to 4 trying to get the layout right.
Well then, I guess we should change it back :-) How about we get rid of lazy-load-templates and replace it with disable-template-cache or disable-cache? Also, I was thinking that it would be nice to have an alternative way of setting these parameters besides modifying the config file. It would be trivial to have most of these tags overridden by a system property, so you could start the JVM with -Ddisable-template-cache=true. To minimize collisions, we could have the option of using the parent element as a prefix: -Dtransform-factory.disable-template-caching=true. It's crude, but it seems like it would be really useful. No changing version controlled files when you are working in "development mode". Thoughts? Jeff Schnitzer [EMAIL PROTECTED] Jeff _______________________________________________ Mav-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mav-user
