The maven jetty plugin is not meant for development, but for quick demos. Stop trying to use the jetty plugin for something it is not intended for. The Wicket quickstart project provides a very well functioning embedded jetty server, which runs like a charm in the Eclipse debugger (and IDEA and Netbeans debugger) providing everything Java offers without *any* additional configuration.
Setting up your Wicket project is described in detail in Wicket in Action's bonus chapter, available from the Manning website (http://manning.com/dashorst) Martijn On Wed, Sep 10, 2008 at 3:05 PM, pixologe <[EMAIL PROTECTED]> wrote: > > Hi Martijn, > > So this means that the wicket quickstart project does NOT do it out of the > box? Which obviously goes for non-maven-projects too then? That's good to > know, I obviously have been terribly misinformed then... > > Even though it will obviously take me some more time to figure out how this > can be achieved, all the more in a project that does not use maven - if > anybody knows a good site regarding to this, i'd be happy to see a link :) > > Thanks a lot > > > Martijn Dashorst wrote: >> >> The maven jetty plugin needs to be configured separately. See its >> documentation regarding hot deployment. >> > > -- > View this message in context: > http://www.nabble.com/Hot-deployment---code-swapping-tp19410295p19413161.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Become a Wicket expert, learn from the best: http://wicketinaction.com Apache Wicket 1.3.4 is released Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
