Re: [appfuse-user] AppFuse - SpringMVC fails to run - cannot find jetty

2009-03-08 Thread Matt Raible
Do you have the jetty plugin defined in your pom.xml? Matt On Sun, Mar 8, 2009 at 12:28 AM, hanasaki jiji wrote: > [email protected] > > what needs to be done to support the jetty:run-war  Just built the > MOJO from the command line: (just edited the artifactID in the POM) > > mvn arche

Re: [appfuse-user] AppFuse - SpringMVC fails to run - cannot find jetty

2009-03-08 Thread Matt Raible
If you cd into your "Web" directory, you should be able to run it from there. On Sun, Mar 8, 2009 at 10:48 AM, Matt Raible wrote: > Do you have the jetty plugin defined in your pom.xml? > > Matt > > On Sun, Mar 8, 2009 at 12:28 AM, hanasaki jiji wrote: >> [email protected] >> >> what ne

Re: [appfuse-user] AppFuse - SpringMVC fails to run - cannot find jetty

2009-03-08 Thread hanasaki jiji
nope: if it was needed, shouldnt the mojo create the jetty info? On Sun, Mar 8, 2009 at 11:49 AM, Matt Raible wrote: > If you cd into your "Web" directory, you should be able to run it from there. > > On Sun, Mar 8, 2009 at 10:48 AM, Matt Raible wrote: >> Do you have the jetty plugin defined in

Re: [appfuse-user] AppFuse - SpringMVC fails to run - cannot find jetty

2009-03-08 Thread Matt Raible
The jetty plugin's configuration should be in your war module, not your pom or jar module. So if you look in all your pom.xml files, I believe you'll find what you're looking for in the pom.xml that has war. You could also define it in your pom, but you won't be able to run it unless you're in a wa