hey folks

http://tapestry.apache.org/class-reloading.html there it says that class
reloading from a JAR is not working. So when you have a more complex project
(probably with more than one modules) all the modules are packed to JARs and
they go into your WAR exploded.
With eclipse this works well with live class reloading, but with intellij
your open sub modules' compile output folders are put into JARs. -> no class
reloading with complex projects out of the box.

so if this holds for your project you could do as follows (I use intellij
11): 
1. Project Structure > Artifacts > war exploded
2. check Build on make
3. expand WEB-INF > expand lib
4. remove all tapestry modules where you want to enable live class reloading
5. now you see under Available Elements in your previously removed modules a
new folder copile output
6. right click on the compile output folder then click Put into
WEB-INF/classes (you have to add all removed modules this way)

kr raphael

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Live-Class-and-Template-Reloading-using-jetty-and-Intellij-tp5634877p5647013.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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

Reply via email to