srvarey / openid-server

Automatically exported from code.google.com/p/openid-server
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Error building. Is repository correct ? #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Checkout SVN repository
2. Build main project with Maven
3.

What is the expected output? What do you see instead?
Buils completed sucessful. But got error because of missing artifact
org.openid4java:openid4java-server:jar:0.9.5-SNAPSHOT

What version of the product are you using? On what operating system?
1.2.0 - Windows XP SP3

Please provide any additional information below.
[ERROR]Missing:
[ERROR]----------
[ERROR]1) org.openid4java:openid4java-server:jar:0.9.5-SNAPSHOT
[ERROR]  Try downloading the file manually from the project website.
[ERROR]  Then, install it using the command: 
[ERROR]      mvn install:install-file -DgroupId=org.openid4java
-DartifactId=openid4java-server -Dversion=0.9.5-SNAPSHOT -Dpackaging=jar
-Dfile=/path/to/file
[ERROR]  Alternatively, if you host your own repository you can deploy the
file there: 
[ERROR]      mvn deploy:deploy-file -DgroupId=org.openid4java
-DartifactId=openid4java-server -Dversion=0.9.5-SNAPSHOT -Dpackaging=jar
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
[ERROR]  Path to dependency: 
[ERROR]          1) cn.net.openid.jos:jos-service:jar:1.2-SNAPSHOT
[ERROR]          2) org.openid4java:openid4java-server:jar:0.9.5-SNAPSHOT
[ERROR]----------
[ERROR]1 required artifact is missing.
[ERROR]for artifact: 
[ERROR]  cn.net.openid.jos:jos-service:jar:1.2-SNAPSHOT
[ERROR]from the specified remote repositories:
[ERROR]  central (http://repo1.maven.org/maven2),
[ERROR]  maven2-repository.dev.java.net (http://download.java.net/maven/2),
[ERROR]  alchim.snapshots (http://alchim.sf.net/download/snapshots)
[ERROR]While building project with id:
cn.net.openid.jos:jos-service:jar:1.2-SNAPSHOT
[ERROR]Project File:
Z:\HJUNIOR\Projetos\Cases\openis-server\trunk\jos-service\pom.xml

Original issue reported on code.google.com by herlani....@gmail.com on 23 Sep 2008 at 1:03

GoogleCodeExporter commented 8 years ago
As I'm using openid4java snapshot, so you should check out and install it to 
your
maven repository manually, and another
one(http://code.google.com/p/recaptcha/downloads/detail?name=recaptcha4j-0.0.7.z
ip&can=2&q=)
maybe the same problem.

Original comment by zhoushu...@gmail.com on 23 Sep 2008 at 1:22

GoogleCodeExporter commented 8 years ago
Worked fine, but it should be documented, don´t ? I´ll work in a ant version 
for
local building !

Original comment by herlani....@gmail.com on 23 Sep 2008 at 3:18

GoogleCodeExporter commented 8 years ago
Fixed in rev 409.

Original comment by zhoushu...@gmail.com on 24 Oct 2008 at 4:51