LLG20111699 / openid4java

Automatically exported from code.google.com/p/openid4java
Apache License 2.0
0 stars 0 forks source link

mvn jetty:run does not work #153

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
mvn jetty within specified directory returns various files not within maven!

This project needs proper documentation on how to go about installing it.

The demo does not work

There are various other people on the net who claim they have documented it and 
yet their versions does not work either

Please please try to make a more clarified installation guide and at least 
point people to a site with a demo version working with the source code.

Original issue reported on code.google.com by bad...@gmail.com on 6 May 2011 at 3:09

GoogleCodeExporter commented 9 years ago
INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.openid4java:openid4java:jar:0.9.6

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.openid4java -DartifactId=openid4java -Dversion=0.9.6 -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.openid4java -DartifactId=openid4java -Dversion=0.9.6 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
        1) org.openid4java:simple-openid:war:0.9.6
        2) org.openid4java:openid4java:jar:0.9.6

2) org.openid4java:openid4java-consumer:jar:0.9.6

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.openid4java -DartifactId=openid4java-consumer -Dversion=0.9.6 -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.openid4java -DartifactId=openid4java-consumer -Dversion=0.9.6 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
        1) org.openid4java:simple-openid:war:0.9.6
        2) org.openid4java:openid4java:jar:0.9.6
        3) org.openid4java:openid4java-consumer:jar:0.9.6

3) org.openid4java:openid4java-server:jar:0.9.6

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.openid4java -DartifactId=openid4java-server -Dversion=0.9.6 -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.openid4java -DartifactId=openid4java-server -Dversion=0.9.6 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
        1) org.openid4java:simple-openid:war:0.9.6
        2) org.openid4java:openid4java:jar:0.9.6
        3) org.openid4java:openid4java-server:jar:0.9.6

4) org.openid4java:openid4java-server-JdbcServerAssociationStore:jar:0.9.6

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.openid4java -DartifactId=openid4java-server-JdbcServerAssociationStore -Dversion=0.9.6 -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.openid4java -DartifactId=openid4java-server-JdbcServerAssociationStore -Dversion=0.9.6 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
        1) org.openid4java:simple-openid:war:0.9.6
        2) org.openid4java:openid4java:jar:0.9.6
        3) org.openid4java:openid4java-server-JdbcServerAssociationStore:jar:0.9.6

5) org.openid4java:openid4java-consumer-SampleConsumer:jar:0.9.6

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.openid4java -DartifactId=openid4java-consumer-SampleConsumer -Dversion=0.9.6 -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.openid4java -DartifactId=openid4java-consumer-SampleConsumer -Dversion=0.9.6 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
        1) org.openid4java:simple-openid:war:0.9.6
        2) org.openid4java:openid4java:jar:0.9.6
        3) org.openid4java:openid4java-consumer-SampleConsumer:jar:0.9.6

6) org.openid4java:openid4java-server-SampleServer:jar:0.9.6

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.openid4java -DartifactId=openid4java-server-SampleServer -Dversion=0.9.6 -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.openid4java -DartifactId=openid4java-server-SampleServer -Dversion=0.9.6 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
        1) org.openid4java:simple-openid:war:0.9.6
        2) org.openid4java:openid4java:jar:0.9.6
        3) org.openid4java:openid4java-server-SampleServer:jar:0.9.6

----------
6 required artifacts are missing.

for artifact: 
  org.openid4java:simple-openid:war:0.9.6

from the specified remote repositories:
  central (http://repo1.maven.org/maven2)

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 57 seconds
[INFO] Finished at: Fri May 06 21:19:52 BST 2011
[INFO] Final Memory: 12M/119M
[INFO] ------------------------------------------------------------------------

this is using maven2 on ubuntu.

Original comment by bad...@gmail.com on 6 May 2011 at 8:21

GoogleCodeExporter commented 9 years ago
Used previous version and issued command which worked fine

Original comment by bad...@gmail.com on 7 May 2011 at 10:27

GoogleCodeExporter commented 9 years ago
Seems this dependency issue started to happen since revision 647, when the 
packacking of the projects changed from "jar" to "pom". I've come to this based 
on a quick svn log through simple-openid's pom.xml, which revealed this to be 
the only major change in this file.

I've corrected the pom.xml on simple-openid based on another sample project's 
pom.xml (consumer-servlet), to which I've attached a simple patch.

Original comment by Seibz...@gmail.com on 17 Jun 2011 at 8:35

Attachments:

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r675.

Original comment by zhoushu...@gmail.com on 18 Jun 2011 at 8:14

GoogleCodeExporter commented 9 years ago
Issue 159 has been merged into this issue.

Original comment by zhoushu...@gmail.com on 2 Aug 2011 at 2:28

GoogleCodeExporter commented 9 years ago
Issue 184 has been merged into this issue.

Original comment by zhoushu...@gmail.com on 2 Nov 2012 at 5:44