This is avail here -
http://ws.zones.apache.org/repository2/org/apache/axis2/axis2-jaxws-api/SNAP
SHOT/
And the ws.zones.apache.org repo is specified in root pom.xml:
<repository>
<id>axis2-m2-repo</id>
<name>Axis2 M2 Repository</name>
<url>http://ws.zones.apache.org/repository2/</url>
<layout>default</layout>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>true</enabled>
</releases>
</repository>
Could this be a network glitch?
Lin
-----Original Message-----
From: Donald Woods [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 06, 2007 11:13 AM
To: [email protected]
Subject: Re: Trunk build failure in geronimo-openejb-builder w/ latest
OpenEJB3 code
I finally got past the geronimo-openejb-builder failure using OpenEJB3
Rev504103 and Server Rev504171, but now I'm seeing a failure in
"Building Geronimo :: JAXWS"
Downloading:
http://people.apache.org/repo/m2-snapshot-repository/org/apache/axi
s2/axis2-jaxws-api/SNAPSHOT/axis2-jaxws-api-SNAPSHOT.jar
[WARNING] Unable to get resource from repository apache.snapshots
(http://people
.apache.org/repo/m2-snapshot-repository)
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) org.apache.axis2:axis2-jaxws-api:jar:SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.axis2
-DartifactId=axis2-jax
ws-api \
-Dversion=SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
Path to dependency:
1) org.apache.geronimo.modules:geronimo-jaxws:jar:2.0-SNAPSHOT
2) org.apache.axis2:axis2-jaxws-api:jar:SNAPSHOT
----------
1 required artifact is missing.
for artifact:
org.apache.geronimo.modules:geronimo-jaxws:jar:2.0-SNAPSHOT
from the specified remote repositories:
central (http://repo1.maven.org/maven2),
apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
codehaus (http://repository.codehaus.org),
apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository),
codehaus-snapshots (http://snapshots.repository.codehaus.org),
apache-incubator
(http://people.apache.org/repo/m2-incubating-repository/),
axis2-m2-repo (http://ws.zones.apache.org/repository2/),
tomcat-m2-repo (http://tomcat.apache.org/dev/dist/m2-repository/)
-Donald
Sachin Patel wrote:
> I just hit this as well.
>
> -sachin
>
>
> On Feb 5, 2007, at 5:30 PM, Donald Woods wrote:
>
>> I can't get the Server trunk Rev503689 to build against a local build
>> of the latest OpenEJB3 code at Rev503514. Also noticed, that the
>> OpenEJB3 build is still using the Geronimo 1.2-beta artifacts instead
>> of 2.0-M2 or 2.0-SNAPSHOT -
>>
>> [INFO] [compiler:compile]
>> Compiling 7 source files to
>> E:\g20\server\modules\geronimo-openejb-builder\target\classes
>> [INFO]
>> -----------------------------------------------------------------------
>> [ERROR] BUILD FAILURE
>> [INFO]
>> -----------------------------------------------------------------------
>> [INFO] Compilation failure
>>
E:\g20\server\modules\geronimo-openejb-builder\src\main\java\org\apache\gero
nimo
>> \openejb\deployment\EjbModuleBuilder.java:[74,44] cannot find symbol
>> symbol : class Cmp2Builder
>> location: package org.apache.openejb.assembler.classic
>>
E:\g20\server\modules\geronimo-openejb-builder\src\main\java\org\apache\gero
nimo
>> \openejb\deployment\EjbModuleBuilder.java:[359,8] cannot find symbol
>> symbol : class Cmp2Builder
>> location: class org.apache.geronimo.openejb.deployment.EjbModuleBuilder
>>
E:\g20\server\modules\geronimo-openejb-builder\src\main\java\org\apache\gero
nimo
>> \openejb\deployment\EjbModuleBuilder.java:[359,38] cannot find symbol
>> symbol : class Cmp2Builder
>> location: class org.apache.geronimo.openejb.deployment.EjbModuleBuilder
>>
>>
>> -Donald
>