If you delete the struts.xml from your target/classes directory and run "jetty:run" - does it get put back there? Jetty used to ignore the warpath dependencies - maybe it's reading them now?
http://issues.appfuse.org/browse/APF-686 Matt On 9/6/07, nessus <[EMAIL PROTECTED]> wrote: > > > Matt, > > I tried all these commands, after mvn war:inplace, I deleted lib and > classes/struts.xml, and ran mvn clean, but mvn jetty:run produced the same > error as: > > [etpay] WARN [main] Settings.getLocale(143) | Settings: Could not parse > struts.l > ocale setting, substituting default VM locale > 2007-09-07 13:12:52.459::WARN: failed struts > The package name 'default' at location package - > jar:file:/E:/javaapp/etpay/targ > > et/warpath/appfuse-struts-2.0-rc1.warpath.jar!/struts.xml:18:54 is already > been > used by another package at location package - > > file:/E:/javaapp/etpay/target/clas > > ses/struts.xml:18:54 - package - > jar:file:/E:/javaapp/etpay/target/warpath/appfu > > se-struts-2.0-rc1.warpath.jar!/struts.xml:18:54 > at > com.opensymphony.xwork2.config.impl.DefaultConfiguration.addPackageCo > nfig(DefaultConfiguration.java:95) > > > It seems like the struts error. could you help me through? > > kindest regards, > Ness. > > > mraible wrote: > > > > You can't have 2 struts jars in your classpath - run "mvn clean" > > and/or "rm -r src/main/webapp/WEB-INF/lib". > > > > Matt > > > > -- > View this message in context: > http://www.nabble.com/exception-in-%22mvn-jetty%3Arun%22-tf4391676s2369.html#a12536081 > > Sent from the AppFuse - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
