Re: [S2] devMode + Maven2 + recompile classes

2008-07-22 Thread Lukasz Lenart
> Yes, that it's how it's supposed to be I guess. What exactly is the > problem? Is it that the webapp won't reload when you edit classes or > resources when you edit them in your IDE? Is your IDE set up with > correct output build paths? Does it help to touch the web.xml file? That's the point, I

Re: [S2] devMode + Maven2 + recompile classes

2008-07-22 Thread Nils-Helge Garli Hegvik
Yes, that it's how it's supposed to be I guess. What exactly is the problem? Is it that the webapp won't reload when you edit classes or resources when you edit them in your IDE? Is your IDE set up with correct output build paths? Does it help to touch the web.xml file? Nils-H On Tue, Jul 22, 200

Re: [S2] devMode + Maven2 + recompile classes

2008-07-22 Thread Lukasz Lenart
Hi, 2008/7/22 Nils-Helge Garli Hegvik <[EMAIL PROTECTED]>: > Are you asking how to set up reloading of the webapp with the maven > jetty plugin? Did you check out the maven-jetty-plugin docs [1] and > the "scanIntervalSeconds" configuration element [2]? > > Nils-H > > [1] - http://docs.codehaus.or

Re: [S2] devMode + Maven2 + recompile classes

2008-07-22 Thread Markus Stauffer
Can i do this with tomcat as well. I think it's called hot-deploy or something. Someone got it working with netbeans 6.1+ and maven2 project? regards -- Markus Stauffer On Tuesday 22 July 2008 22.36:51 Nils-Helge Garli Hegvik wrote: > Are you asking how to set up reloading of the webapp with th

Re: [S2] devMode + Maven2 + recompile classes

2008-07-22 Thread Nils-Helge Garli Hegvik
Are you asking how to set up reloading of the webapp with the maven jetty plugin? Did you check out the maven-jetty-plugin docs [1] and the "scanIntervalSeconds" configuration element [2]? Nils-H [1] - http://docs.codehaus.org/display/JETTY/Maven+Jetty+Plugin [2] - http://jetty.mortbay.org/jetty

[S2] devMode + Maven2 + recompile classes

2008-07-22 Thread Lukasz Lenart
Hi, I'm using Maven2 to develop my Struts2 application, as I discovered, it's possible to configure Maven2 to recompile modified classes and also update resource files, but I don't know how to setup that. I'm also using Jetty plugin with Maven2 and IntelliJ IDEA 7. Can someone help me? Regards -