Re: Component reloading is not working

2008-04-13 Thread Jakob Keres
Am Sonntag, den 13.04.2008, 02:28 -0400 schrieb Andy Huhn: > Hi Jakob, > > Well, I tried what you mentioned, and it now picks up changes to my .tml > right away--definitely an improvement over before. I think I am seeing > the same problem you are seeing, though, because it is not picking up > c

Re: Component reloading is not working

2008-04-12 Thread Andy Huhn
Hi Jakob, Well, I tried what you mentioned, and it now picks up changes to my .tml right away--definitely an improvement over before. I think I am seeing the same problem you are seeing, though, because it is not picking up changes to my page classes. If I modify a page class and save in Eclipse

Re: Component reloading is not working

2008-04-12 Thread Jakob Keres
Am Samstag, den 12.04.2008, 11:28 -0400 schrieb Andy Huhn: > Hi Jakob, > > Also, which version of Jetty are you using? Jetty6 but... > I don't believe there's a > way to get component reloading working yet with Eclipse + Jetty6, > although there is with Eclipse + Jetty5. ...it's working. I

Re: Component reloading is not working

2008-04-12 Thread Andy Huhn
Hi Jakob, Also, which version of Jetty are you using? I don't believe there's a way to get component reloading working yet with Eclipse + Jetty6, although there is with Eclipse + Jetty5. Andy On Sat, 2008-04-12 at 13:46 +0200, Jakob Keres wrote: > Hi. > > I'm quite new to tapestry so it's mayb

Re: Component reloading is not working

2008-04-12 Thread Jakob Keres
Am Samstag, den 12.04.2008, 13:54 +0200 schrieb Filip S. Adamsen: > Hi Jakob, > > You need to compile after making changes, even if the changes you made > does not involve any classes. OK. > Which IDE are you using? Eclipse - of course :) Thx, Jakob --

Re: Component reloading is not working

2008-04-12 Thread Filip S. Adamsen
Hi Jakob, You need to compile after making changes, even if the changes you made does not involve any classes. This is so that the templates etc. can be pushed to target/classes where Jetty looks for them. Which IDE are you using? -Filip On 2008-04-12 13:46, Jakob Keres wrote: Hi. I'm qui

Component reloading is not working

2008-04-12 Thread Jakob Keres
Hi. I'm quite new to tapestry so it's maybe only a stupid newbie issue. I created a new project with (copied from website): mvn archetype:create \ -DarchetypeGroupId=org.apache.tapestry \ -DarchetypeArtifactId=quickstart \ -DgroupId=org.apache.tapestry \ -DartifactId=tutorial1 \ -Dpack