Hi Davor, Have you tried running Jetty standalone, out of eclipse?
This is what we do. I'm not sure it has anything to do with your problem but it might be worth a try. It's only a few lines of code to write a simple Jetty server launcher as you can see http://pastebin.com/WsEFi2yh Just write a simple script to run for this class and even though you'll be using Jetty outside of eclipse you can still make code changes in eclipse and it will reload them dynamically (as long as you set your classpath for the jetty startup script correctly). - J On Wed, 2011-05-25 at 10:17 +0200, Davor Hrg wrote: > Hi, > > your suggestion did improve reload when only template is changed. > > Still 6 seconds reload happens when I change page class. > Hope this is also abnormal and someone has some suggestions > how to fix it as well. > > > to clarify : > adding exclude ** for resources will stop eclipse from doing anything there, > and this was wrong until I restored defaults for m2eclipse. > by doing this maven added it's own resource processing to the build. > After that templates get copied as soon as edited, > Unlike with eclipse builder page reload is very fast 200ms for a page that > reloaded 6 seconds > before the changes were made. > > > Davor Hrg > > > On Tue, May 24, 2011 at 7:49 PM, Bryan Lewis <jbryanle...@gmail.com> wrote: > > > I put it back into the src/main/resources line of .classpath, like: > > > > <classpathentry excluding="**" kind="src" output="target/classes" > > path="src/main/resources"/> > > > > My templates are being copied to the expected place, like ... > > target\classes\com\companyname\appname\pages\PageName.tml. > > > > Maybe there's something else amiss with your maven/build configuration. > > Does your pom.xml have the <resources> section? Maybe compare your > > configuration with a small new one like the Tapestry quickstart. > > > > > > > > On Tue, May 24, 2011 at 1:37 PM, Davor Hrg <hrgda...@gmail.com> wrote: > > > > > I also removed excluding ** for src/main/resurces > > > > > > but without it templates do not get copied to calsses dir > > > > > > where did you put back the excluding ** ? > > > > > > > > > Davor Hrg > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org