I'm surprised the snapshots have disappeared so quickly.
I was thinking of updating all the versions at once, tomorrow
afternoon after the tomcat vote has hopefully passed. By that time I
think there will be a new xmlbeans plugin that won't need the copying
hack for eclipse (at least I hope it won't).
thanks
david jencks
On Sep 17, 2009, at 8:53 AM, Shawn Jiang wrote:
Sorry, I should have forwarded 2.2 build failure to the list.
I encountered xbean 3.6-SNAPSHOT, tomcat 6.0.20-SNAPSHOT artifacts
missing problem locally too.
These artifacts are all related with the components that are under
voting. I don't know what's the right time to upgrade released
snapshots versions in root pom.xml. When will these artifacts
problems be resolved ?
On Thu, Sep 17, 2009 at 8:16 PM, <[email protected]> wrote:
Geronimo Revision: 816152 built with tests included
See the full build-0800.log file at
http://people.apache.org/builds/geronimo/server/binaries/2.2/20090917/build-0800.log
See the unit test reports at
http://people.apache.org/builds/geronimo/server/binaries/2.2/20090917/unit-test-reports
----------
1 required artifact is missing.
for artifact:
org.apache.geronimo.framework:geronimo-security:jar:2.2-SNAPSHOT
from the specified remote repositories:
ibiblio.org (http://repo.exist.com/maven2),
codehaus.snapshots (http://snapshots.repository.codehaus.org),
apache.snapshots (http://repository.apache.org/snapshots)
[INFO]
------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Missing:
----------
1) org.apache.geronimo.components:geronimo-jaspi:jar:1.0-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -
DgroupId=org.apache.geronimo.components -DartifactId=geronimo-jaspi -
Dversion=1.0-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.geronimo.components
-DartifactId=geronimo-jaspi -Dversion=1.0-SNAPSHOT -Dpackaging=jar -
Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.geronimo.framework:geronimo-security:jar:2.2-
SNAPSHOT
2) org.apache.geronimo.components:geronimo-jaspi:jar:1.0-
SNAPSHOT
----------
1 required artifact is missing.
for artifact:
org.apache.geronimo.framework:geronimo-security:jar:2.2-SNAPSHOT
from the specified remote repositories:
ibiblio.org (http://repo.exist.com/maven2),
codehaus.snapshots (http://snapshots.repository.codehaus.org),
apache.snapshots (http://repository.apache.org/snapshots)
at
org
.apache
.maven
.lifecycle
.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:
576)
at
org
.apache
.maven
.lifecycle
.DefaultLifecycleExecutor
.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:500)
at
org
.apache
.maven
.lifecycle
.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:
479)
at
org
.apache
.maven
.lifecycle
.DefaultLifecycleExecutor
.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:331)
at
org
.apache
.maven
.lifecycle
.DefaultLifecycleExecutor
.executeTaskSegments(DefaultLifecycleExecutor.java:292)
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:301)
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.geronimo.components:geronimo-jaspi:jar:1.0-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -
DgroupId=org.apache.geronimo.components -DartifactId=geronimo-jaspi -
Dversion=1.0-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.geronimo.components
-DartifactId=geronimo-jaspi -Dversion=1.0-SNAPSHOT -Dpackaging=jar -
Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.geronimo.framework:geronimo-security:jar:2.2-
SNAPSHOT
2) org.apache.geronimo.components:geronimo-jaspi:jar:1.0-
SNAPSHOT
----------
1 required artifact is missing.
for artifact:
org.apache.geronimo.framework:geronimo-security:jar:2.2-SNAPSHOT
from the specified remote repositories:
ibiblio.org (http://repo.exist.com/maven2),
codehaus.snapshots (http://snapshots.repository.codehaus.org),
apache.snapshots (http://repository.apache.org/snapshots)
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:1417)
at
org
.apache
.maven
.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:
407)
at
org
.apache
.maven
.lifecycle
.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:
559)
... 16 more
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 4 minutes 52 seconds
[INFO] Finished at: Thu Sep 17 08:18:31 EDT 2009
[INFO] Final Memory: 189M/566M
[INFO]
------------------------------------------------------------------------
--
Shawn