Sorry, it is still not building :(

From: "Meeraj Kunnumpurath" <[EMAIL PROTECTED]>
Reply-To: [email protected]
To: [email protected]
Subject: Re: Build error
Date: Sat, 28 Oct 2006 18:36:28 +0000

On the trunk, i have done a fresh checkout and the build fails. I will try it again.

Ta
Meeraj


From: "Ignacio Silva-Lepe" <[EMAIL PROTECTED]>
Reply-To: [email protected]
To: [email protected]
Subject: Re: Build error
Date: Sat, 28 Oct 2006 14:06:45 -0400

Is this on the trunk or on M2? I just did a full update of the trunk, then
mvn clean and mvn and it built successfully.

On 10/28/06, Meeraj Kunnumpurath <[EMAIL PROTECTED]> wrote:

Hi,

I am getting quite a few build errors with Maven snapshot dependencies and incorrect artifact group ids (i think) in POM. For example, for XmlSchema,
the group id in the remote repo http://repo1.maven.org/maven2 seems to be
org.apache.ws.commons, however, what we have in our POMs is
org.apache.ws.commons.schema. I was wondering, whether it is building for
everyone else?

[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.apache.ws.commons.schema:XmlSchema:jar:SNAPSHOT

Try downloading the file manually from the project website.

Then, install it using the command:
     mvn install:install-file -DgroupId=org.apache.ws.commons.schema
-Dartifact
Id=XmlSchema \
         -Dversion=SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file

Path to dependency:
       1)
org.apache.tuscany.sca.services.idl:wsdl:jar:1.0-incubator-M2-SNAPSHO
T
       2) org.apache.ws.commons.schema:XmlSchema:jar:SNAPSHOT

----------
1 required artifact is missing.

for artifact:
org.apache.tuscany.sca.services.idl:wsdl:jar:1.0-incubator-M2-SNAPSHOT

from the specified remote repositories:
central (http://repo1.maven.org/maven2),
apache.m1 (http://people.apache.org/repository),
apache.incubator
(http://people.apache.org/repo/m2-incubating-repository/),
apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository)

_________________________________________________________________
Windows LiveĀ™ Messenger has arrived. Click here to download it for free!
http://imagine-msn.com/messenger/launch80/?locale=en-gb


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



_________________________________________________________________
The new Windows Live Toolbar helps you guard against viruses http://toolbar.live.com/?mkt=en-gb


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


_________________________________________________________________
The new Windows Live Toolbar helps you guard against viruses http://toolbar.live.com/?mkt=en-gb


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to