To be honest, I don't know what could be causing this as I've never
seen it before. You might try changing your settings.xml file (in
$M2_HOME), and change localRepository to a DOS path (no spaces).

<localRepository>c:\docume~1\yourusername\.m2</localRepository>

Matt

On Mon, Apr 14, 2008 at 11:21 AM, Mauri Ferreyra <[EMAIL PROTECTED]> wrote:
> Yes, i change my configuration, now is:
>
> Maven version: 2.0.9
> Java version: 1.5.0_15
>
> OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"
>
> and the LifecycleExecutionException, follow there. :(
>
>
>
>
> On Mon, Apr 14, 2008 at 1:08 PM, Matt Raible <[EMAIL PROTECTED]> wrote:
> > Does this happen if you use Maven 2.0.9 or Java 5?
> >
> > Matt
> >
> >
> >
> >
> > On Mon, Apr 14, 2008 at 8:58 AM, Mauri Ferreyra <[EMAIL PROTECTED]> wrote:
> > > Hi, Matt, I'm using:
> > >
> > > Maven version: 2.0.8
> > > Java version: 1.6.0_03
> > > OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"
> > >
> > > when i execute mvn -e and Error stacktraces are turned on, the result's:
> > >
> > >
> > > [INFO] Scanning for projects...
> > > [INFO]
> > > ------------------------------------------------------------------------
> > > [INFO] Building AppFuse Struts 2 Application
> > > [INFO]    task-segment: [install]
> > > [INFO]
> > > ------------------------------------------------------------------------
> > >  [INFO] [warpath:add-classes {execution: default}]
> > > [INFO]
> > > ------------------------------------------------------------------------
> > > [ERROR] BUILD ERROR
> > > [INFO]
> > > ------------------------------------------------------------------------
> > >  [INFO] I/O error while processing WAR dependencies.
> > >
> > > Embedded error: error in opening zip file
> > > [INFO]
> > > ------------------------------------------------------------------------
> > > [INFO] Trace
> > > org.apache.maven.lifecycle.LifecycleExecutionException: I/O error while
> > > processing WAR dependencies.
> > >      at
> > >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:564)
> > >     at
> > >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:480)
> > >      at
> > >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:459)
> > >     at
> > >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:311)
> > >      at
> > >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:278)
> > >     at
> > >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:143)
> > >      at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:333)
> > >     at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:126)
> > >     at org.apache.maven.cli.MavenCli.main(MavenCli.java:282)
> > >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > >      at
> > >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> > >     at
> > >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> > >     at java.lang.reflect.Method.invoke(Method.java:597)
> > >      at
> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
> > >     at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
> > >     at
> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
> > >      at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> > > Caused by: org.apache.maven.plugin.MojoExecutionException: I/O error
> while
> > > processing WAR dependencies.
> > >     at org.appfuse.AddClassesMojo.execute(AddClassesMojo.java:139)
> > >      at
> > >
> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:447)
> > >     at
> > >
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:539)
> > >     ... 16 more
> > >  Caused by: java.util.zip.ZipException: error in opening zip file
> > >     at java.util.zip.ZipFile.open(Native Method)
> > >     at java.util.zip.ZipFile.<init>(ZipFile.java:114)
> > >     at java.util.zip.ZipFile.<init>(ZipFile.java:131)
> > >      at
> > > org.appfuse.WarPathUtils.unpackWarClassesIfNewer(WarPathUtils.java:49)
> > >     at org.appfuse.AddClassesMojo.execute(AddClassesMojo.java:135)
> > >     ... 18 more
> > >
> > >
> > >
> > >
> > >
> > >
> > > On Mon, Apr 14, 2008 at 11:40 AM, Matt Raible <[EMAIL PROTECTED]>
> > > wrote:
> > >
> > > >
> > > >
> > > >
> > > > What OS are you running on? Which version of Java are you using? Which
> > > > version of Maven are you using?
> > > >
> > > > These answers might help us narrow down the problem. In the current
> > > > output below, we have as much information as you do. ;-)
> > > >
> > > > Matt
> > > >
> > > >
> > > >
> > > >
> > > > On Sun, Apr 13, 2008 at 3:27 PM, Mauri Ferreyra <[EMAIL PROTECTED]>
> wrote:
> > > > > Hi, I'm a new user in appfuse, I have one problem when I execute
> step 2
> > > in
> > > > > "Run aplicattion" of AppFuse QuickStart.  When I run mvn in the
> console
> > > I
> > > > > get the following error:
> > > > > [INFO] Scanning for projects...
> > > > >  [INFO]
> > > > >
> ------------------------------------------------------------------------
> > > > > [INFO] Building AppFuse Struts 2 Application
> > > > > [INFO]    task-segment: [install]
> > > > > [INFO]
> > > > >
> ------------------------------------------------------------------------
> > > > >  [INFO] [warpath:add-classes {execution: default}]
> > > > > [INFO]
> > > > >
> ------------------------------------------------------------------------
> > > > > [ERROR] BUILD ERROR
> > > > > [INFO]
> > > > >
> ------------------------------------------------------------------------
> > > > >  [INFO] I/O error while processing WAR dependencies.
> > > > >
> > > > > Embedded error: error in opening zip file
> > > > > [INFO]
> > > > >
> ------------------------------------------------------------------------
> > > > > [INFO] For more information, run Maven with the -e switch
> > > > >  [INFO]
> > > > >
> ------------------------------------------------------------------------
> > > > > [INFO] Total time: 5 seconds
> > > > > [INFO] Finished at: Sun Apr 13 21:18:09 GMT 2008
> > > > > [INFO] Final Memory: 14M/26M
> > > > > [INFO]
> > > > >
> ------------------------------------------------------------------------
> > > > >
> > > > > What's the problem?
> > > > >
> > > > > Regards!
> > > > >
> > > > >
> > > >
> > > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > >
> > > >
> > >
> > >
> > >
> > > --
> > > Mauricio F. Ferreyra |tel #: (0351) 156-623072 | Cordoba - Argentina
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
>
> --
> Mauricio F. Ferreyra |tel #: (0351) 156-623072 | Cordoba - Argentina

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to