You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by Dennis Byrne <de...@apache.org> on 2007/10/27 02:43:58 UTC

Anyone else having problems building the 1.2.1 branch?

[INFO]
------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO]
------------------------------------------------------------------------
[INFO] org.codehaus.plexus.util.FileUtils.copyFile
(Ljava/io/File;Ljava/io/File;L
java/lang/String;[Lorg/codehaus/plexus/util/FileUtils$FilterWrapper;)V
[INFO]
------------------------------------------------------------------------
[INFO] Trace
java.lang.NoSuchMethodError: org.codehaus.plexus.util.FileUtils.copyFile
(Ljava/i
o/File;Ljava/io/File;Ljava/lang/String;[Lorg/codehaus/plexus/util/FileUtils$Filt
erWrapper;)V
        at org.apache.maven.plugin.resources.ResourcesMojo.copyFile
(ResourcesMoj
o.java:262)
        at org.apache.maven.plugin.resources.ResourcesMojo.copyResources
(Resourc
esMojo.java:187)
        at org.apache.maven.plugin.resources.ResourcesMojo.execute
(ResourcesMojo
.java:97)
        at org.apache.maven.plugin.DefaultPluginManager.executeMojo
(DefaultPlugi
nManager.java:412)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals
(Defa
ultLifecycleExecutor.java:534)
        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi
fecycle(DefaultLifecycleExecutor.java:475)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal
(Defau
ltLifecycleExecutor.java:454)
        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan
dleFailures(DefaultLifecycleExecutor.java:306)
        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen
ts(DefaultLifecycleExecutor.java:273)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute
(DefaultLi
fecycleExecutor.java:140)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:256)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.
java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        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)
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 1 minute 41 seconds
[INFO] Finished at: Fri Oct 26 19:41:31 CDT 2007
[INFO] Final Memory: 10M/19M
[INFO]
------------------------------------------------------------------------

-- 
Dennis Byrne

Re: Anyone else having problems building the 1.2.1 branch?

Posted by Matthias Wessendorf <ma...@apache.org>.
Hi Dennis,

not 100% sure, but plexus sometimes causes "fun" ... :-(

-M

On 10/27/07, Dennis Byrne <de...@apache.org> wrote:
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] FATAL ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] org.codehaus.plexus.util.FileUtils.copyFile
> (Ljava/io/File;Ljava/io/File;L
> java/lang/String;[Lorg/codehaus/plexus/util/FileUtils$FilterWrapper;)V
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Trace
> java.lang.NoSuchMethodError :
> org.codehaus.plexus.util.FileUtils.copyFile(Ljava/i
> o/File;Ljava/io/File;Ljava/lang/String;[Lorg/codehaus/plexus/util/FileUtils$Filt
> erWrapper;)V
>         at
> org.apache.maven.plugin.resources.ResourcesMojo.copyFile
> (ResourcesMoj
> o.java:262)
>         at
> org.apache.maven.plugin.resources.ResourcesMojo.copyResources(Resourc
> esMojo.java:187)
>         at
> org.apache.maven.plugin.resources.ResourcesMojo.execute(ResourcesMojo
> .java:97)
>         at
> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlugi
> nManager.java:412)
>         at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa
> ultLifecycleExecutor.java:534)
>         at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi
> fecycle(DefaultLifecycleExecutor.java:475)
>         at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau
> ltLifecycleExecutor.java :454)
>         at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan
> dleFailures(DefaultLifecycleExecutor.java:306)
>         at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen
> ts(DefaultLifecycleExecutor.java:273)
>         at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi
> fecycleExecutor.java:140)
>         at
> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java
> :322)
>         at
> org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
>         at
> org.apache.maven.cli.MavenCli.main(MavenCli.java:256)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
> java:39)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:25)
>         at java.lang.reflect.Method.invoke (Method.java:585)
>         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)
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 1 minute 41 seconds
>  [INFO] Finished at: Fri Oct 26 19:41:31 CDT 2007
> [INFO] Final Memory: 10M/19M
> [INFO]
> ------------------------------------------------------------------------
>
> --
> Dennis Byrne


-- 
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
mail: matzew-at-apache-dot-org

Re: Anyone else having problems building the 1.2.1 branch?

Posted by Matthias Wessendorf <ma...@apache.org>.
for some reasons, I deleted my entire m2-repo
and the random error is gone (as usually)



