Have a look at the following page: http://maven.apache.org/plugins/maven-eclipse-plugin/plugin-info.html
Basically, teh first one deletes your eclipse .project and .classpath file, the second one recreates them using the current dependencies of your project. Kind regards, Tobias -----Ursprüngliche Nachricht----- Von: Fan [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 27. Juni 2007 14:54 An: [email protected] Betreff: Re: [appfuse-user] AW: missing required library Hey Vogel: Thanks a lot, it really works !!! By the way, what does "mvn eclipse:clean eclipse:eclipse" do ?? If I want to trace the procedure of this command, where & how could I start with ? Tobias Vogel wrote: > > Are the error messages from eclipse? > Then run: > mvn eclipse:clean eclipse:eclipse > > -----Ursprüngliche Nachricht----- > Von: Fan [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 26. Juni 2007 17:55 > An: [email protected] > Betreff: Re: [appfuse-user] missing required library > > > Yup, I did, I even restarted it.... > > > Michael Horwitz wrote: >> >> Have you refreshed your eclipse project after running mvn install? >> >> On 6/26/07, Fan <[EMAIL PROTECTED]> wrote: >>> >>> >>> I had run the "mvn install", it showed "BUILD SUCCESSFUL" >>> >>> but I still have the same errors. >>> >>> Any other ways I can try ? >>> >>> >>> >>> Michael Horwitz wrote: >>> > >>> > To generate the warpath jar files you need to run mvn install from >>> > the command line on the top level of your project. >>> > >>> > Mike. >>> > >>> > On 6/26/07, Fan <[EMAIL PROTECTED]> wrote: >>> >> >>> >> >>> >> I have errors showing in my eclipse IDE: >>> >> >>> >> 1)Project clubber is missing required library: >>> >> 'target/warpath/appfuse-struts-2.0-m5.warpath.jar' >>> >> 2)Project clubber is missing required library: >>> >> 'target/warpath/appfuse-web-common-2.0-m5.warpath.jar' >>> >> 3)The project cannot be built until build path errors are >>> >> resolved >>> >> >>> >> Please help... >>> >> >>> >> >>> >> >>> >> >>> >> >>> >> -- >>> >> View this message in context: >>> >> >>> http://www.nabble.com/missing-required-library-tf3982794s2369.html#a >>> 1 >>> 1307001 >>> >> Sent from the AppFuse - User mailing list archive at Nabble.com. >>> >> >>> >> ----------------------------------------------------------------- >>> >> - >>> >> --- To unsubscribe, e-mail: >>> >> [EMAIL PROTECTED] >>> >> For additional commands, e-mail: [EMAIL PROTECTED] >>> >> >>> >> >>> > >>> > >>> >>> -- >>> View this message in context: >>> http://www.nabble.com/missing-required-library-tf3982794s2369.html#a >>> 1 >>> 1307581 Sent from the AppFuse - User mailing list archive at >>> Nabble.com. >>> >>> -------------------------------------------------------------------- >>> - To unsubscribe, e-mail: [EMAIL PROTECTED] >>> For additional commands, e-mail: [EMAIL PROTECTED] >>> >>> >> >> > > -- > View this message in context: > http://www.nabble.com/missing-required-library-tf3982794s2369.html#a11 > 308464 Sent from the AppFuse - User mailing list archive at > Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/missing-required-library-tf3982794s2369.html#a11323885 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
