Yes, I've edited 'pom.xml' and made other changeings as following WTP instructions <http://appfuse.org/display/APF/Eclipse#Eclipse-wtp>, so that make my AppFuse App compile and run on Eclipse('s TomCat), otherwise I'dn't be to do so (in Eclipse -> right-click in App Web Module -> 'Run as' -> 'Run on Server'(TomCat). After run full-source, I can't run my app (even in Jetty) any more. So, I had to generate new AppFuse App from the scratch (since the first time I did it sucessfully I didn't choose the option to copy files to workspace when importing to Eclipse) and made the WTP inst.s. (again, I'm able to compile/run my AppFuse on Eclipse's TomCat!) I just would like to know how to do it, but accessing Oracle (instead of default MySQL)!?! Thnx,
Ice-Man 2008/12/29 Matt Raible <[email protected]> > 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 >>>> >>> >>> >
