2008/11/21 René Vangsgaard <[EMAIL PROTECTED]>
> I am using the latest sources from svn; The entire thing is checked out,
> and when I issue the command "mvn install" I get the specified error. Last I
> checked, the specified artifacts wasn't available at the ops4j repository,
> but I will give it a try again and report my progress.
>
it's building over here using Maven 2.0.9 and a clean repository (skipping
tests with -Dmaven.test.skip)
I double-checked and both dependencies listed below were downloaded from the
web to my local repo
some possibilities, both general Maven issues unrelated to Qi4j:
1) you might have had a network error on one of the downloads and either
Maven blacklisted the site
or you ended up with corrupt metadata - unfortunately the only
solution is to remove the affected
artifacts from your local repository, i.e. remove these directories:
~/.m2/repository/org/ops4j/pax/swissbox
~/.m2/repository/org/qi4j/core
( .m2 will be under your user's home directory on Windows, for
example %USERPROFILE%/.m2 )
2) you have a firewall that's stopping the download of these artifacts
from the OPS4J repository
(they're not available on the Maven central repo) - you should check
the links Edward posted
below, if you can see the files with your browser then you probably
need to get Maven to use
the same proxy as your browser (
http://maven.apache.org/guides/mini/guide-proxies.html)
HTH
2008/11/20 <[EMAIL PROTECTED]>
>
>> Send qi4j-dev mailing list submissions to
>> [email protected]
>>
>> To subscribe or unsubscribe via the World Wide Web, visit
>> http://lists.ops4j.org/mailman/listinfo/qi4j-dev
>> or, via email, send a message with subject or body 'help' to
>> [EMAIL PROTECTED]
>>
>> You can reach the person managing the list at
>> [EMAIL PROTECTED]
>>
>> When replying, please edit your Subject line so it is more specific
>> than "Re: Contents of qi4j-dev digest..."
>>
>>
>> Today's Topics:
>>
>> 1. Re: building qi4j (Edward Yakop)
>>
>>
>> ----------------------------------------------------------------------
>>
>> Message: 1
>> Date: Wed, 19 Nov 2008 22:19:19 +0800
>> From: "Edward Yakop" <[EMAIL PROTECTED]>
>> Subject: Re: [qi4j-dev] building qi4j
>> To: [email protected]
>> Message-ID:
>> <[EMAIL PROTECTED]>
>> Content-Type: text/plain; charset=UTF-8
>>
>> On Wed, Nov 19, 2008 at 18:40, Ren? Vangsgaard
>> <[EMAIL PROTECTED]> wrote:
>> > Hi - I am new to Qi4j and just started using Maven (I understand the
>> concept
>> > of Maven/repos/dependencies), but I have no experience with Maven). The
>> > build process fails with "2 required artifacts are missing":
>> > org.qi4j.core:qi4j-core-bootstrap:bundle:0.5-SNAPSHOT
>> > org.ops4j.pax.swissbox:pax-swissbox-core:jar:0.2.0
>> >
>> > Specified remote repos:
>> > com.springsource.repository.bundles.external
>> > (http://repository.springsource.com/maven/bundles/external),
>> > ops4j-repository (http://repository.ops4j.org/maven2),
>> > ops4j-snapshot (http://repository.ops4j.org/mvn-snapshots),
>> > central (http://repo1.maven.org/maven2
>> >
>> > Any idea how to solve this?
>>
>> qi4j-core-bootstrap:
>>
>> http://repository.ops4j.org/mvn-snapshots/org/qi4j/core/qi4j-core-bootstrap/0.5-SNAPSHOT/
>>
>> Pax-swissbox:
>>
>> http://repository.ops4j.org/maven2/org/ops4j/pax/swissbox/pax-swissbox-core/0.2.0/
>>
>> Both maven artifacts are there. Care to paste your pom.xml?
>>
>> Regards,
>> Edward Yakop
>>
>> ------------------------------
>>
>> _______________________________________________
>> qi4j-dev mailing list
>> [email protected]
>> http://lists.ops4j.org/mailman/listinfo/qi4j-dev
>>
>>
>> End of qi4j-dev Digest, Vol 22, Issue 15
>> ****************************************
>>
>
>
> _______________________________________________
> qi4j-dev mailing list
> [email protected]
> http://lists.ops4j.org/mailman/listinfo/qi4j-dev
>
>
--
Cheers, Stuart
_______________________________________________
qi4j-dev mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/qi4j-dev