pmt02 / edukapp

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

error in building edukapp #42

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. svn checkout
2. mvn install

[ERROR] Failed to execute goal on project edukapp: Could not resolve 
dependencies for project uk.ac.edukapp:edukapp:war:0.0.1-SNAPSHOT: Failure to 
find com.navnorth.learningregistry:LRJavaLib:jar:0.1.2 in 
https://oss.sonatype.org/content/repositories/releases was cached in the local 
repository, resolution will not be reattempted until the update interval of 
oss.sonatype.org has elapsed or updates are forced

mvn version 3.0.3

Original issue reported on code.google.com by marc.min...@gmail.com on 30 Aug 2012 at 2:31

GoogleCodeExporter commented 9 years ago
fixed the problem:
1. download learning registry from https://github.com/navnorth/LRJavaLib
2. mvn install this
3. mvn install in the edukapp directory

Original comment by marc.min...@gmail.com on 31 Aug 2012 at 7:20