Raymond Feng wrote:
Hi,

I ran into a build error with the "pre-spec-changes" branch using a clean local maven repo. It seems that we don't have "org.apache.tuscany:commonj-api_r1.1:jar:1.0-incubator-SNAPSHOT" published. What will happen for the spec-related modules?
Thanks,
Raymond

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

Missing:
----------
1) org.apache.tuscany:commonj-api_r1.1:jar:1.0-incubator-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=org.apache.tuscany -DartifactId=commonj
-api_r1.1 \
          -Dversion=1.0-incubator-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file

  Path to dependency:
        1) org.apache.tuscany.sca.kernel:core:jar:0.1-pre-spec-SNAPSHOT
        2) org.apache.tuscany:commonj-api_r1.1:jar:1.0-incubator-SNAPSHOT

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

for artifact:
  org.apache.tuscany.sca.kernel:core:jar:0.1-pre-spec-SNAPSHOT

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

It looks like the kernel in the pre-spec branch depends on sca-api 0.95 1.0-incubator-snapshot and commonj-api_r1.1 1.0-incubator-snapshot.

If we are expecting changes in the spec APIs (and I think we are) shouldn't we include them in the pre-spec branch as well and publish corresponding pre-spec snapshots?

--
Jean-Sebastien


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

Reply via email to