Hi Kace, I use IntelliJ and Jetty (not Maven though, since I really don't like it).
Make sure you go to the compiler settings and change the resource pattern to !?*.java. This will deploy all resources except for .java files to your build-folder. Optionally you can also go to Project Settings -> Modules and select your modules' Web facet. On the 'Java EE Build Settings' tab, you can check 'Build on frame deactivation'. This will autobuild the project when you switch to your browser for testing. Hope this helps. regards, Onno 2008/8/7 kace <[EMAIL PROTECTED]> > > If I run process-resources everytime I make a change then the changes gets > picked up but I am looking for it to be picked up automatically so I make > the change and hit refresh browser. > > Looking to see if anyone else using IntelliJ and running jetty:run from > maven command line has this working? > > Thanks, > > ..kace > -- > View this message in context: > http://www.nabble.com/-T5--tp18858355p18869684.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >