Run the Start.java that came with the quickstart - but make sure to "debug as -> java application" rather than "start as". This will allow it to pick up changes as you develop.
-- Jeremy Thomerson http://www.wickettraining.com On Wed, Apr 15, 2009 at 4:00 PM, Fernando Wermus <[email protected]>wrote: > I am. I am trying to solve this problem with jetty-test-plugin. Better > option? > http://docs.codehaus.org/display/JETTY/Multiple+WebApp+Source+Directory. > > Eclipse isnt detecting the changes :(. Could it detect the changes by > itself? > > It compiles in webapp/target and business logic/target. Jetty reads classes > at webapp/target. > > -fernando > > On Wed, Apr 15, 2009 at 1:47 PM, Igor Vaynberg <[email protected] > >wrote: > > > are you using eclipse? > > > > -igor > > > > On Wed, Apr 15, 2009 at 1:05 PM, Fernando Wermus > > <[email protected]> wrote: > > > Hi, > > > I have a web site with wicket + maven. I use a maven module for > > > business logic and a maven module for webapp. Jetty looks .class files > in > > > webapp/target. Before creating the multiples modules, I was debugging > and > > > fixing the code all at the same time. Now, I have 2 modules and when I > > make > > > a change in a business logic java file, I have the old .class file in > > > webapp/target which havent been replaced for logic business module > class. > > > > > > How can I make jetty take the last changes I ve made? > > > > > > > > > thanks in advance. > > > > > > -- > > > Fernando Wermus. > > > > > > www.linkedin.com/in/fernandowermus > > > http://mientretiempo.blogspot.com/ > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > > > -- > Fernando Wermus. > > www.linkedin.com/in/fernandowermus > http://mientretiempo.blogspot.com/ >
