Re: [OSM-dev] unable to create jar file from the OSM-binary

2015-06-13 Thread mmd
Am 03.06.2015 um 17:23 schrieb Peter Körner: Hi On 03.06.2015 16:49, Holger Jeromin wrote: Laura Barroso wrote on 02.06.2015 20:22: Hi, currently I’m trying to compile the OSM-binary library…however there’s an error that keeps bugging me: What is the the OSM-binary library…? I guess

Re: [OSM-dev] unable to create jar file from the OSM-binary

2015-06-04 Thread Brett Henderson
I've battled with that library in the past because it's used by Osmosis. I forked the project and made some changes to make it easier to integrate with Osmosis. The biggest change was moving the build to Gradle instead of Maven, but it also changes package names to avoid namespace collisions.

Re: [OSM-dev] unable to create jar file from the OSM-binary

2015-06-04 Thread Laura Barroso
yes, is a java library that it's use to read from a pbf file...my purpose is to read from a pbf file generated on OSM in order to search for places or address on the cuban map...Yesterday we were trying to compile it but we get no success...we write to the creator of this library but he

Re: [OSM-dev] unable to create jar file from the OSM-binary

2015-06-03 Thread Holger Jeromin
Laura Barroso wrote on 02.06.2015 20:22: Hi, currently I’m trying to compile the OSM-binary library…however there’s an error that keeps bugging me: I think the reason why no one is helping you (on list) is, that nobody knows was you are doing. What is the the OSM-binary library…? dependency

Re: [OSM-dev] unable to create jar file from the OSM-binary

2015-06-03 Thread Peter Körner
Hi On 03.06.2015 16:49, Holger Jeromin wrote: Laura Barroso wrote on 02.06.2015 20:22: Hi, currently I’m trying to compile the OSM-binary library…however there’s an error that keeps bugging me: I think the reason why no one is helping you (on list) is, that nobody knows was you are doing.

[OSM-dev] unable to create jar file from the OSM-binary

2015-06-02 Thread Laura Barroso
Hi, currently I’m trying to compile the OSM-binary library…however there’s an error that keeps bugging me: dependency groupIdcom.google.protobuf/groupId artifactIdprotobuf-java/artifactId version2.4.1/version /dependency I though at first that could be a maven problem,