Hi all,

I am trying to recompile the latest felix trunk in order to validate the fixed jira issue
FELIX-756 ("Allow URLStreamHandler services to override built-in handlers").

But I have the following errors when running "ant " on top of the felix-trunk dir ...
Did I miss something, or is there any known issues in the trunk, currently ?

thanks
/pierre


-> here are error messages when I type "ant" on top of the felix-trunk dir:

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

    [exec] GroupId: org.apache.felix
    [exec] ArtifactId: org.apache.felix.framework
    [exec] Version: 1.4.0

    [exec] Reason: Unable to download the artifact from any repository

    [exec] Try downloading the file manually from the project website.

    [exec] Then, install it using the command:
[exec] mvn install:install-file -DgroupId=org.apache.felix -DartifactId=org.apache.felix.framework \
    [exec]         -Dversion=1.4.0 -Dpackaging=jar -Dfile=/path/to/file
[exec] Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.apache.felix -DartifactId=org.apache.felix.framework \
    [exec]         -Dversion=1.4.0 -Dpackaging=jar -Dfile=/path/to/file \
    [exec]          -Durl=[url] -DrepositoryId=[id]


    [exec]   org.apache.felix:org.apache.felix.framework:jar:1.4.0

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





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

Reply via email to