Hi all, I tried building the registry and it fails due to a missing dependency. I do not see 0.4.0-incubating-SNAPSHOT of abdera in any of the specified repos although there is a 0.3.0-incubating-SNAPSHOT (Actually I added this into the dist.wso2.org repo some time back cause we use it in the Mashup Server). The full trace is below.
Thanks, Keith. Downloading: http://people.apache.org/repo/m2-snapshot-repository/org/apache/abdera/abdera-protocol/0.4.0-incubating-SNAPSHOT/abdera-protocol-0.4.0-incubating-SNAPSHOT.jar Downloading: http://people.apache.org/repo/m2-incubating-repository/org/apache/abdera/abdera-protocol/0.4.0-incubating-SNAPSHOT/abdera-protocol-0.4.0-incubating-SNAPSHOT.jar Downloading: http://dist.wso2.org/maven2/org/apache/abdera/abdera-protocol/0.4.0-incubating-SNAPSHOT/abdera-protocol-0.4.0-incubating-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. Missing: ---------- 1) org.apache.abdera:abdera-parser:jar:0.4.0-incubating-SNAPSHOT Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.apache.abdera -DartifactId=abdera-parser \ -Dversion=0.4.0-incubating-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.apache.abdera -DartifactId=abdera-parser \ -Dversion=0.4.0-incubating-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file \ -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) org.wso2.registry:wso2registry-core:jar:0.2-SNAPSHOT 2) org.apache.abdera:abdera-parser:jar:0.4.0-incubating-SNAPSHOT 2) org.apache.abdera:abdera-core:jar:0.4.0-incubating-SNAPSHOT Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.apache.abdera -DartifactId=abdera-core \ -Dversion=0.4.0-incubating-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.apache.abdera -DartifactId=abdera-core \ -Dversion=0.4.0-incubating-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file \ -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) org.wso2.registry:wso2registry-core:jar:0.2-SNAPSHOT 2) org.apache.abdera:abdera-core:jar:0.4.0-incubating-SNAPSHOT 3) org.apache.abdera:abdera-client:jar:0.4.0-incubating-SNAPSHOT Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.apache.abdera -DartifactId=abdera-client \ -Dversion=0.4.0-incubating-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.apache.abdera -DartifactId=abdera-client \ -Dversion=0.4.0-incubating-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file \ -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) org.wso2.registry:wso2registry-core:jar:0.2-SNAPSHOT 2) org.apache.abdera:abdera-client:jar:0.4.0-incubating-SNAPSHOT 4) org.apache.abdera:abdera-server:jar:0.4.0-incubating-SNAPSHOT Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.apache.abdera -DartifactId=abdera-server \ -Dversion=0.4.0-incubating-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.apache.abdera -DartifactId=abdera-server \ -Dversion=0.4.0-incubating-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file \ -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) org.wso2.registry:wso2registry-core:jar:0.2-SNAPSHOT 2) org.apache.abdera:abdera-server:jar:0.4.0-incubating-SNAPSHOT 5) org.apache.abdera:abdera-protocol:jar:0.4.0-incubating-SNAPSHOT Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.apache.abdera -DartifactId=abdera-protocol \ -Dversion=0.4.0-incubating-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.apache.abdera -DartifactId=abdera-protocol \ -Dversion=0.4.0-incubating-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file \ -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) org.wso2.registry:wso2registry-core:jar:0.2-SNAPSHOT 2) org.apache.abdera:abdera-protocol:jar:0.4.0-incubating-SNAPSHOT ---------- 5 required artifacts are missing. for artifact: org.wso2.registry:wso2registry-core:jar:0.2-SNAPSHOT from the specified remote repositories: central (http://repo1.maven.org/maven2), wso2-maven2-repo (http://dist.wso2.org/maven2), java.net (http://download.java.net/maven/1/), apache-repo (scpexe://people.apache.org//www/people.apache.org/repo/m2-ibiblio-rsync-repository), apache-Incubating-repo (http://people.apache.org/repo/m2-incubating-repository), m2-snapshot-repository (http://people.apache.org/repo/m2-snapshot-repository) [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 59 seconds [INFO] Finished at: Wed Jan 16 00:56:41 LKT 2008 [INFO] Final Memory: 12M/80M [INFO] ------------------------------------------------------------------------ _______________________________________________ Registry-dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/registry-dev
