Re: hi, question about wicket maven project

2008-09-19 Thread James Carman
Try running mvn compile or mvn install in another window. On Sat, Sep 20, 2008 at 1:19 AM, shrimpywu <[EMAIL PROTECTED]> wrote: > > hi, what do u mean by "hot code replace"?? > > every time i run i app, > i always do > mvn clean jetty:run, > > but everytime after jetty was started, any html page i

Re: hi, question about wicket maven project

2008-09-19 Thread shrimpywu
hi, what do u mean by "hot code replace"?? every time i run i app, i always do mvn clean jetty:run, but everytime after jetty was started, any html page i modified, it won`t show the change until i manually copy and replace the html page from src folder to target folder, and my project, i do usi

Re: hi, question about wicket maven project

2008-09-17 Thread Martin Grigorov
The easiest approach is to use Wicket's quickstart and start Start.java in debug mode in your favorite IDE. With "hot code replace" and DEVELOPMENT mode you will have all your changes in .java and resources files reloaded automatically. Other options are: 1. use Jetty's Maven plugin (mvn jetty:run

hi, question about wicket maven project

2008-09-17 Thread shrimpywu
i have just noticed that there is a command mvn war:inplace which i saw from the appfuse demo http://static.appfuse.org/movies/2.0/helloworld.mov when we do modify on the code, jetty will pick it up, i have tried, but will no luck, does anybody know how to do that? -- View this message in con