Steve Vinoski wrote:
Under branches/mvn is a first cut at building and testing the java code with maven. I would appreciate it if others could checkout the branch and try it, especially on platforms other than OS X. All feedback welcomed.

BTW, be sure to get "mvn" and not "maven" as the latter is an old branch that doesn't work and needs to go away.

This is what happens for me:

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

Missing:
----------
1) fscontext:fscontext:jar:1.2-beta3

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=fscontext -DartifactId=fscontext \
          -Dversion=1.2-beta3 -Dpackaging=jar -Dfile=/path/to/file

  Path to dependency:
        1) org.apache.qpid:qpid-client:jar:1.0-incubator-M1-SNAPSHOT
        2) fscontext:fscontext:jar:1.2-beta3

2) fscontext:providerutil:jar:1.2-beta3

  Try downloading the file manually from the project website.

  Then, install it using the command:
mvn install:install-file -DgroupId=fscontext -DartifactId=providerutil \
          -Dversion=1.2-beta3 -Dpackaging=jar -Dfile=/path/to/file

  Path to dependency:
        1) org.apache.qpid:qpid-client:jar:1.0-incubator-M1-SNAPSHOT
        2) fscontext:providerutil:jar:1.2-beta3

----------
2 required artifacts are missing.

for artifact:
  org.apache.qpid:qpid-client:jar:1.0-incubator-M1-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  java.net (https://maven-repository.dev.java.net/nonav/repository/),
  apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository)


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------

Reply via email to