Hi, I try to install OpenTripPlanner. I executed commands:
git clone
$ cd /var/www/planner
$ git clone git://github.com/opentripplanner/OpenTripPlanner.git
$ cd OpenTripPlanner
$ git checkout 0.11.x
when I issued
$ mvn clean package
I received error messages, including:
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.105s
[INFO] Finished at: Mon Feb 09 13:09:18 EET 2015
[INFO] Final Memory: 11M/27M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project otp-core: Could not resolve dependencies for project
org.opentripplanner:otp-core:jar:0.11.1-SNAPSHOT: The following artifacts could not be resolved:
org.processing:core:jar:1.0.7, crosby.binary:osmpbf:jar:1.2.1: Failure to find
org.processing:core:jar:1.0.7 in http://repo1.maven.org/maven2 was cached in the local repository,
resolution will not be reattempted until the update interval of central2 has elapsed or updates are
forced -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :otp-core
I suspect it's related to mismatches in software versions