Probably because the Jetty plugin got corrupted during the download or something like that. If you're using Maven at a company, it's pretty important that you setup an internal repository so you can isolate yourself from these types of issues - as well as have more control over your dependencies.
Matt On 9/5/07, Bob Fleischman <[EMAIL PROTECTED]> wrote: > > OK. That worked. Thanks > > Any idea why? > > Bob > > > mraible wrote: > > > > If that doesn't work - rm -r ~/.m2/repository and grab a beer while > > you wait for everything to download again. > > > > Matt > > > > On 9/5/07, Matt Raible <[EMAIL PROTECTED]> wrote: > >> mvn clean jetty:run-war > >> > >> ;-) > >> > >> On 9/5/07, Bob Fleischman <[EMAIL PROTECTED]> wrote: > >> > > >> > I created a SpringMVC modular project using rc1 on my Ubuntu 7.04 linux > >> > desktop following the steps in the Quick Start. When I ran the 'mvn > >> > jetty:run-war' command I got the following error: > >> > > >> > 2007-09-05 22:19:00.757::WARN: Failed startup of context > >> > > >> [EMAIL > >> PROTECTED]/,jar:file:/home/bob/clientproj/norm/web/target/norm-webapp-1.0-SNAPSHOT.war!/} > >> > java.util.zip.ZipException: error in opening zip file . . . > >> > > >> > The app did not start up. > >> > > >> > I tried the same thing on my Windows XP box and it worked as > >> advertised. > >> > > >> > Any suggestions? > >> > > >> > Bob > >> > > >> > -- > >> > View this message in context: > >> http://www.nabble.com/Error-on-Linux-with-SpringMVC-modular-RC1-tf4389418s2369.html#a12514850 > >> > 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 > >> > > > > > > -- > > http://raibledesigns.com > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > -- > View this message in context: > http://www.nabble.com/Error-on-Linux-with-SpringMVC-modular-RC1-tf4389418s2369.html#a12515074 > 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]
