FYI: I got the geronimo build to run again locally after first building the xbean project to get xbean-finder-shaded and then deleting all src/main/history/dependences.xml files in the geronimo project. Not sure deleting all dependencies.xml files was required but a lot of them had changed.
The build for our project failed for the same reason because it also uses openejb through geronimo-2.2. I think at least. Trygve On Wed, May 27, 2009 at 2:41 PM, <[email protected]> wrote: > Geronimo Revision: 779134 built with tests included > > See the full build-0900.log file at > http://people.apache.org/builds/geronimo/server/binaries/trunk/20090527/build-0900.log > > > See the unit test reports at > http://people.apache.org/builds/geronimo/server/binaries/trunk/20090527/unit-test-reports > > ibiblio.org (http://repo.exist.com/maven2), > apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository), > apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository), > codehaus-snapshots (http://snapshots.repository.codehaus.org), > apache.nexus.snapshots ( > https://repository.apache.org/content/repositories/snapshots), > apache-incubator (http://people.apache.org/repo/m2-incubating-repository/ > ) > > > [INFO] > ------------------------------------------------------------------------ > [INFO] Trace > org.apache.maven.lifecycle.LifecycleExecutionException: Missing: > ---------- > 1) org.apache.xbean:xbean-finder-shaded:jar:3.6-SNAPSHOT > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=org.apache.xbean > -DartifactId=xbean-finder-shaded -Dversion=3.6-SNAPSHOT -Dpackaging=jar > -Dfile=/path/to/file > > Alternatively, if you host your own repository you can deploy the file > there: > mvn deploy:deploy-file -DgroupId=org.apache.xbean > -DartifactId=xbean-finder-shaded -Dversion=3.6-SNAPSHOT -Dpackaging=jar > -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] > > Path to dependency: > 1) org.apache.geronimo.modules:geronimo-openejb:jar:2.2-SNAPSHOT > 2) org.apache.openejb:openejb-core:jar:3.1.1-SNAPSHOT > 3) org.apache.xbean:xbean-finder-shaded:jar:3.6-SNAPSHOT > > ---------- > 1 required artifact is missing. > > for artifact: > org.apache.geronimo.modules:geronimo-openejb:jar:2.2-SNAPSHOT > > from the specified remote repositories: > ibiblio.org (http://repo.exist.com/maven2), > apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository), > apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository), > codehaus-snapshots (http://snapshots.repository.codehaus.org), > apache.nexus.snapshots ( > https://repository.apache.org/content/repositories/snapshots), > apache-incubator (http://people.apache.org/repo/m2-incubating-repository/ > ) > > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:575) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:499) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:478) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:330) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:291) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142) > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336) > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129) > at org.apache.maven.cli.MavenCli.main(MavenCli.java:287) > 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) > Caused by: > org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException: > Missing: > ---------- > 1) org.apache.xbean:xbean-finder-shaded:jar:3.6-SNAPSHOT > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=org.apache.xbean > -DartifactId=xbean-finder-shaded -Dversion=3.6-SNAPSHOT -Dpackaging=jar > -Dfile=/path/to/file > > Alternatively, if you host your own repository you can deploy the file > there: > mvn deploy:deploy-file -DgroupId=org.apache.xbean > -DartifactId=xbean-finder-shaded -Dversion=3.6-SNAPSHOT -Dpackaging=jar > -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] > > Path to dependency: > 1) org.apache.geronimo.modules:geronimo-openejb:jar:2.2-SNAPSHOT > 2) org.apache.openejb:openejb-core:jar:3.1.1-SNAPSHOT > 3) org.apache.xbean:xbean-finder-shaded:jar:3.6-SNAPSHOT > > ---------- > 1 required artifact is missing. > > for artifact: > org.apache.geronimo.modules:geronimo-openejb:jar:2.2-SNAPSHOT > > from the specified remote repositories: > ibiblio.org (http://repo.exist.com/maven2), > apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository), > apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository), > codehaus-snapshots (http://snapshots.repository.codehaus.org), > apache.nexus.snapshots ( > https://repository.apache.org/content/repositories/snapshots), > apache-incubator (http://people.apache.org/repo/m2-incubating-repository/ > ) > > at > org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:324) > at > org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:288) > at > org.apache.maven.plugin.DefaultPluginManager.resolveTransitiveDependencies(DefaultPluginManager.java:1415) > at > org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:405) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:558) > ... 16 more > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 5 minutes 57 seconds > [INFO] Finished at: Wed May 27 09:27:51 EDT 2009 > [INFO] Final Memory: 278M/562M > [INFO] > ------------------------------------------------------------------------ >
