This thread went inadvertantly private due to the lack of a "reply-to" field
in Raymon's first posting!

---------- Forwarded message ----------
From: Raymond Feng <[EMAIL PROTECTED]>
Date: 11-Jan-2007 17:51
Subject: Re: [Java SDO and SCA] repository pom files missing for woodstox
and jaxen artifacts
To: kelvin goodson <[EMAIL PROTECTED]>

Hi,

The group id "woodstox" is for the maven1 woodstox artifacts. If you check
http://repo1.maven.org/maven/woodstox/jars/, you can actually see the pom
files are listed. But when you click on it, you get 404 "file not found"
error. I have seen this kind of behavior before with axis2 artifacts and it
seems to be a maven repo issue.

Anyway, I think it's better to move the maven2 artifacts of woodstox and we
can benifit from the maven2 including the transitive dependencies.

Thanks,
Raymond

----- Original Message -----
*From:* kelvin goodson <[EMAIL PROTECTED]>
*To:* Raymond Feng <[EMAIL PROTECTED]>
*Sent:* Thursday, January 11, 2007 9:36 AM
*Subject:* Re: [Java SDO and SCA] repository pom files missing for woodstox
and jaxen artifacts

I think the issue stems from the fact that woodstox changed their groupId
from woodstox to org.codehaus.woodstox, so I agree that a combination of
groupId woodstox and repo as you indicate ought to work,  but it doesn't, so
there must be another issue.  Anyway, the proper groupId for woodstox now is
the org.codehaus.woodstox,  and the repo1.maven.org repository will
therefore not resolve woodstox when using this groupId.

Cheers, Kelvin.

On 11/01/07, Raymond Feng <[EMAIL PROTECTED]> wrote:

Hi, Kelvin.

I just checked
http://repo1.maven.org/maven2/org/codehaus/woodstox/wstx-asl/
and I can see the POM files are there for various version.

Thanks,
Raymond

----- Original Message -----
From: "kelvin goodson" <[EMAIL PROTECTED]>
To: "tuscany-dev" < tuscany-dev@ws.apache.org>
Sent: Thursday, January 11, 2007 9:09 AM
Subject: [Java SDO and SCA] repository pom files missing for woodstox and
jaxen artifacts


> I've just managed to fix one of these issues,  where none of the
> repositories listed in our pom had pom files to accompany the woodstox
> distribution.  I added http://repository.codehaus.org to the local
> sdo/impl/pom.xml (and incidentally updated the groupId at the same time)

>
> This allowed my build to progress,  but now it is failing in the same
way
> on
> the jaxen artifact
>
> Downloading:
>
http://download.eclipse.org/tools/emf/maven2/jaxen/jaxen/1.1-beta-10/jaxen-1.1-beta-10.pom
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Error building POM (may not be this project's POM).
>
>
> Project ID: jaxen:jaxen
>
> Reason: Error getting POM for 'jaxen:jaxen' from the repository: Error
> transferring file
>  jaxen:jaxen:pom:1.1-beta-10
>
> from the specified remote repositories:
>  apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository
),
>  apache.ws.m1.snapshots (http://ws.zones.apache.org/repository ),
>  eclipse.emf (http://download.eclipse.org/tools/emf/maven2),
>  central (http://repo1.maven.org/maven2 ),
>  apache.incubator
> (http://people.apache.org/repo/m2-incubating-repository/)
>
> So there are two points here.
>
> One is thaat my local change in sdo/impl may need either replicating
> elsewhere or raising up the project hierarchy so that it affects other
> woodstox dependencies.
>
> The other is that I need a similar fix for jaxen.  Any pointers as to
why
> these failures are happening now?
>
> Regards, Kelvin.
>


Reply via email to