digipost / labs

Labs is a lightweight CMS for blog and idea management for businesses
Apache License 2.0
16 stars 1 forks source link

Dependencies on install #3

Closed hinderberg closed 9 years ago

hinderberg commented 9 years ago

Got the following error when following the install guide on Ubuntu.

[info] Updating {file:/srv/nfs/code/labs/backend/}digipost-labs...
[info] Resolving org.eclipse.jetty#jetty-nosql;9.2.4.vdigipost ...
[warn]  module not found: org.eclipse.jetty#jetty-nosql;9.2.4.vdigipost
[warn] ==== local: tried
[warn]   /home/vagrant/.ivy2/local/org.eclipse.jetty/jetty-nosql/9.2.4.vdigipost/ivys/ivy.xml
[warn] ==== public: tried
[warn]   http://repo1.maven.org/maven2/org/eclipse/jetty/jetty-nosql/9.2.4.vdigipost/jetty-nosql-9.2.4.vdigipost.pom
[warn] ==== typesafe-ivy-releases: tried
[warn]   http://repo.typesafe.com/typesafe/ivy-releases/org.eclipse.jetty/jetty-nosql/9.2.4.vdigipost/ivys/ivy.xml
[warn] ==== Maven2 Local: tried
[warn]   file:/home/vagrant/.m2/repository/org/eclipse/jetty/jetty-nosql/9.2.4.vdigipost/jetty-nosql-9.2.4.vdigipost.pom
[info] Resolving jline#jline;2.12 ...
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]  ::          UNRESOLVED DEPENDENCIES         ::
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]  :: org.eclipse.jetty#jetty-nosql;9.2.4.vdigipost: not found
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[trace] Stack trace suppressed: run last *:update for the full output.
[error] (*:update) sbt.ResolveException: unresolved dependency: org.eclipse.jetty#jetty-nosql;9.2.4.vdigipost: not found
[error] Total time: 7 s, completed Nov 12, 2014 10:23:57 AM
froden commented 9 years ago

Thanks for checking out Labs @hinderberg :)

Unfortunately HEAD of master depends on a patched version of jetty-nosql du to to the following bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=450467

If you revert to 8d2ae4df923cc4a508033d4b1859145741cb1622 (HEAD-1) it'll build but the session timeout will be wrong (no big deal if you just want to try it).

froden commented 9 years ago

I have upgraded to Jetty 9.2.5.v20141112 and removed the depepndency on our patched jetty-nosql.