cpesch / RouteConverter

The popular GPS conversion and editing tool
http://www.routeconverter.com
Other
144 stars 40 forks source link

Maven build fails #28

Closed pepl closed 10 years ago

pepl commented 10 years ago

Hi,

I tried to build HEAD as described at the Readme file. It looks like graphhopper is missing at http://www.routeconverter.com/svn/RouteThirdParty.

[ERROR] Failed to execute goal on project route-converter: Could not resolve dependencies for project slash.navigation:route-converter:jar:2.13-SNAPSHOT: Could not find artifact slash.navigation:graphhopper:jar:2.13-SNAPSHOT in routeconverter-thirdparty (http://www.routeconverter.com/svn/RouteThirdParty) -> [Help 1]
cpesch commented 10 years ago

Hi,

thank you very much for the report. I'm aware of this and want to fix it in the next days.

In the mean time. you could check out and compile graphhopper yourself or change to the tag '2.12' which is still pretty close to HEAD.

cpesch commented 10 years ago

If fixed the build. Does it work for you, too?

pepl commented 10 years ago

It's building! And, the best thing about it - it's working now with Linux64! :-)

Thx a lot!