On Fri, 09 May 2014 11:19:52 -0300, <leandroaisp...@gmail.com> wrote:

Hi, all

Hi!

I know that live class reloading do not reload tapestry files that are
inside jar files like tapestry documentation says, but perhaps someone have faced the same problem and can tell me if there is any special
configuration to apply in order to use live class reloading like i was.

That's not possible. Tapestry class reloading works by checking individual .class files directly on the folder included in the classpath. The JVM itself probably doesn't support what you're asking, as it considers JAR files as immutable while the JVM is running.

--
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.com.br

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

Reply via email to