thanks for the response, but,.. I have an existing project, using Ant, and I want to make it use maven, so eclipse is already running with the project inside so I want to just push the button (you know ;-) ) and get it compiled !
how can I be happy ? (get it running/compiling ?) ----- Message d'origine ---- De : tibi <[EMAIL PROTECTED]> À : [email protected] Envoyé le : Mercredi, 25 Avril 2007, 18h52mn 30s Objet : Re: [m2eclipse-user] How to compile ? maybe this will help (my demo make sure you have maven2 installed and a database (mysql with user root and emtpy password ): look at: http://appfuse.org/display/APF/AppFuse+QuickStart mvn archetype:create -DarchetypeGroupId=org.appfuse -DarchetypeArtifactId=appfuse-basic-struts -DremoteRepositories=http://static.appfuse.org/repository -DarchetypeVersion=1.0-m3 -DgroupId=nl.tibi.demo12 -DartifactId=demo12 cd demo12 mvn integration-test mvn war:inplace rm -r src/main/webapp/WEB-INF/lib rm src/main/webapp/WEB-INF/classes/struts.xml mvn install eclipse:eclipse [eclipse:file/import] mvn jetty:run [EMAIL PROTECTED] wrote: > Hello the list, I'm the new (^_^) ==> newbie (oh yes ! another novice) > > so let's start : > > Please I'm new to maven and eclipse :-) so if there's someone who can > point me to som doc about how to compile using m2 eclipse plugin I'll > be very grateful > > Thanks > > Nawfel > > ------------------------------------------------------------------------ > Découvrez une nouvelle façon d'obtenir des réponses à toutes vos > questions ! Profitez des connaissances, des opinions et des > expériences des internautes sur Yahoo! Questions/Réponses > <http://fr.rd.yahoo.com/evt=42054/*http://fr.answers.yahoo.com>. --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email ___________________________________________________________________________ Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! Profitez des connaissances, des opinions et des expériences des internautes sur Yahoo! Questions/Réponses http://fr.answers.yahoo.com
