On Sat, 2008-04-10 at 07:30 +0200, Matthias Wessendorf wrote: > b) check out the *builder* and build it: > http://svn.apache.org/repos/asf/myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-builder-plugin/
Thanks, Matthias - that got me further. I checked out the whole http://svn.apache.org/repos/asf/myfaces/myfaces-build-tools/trunk/maven2-plugins/ and successfully installed them. Now when I do 'mvn install', under myfaces-core-project, I get: =============================================================================== [INFO] ---------------------------------------------------------------------------- [INFO] Building Apache MyFaces JSF-1.2 Core Impl [INFO] task-segment: [install] [INFO] ---------------------------------------------------------------------------- Downloading: http://repository.jboss.com/maven2//cactus/cactus/13-1.7.2/cactus-13-1.7.2.pom Downloading: http://tomcat.apache.org/dev/dist/m2-repository/cactus/cactus/13-1.7.2/cactus-13-1.7.2.pom Downloading: http://download.java.net/maven/1/cactus/poms/cactus-13-1.7.2.pom Downloading: http://repo1.maven.org/maven2/cactus/cactus/13-1.7.2/cactus-13-1.7.2.pom [INFO] [myfaces-builder:build-metadata {execution: makemyfacesmetadata}] Artifact: myfaces-api-1.2.5-SNAPSHOT.jar have META-INF/myfaces-metadata.xml [INFO] ------------------------------------------------------------------------ [ERROR] FATAL ERROR [INFO] ------------------------------------------------------------------------ [INFO] org.codehaus.plexus.util.FileUtils.getDefaultExcludes()[Ljava/lang/String; [INFO] ------------------------------------------------------------------------ [INFO] Trace java.lang.NoSuchMethodError: org.codehaus.plexus.util.FileUtils.getDefaultExcludes()[Ljava/lang/String; at org.codehaus.plexus.components.io.fileselectors.IncludeExcludeFileSelector.setExcludes(IncludeExcludeFileSelector.java:131) at org.apache.myfaces.buildtools.maven2.plugin.builder.qdox.QdoxModelBuilder.buildModel(QdoxModelBuilder.java:161) at org.apache.myfaces.buildtools.maven2.plugin.builder.qdox.QdoxModelBuilder.buildModel(QdoxModelBuilder.java:134) at org.apache.myfaces.buildtools.maven2.plugin.builder.BuildMetaDataMojo.buildModel(BuildMetaDataMojo.java:386) at org.apache.myfaces.buildtools.maven2.plugin.builder.BuildMetaDataMojo.execute(BuildMetaDataMojo.java:290) at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:443) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:539) 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:334) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125) at org.apache.maven.cli.MavenCli.main(MavenCli.java:280) 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: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: 23 seconds [INFO] Finished at: Mon Oct 06 13:05:17 CDT 2008 [INFO] Final Memory: 30M/165M [INFO] ------------------------------------------------------------------------ =============================================================================== What can I do now? Thanks. Val
