I assume you are doing this to debug your appfuse app inside IDEA. If so, there is an easier way to do enable debugging in IDEA. Let me know if interested and ill give you the details.
Will swordfish wrote: > > I've created a new modular tapestry+ibatis project (2.0-m5-SNAPSHOT) and > issued mvn idea:idea command to make IDEA projects...I've excluded those > <location> errors in web.xml...I've downloaded & installed Maven-Reloaded > & Maven2-Integration...However, when I tried to run jetty:run-war under > web POM in IDEA, I got this error in the "Maven-2 Build Output" window: > --------------------------------------------------------------- > C:\Program Files\Java\jdk1.5.0_11\bin\java.exe -classpath > -Dclassworlds.conf=C:\maven\bin\m2.conf -Dmaven.home=C:\maven > org.codehaus.classworlds.Launcher -f D:/Temp/TapestryApp/web/pom.xml > jetty:run-war > > Process terminated abnormally! Exit code 1 > --------------------------------------------------------------- > > Then I tried to run the same command in Command Prompt, I got this error: > --------------------------------------------------------------- > Exception in thread "main" java.lang.NoClassDefFoundError: > org/codehaus/classworlds/Launcher > --------------------------------------------------------------- > > Any idea, Matt? > > -- View this message in context: http://www.nabble.com/How-to-run-AppFuse-web-app-on-Jetty-in-IDEA-tf3619895s2369.html#a10108983 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
