On Wed, Mar 18, 2009 at 10:29 AM, Hugues Narjoux
<huguesnarj...@gmail.com> wrote:
> Wow ! Thanks for the quick reply !

You're welcome!

> However even if i ignore the message, the modification won't appear ...

I don't use WTP for a very long time (it was much worse and error
prone than Tomcat Launcher), so I don't know what can be the problem.
I run Jetty directly, no plugins, just a small class with a main that
instantiates a server, a webapp context and runs them. :)

> How does  this class relaoding thing works ? Is tapestry detecting a change
> in the .class file ? Or a change in the class loader ?

Changes in .class files. Maybe your problem is exactly that: you
recompile a class, but the .class file that is in the classpath is not
updated.

-- 
Thiago

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to