When you say "stopped running" - what do you mean? Do you get the same errors from the command line? "mvn install" just compiles, tests and packages your project. "mvn eclipse:eclipse" just generates the project files. There's a chance that if you reformatted pom.xml, full-source will fail.
Matt On Mon, Dec 29, 2008 at 9:38 AM, Ice-Man <[email protected]> wrote: > Matt, > > I executed "appfuse:full-source" and my AppFuse App stoped running Ok in > Eclipse. Just for instance, "appfuse:full-source" equals to "*mvn install > eclipse:eclipse*" (modular app)??! What other problems can happen > after running "appfuse:full-source"??! > > Ice-Man > > 2008/12/24 Matt Raible <[email protected]> > >> If you're running with "mvn jetty:run-war", you should be able to Ctrl+C >> to kill it and then "mvn jetty:run-war" again to start things. We also >> recommend running "appfuse:full-source" (back up your project first!) and >> using "mvn jetty:run", which doesn't require you to restart the server when >> altering files. >> >> >> Matt >> >> >> On Wed, Dec 24, 2008 at 6:47 AM, Ice-Man <[email protected]>wrote: >> >>> Hi, every1, >>> >>> Just after changing such files (for instance, set Oracle as default >>> DataBase) what commands/instructions must I execut so that run my AppFuse >>> app (costumized) in Jetty and newlly open in Eclipse, edit and deploy it to >>> (Eclipse) TomCat??! >>> And if altered the files 'ApplicationResources.properties'; Will I >>> loose my changings??! :o >>> Any other further tips/advices are very, very welcome!! >>> >>> Ice-Man >>> >> >>
