Re: [T5] classes and templates don't reload anymore

2008-12-02 Thread Andy Pahne
Works here, too. I had the same problem a few weeks ago. It took me a while to find out that somehow the Eclpse "build automaticaly" option turned off. That was fun, sort of. Stephane Decleire schrieb: My app is built against Tap 5.0.17 I've tried using maven command "mvn jetty:run" or on

Re: [T5] classes and templates don't reload anymore

2008-12-02 Thread Stephane Decleire
I don't think that my problem arises due to the new version. I have just posted it as a clue ... Michael Gerzabek a écrit : > I recently switched to 5.0.17 and everything works fine, reloading of > pages, templates, components (no mixins yet). I use Eclipse with jetty > plugin. > > > Stephane Decl

Re: [T5] classes and templates don't reload anymore

2008-12-02 Thread Michael Gerzabek
I recently switched to 5.0.17 and everything works fine, reloading of pages, templates, components (no mixins yet). I use Eclipse with jetty plugin. Stephane Decleire schrieb: My app is built against Tap 5.0.17 I've tried using maven command "mvn jetty:run" or on Tomcat using Netbeans without

[T5] classes and templates don't reload anymore

2008-12-02 Thread Stephane Decleire
My app is built against Tap 5.0.17 I've tried using maven command "mvn jetty:run" or on Tomcat using Netbeans without success. None of the change i make on my templates or classes fired a reload. Any idea ? Stephane