On Oct 30, 2007 5:11 PM, Matthias Wessendorf <ma...@apache.org> wrote:
> yeah,
>
> I am now feeling the same pain.
>
> Arrrgs.
>
> On 10/27/07, Dennis Byrne <de...@apache.org> wrote:
>
> > [INFO]
> > ------------------------------------------------------------------------
> > [ERROR] FATAL ERROR
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] org.codehaus.plexus.util.FileUtils.copyFile
> > (Ljava/io/File;Ljava/io/File;L
> > java/lang/String;[Lorg/codehaus/plexus/util/FileUtils$FilterWrapper;)V
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Trace
> > java.lang.NoSuchMethodError :
> > org.codehaus.plexus.util.FileUtils.copyFile(Ljava/i
> > o/File;Ljava/io/File;Ljava/lang/String;[Lorg/codehaus/plexus/util/FileUtils$Filt
> > erWrapper;)V
> >         at
> > org.apache.maven.plugin.resources.ResourcesMojo.copyFile
> > (ResourcesMoj
> > o.java:262)
> >         at
> > org.apache.maven.plugin.resources.ResourcesMojo.copyResources(Resourc
> > esMojo.java:187)
> >         at
> > org.apache.maven.plugin.resources.ResourcesMojo.execute(ResourcesMojo
> > .java:97)
> >         at
> > org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlugi
> > nManager.java:412)
> >         at
> > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa
> > ultLifecycleExecutor.java:534)
> >         at
> > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi
> > fecycle(DefaultLifecycleExecutor.java:475)
> >         at
> > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau
> > ltLifecycleExecutor.java :454)
> >         at
> > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan
> > dleFailures(DefaultLifecycleExecutor.java:306)
> >         at
> > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen
> > ts(DefaultLifecycleExecutor.java:273)
> >         at
> > org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi
> > fecycleExecutor.java:140)
> >         at
> > org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java
> > :322)
> >         at
> > org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
> >         at
> > org.apache.maven.cli.MavenCli.main(MavenCli.java:256)
> >         at
> > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >         at
> > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
> > java:39)
> >         at
> > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> > sorImpl.java:25)
> >         at java.lang.reflect.Method.invoke (Method.java:585)
> >         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)
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Total time: 1 minute 41 seconds
> >  [INFO] Finished at: Fri Oct 26 19:41:31 CDT 2007
> > [INFO] Final Memory: 10M/19M
> > [INFO]
> > ------------------------------------------------------------------------
> >
> > --
> > Dennis Byrne
>
>
>
> --
> Matthias Wessendorf
>
> further stuff:
> blog: http://matthiaswessendorf.wordpress.com/
> mail: matzew-at-apache-dot-org
>



-- 
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
mail: matzew-at-apache-dot-org

Re: Anyone else having problems building the 1.2.1 branch?

Posted by Matthias Wessendorf <ma...@apache.org>.
yeah,

I am now feeling the same pain.

Arrrgs.

On 10/27/07, Dennis Byrne <de...@apache.org> wrote:
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] FATAL ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] org.codehaus.plexus.util.FileUtils.copyFile
> (Ljava/io/File;Ljava/io/File;L
> java/lang/String;[Lorg/codehaus/plexus/util/FileUtils$FilterWrapper;)V
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Trace
> java.lang.NoSuchMethodError :
> org.codehaus.plexus.util.FileUtils.copyFile(Ljava/i
> o/File;Ljava/io/File;Ljava/lang/String;[Lorg/codehaus/plexus/util/FileUtils$Filt
> erWrapper;)V
>         at
> org.apache.maven.plugin.resources.ResourcesMojo.copyFile
> (ResourcesMoj
> o.java:262)
>         at
> org.apache.maven.plugin.resources.ResourcesMojo.copyResources(Resourc
> esMojo.java:187)
>         at
> org.apache.maven.plugin.resources.ResourcesMojo.execute(ResourcesMojo
> .java:97)
>         at
> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlugi
> nManager.java:412)
>         at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa
> ultLifecycleExecutor.java:534)
>         at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi
> fecycle(DefaultLifecycleExecutor.java:475)
>         at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau
> ltLifecycleExecutor.java :454)
>         at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan
> dleFailures(DefaultLifecycleExecutor.java:306)
>         at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen
> ts(DefaultLifecycleExecutor.java:273)
>         at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi
> fecycleExecutor.java:140)
>         at
> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java
> :322)
>         at
> org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
>         at
> org.apache.maven.cli.MavenCli.main(MavenCli.java:256)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
> java:39)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:25)
>         at java.lang.reflect.Method.invoke (Method.java:585)
>         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)
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 1 minute 41 seconds
>  [INFO] Finished at: Fri Oct 26 19:41:31 CDT 2007
> [INFO] Final Memory: 10M/19M
> [INFO]
> ------------------------------------------------------------------------
>
> --
> Dennis Byrne


-- 
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
mail: matzew-at-apache-dot-org

Re: Anyone else having problems building the 1.2.1 branch?

Posted by Leonardo Uribe <lu...@gmail.com>.
Hi

I'm not have any problem here. I have updated shared-3.0.1-SNAPSHOT and
myfaces 1.2.1-SNAPSHOT and works well for me.

regards

Leonardo Uribe