Hi, sorry about that, it seems there was some issue with my network.
I already had the s3 bucket in the repositories section, but they were not donwloaded at first (that's why I switch to 0.9.0 for them).
Now I tried again and they download ok, so it's working :)
Thanks and sorry once again, my mistake.
Regards,
De: geowave-dev-bounces@xxxxxxxxxxxxxxxx <geowave-dev-bounces@xxxxxxxxxxxxxxxx> en nombre de Rich Fecher <rfecher@xxxxxxxxx>
Enviado: jueves, 04 de febrero de 2016 03:50 p.m.
Para: geowave-dev@xxxxxxxxxxxxxxxx
Asunto: Re: [geowave-dev] Ingest shapefile from Java API
Jose,
The NoClassDefFound is because you are mixing 0.9.0-SNAPSHOT with 0.9.1-SNAPSHOT. You definitely have to choose a version of geowave and be consistent with that choice.
Regarding not seeing two of the dependencies available for version 0.9.1-SNAPSHOT, I looked and they're in our s3 bucket. Check out
this regarding where we publish to s3. So for example an artifact for geowave-format-vector is available
here. There is no index for these artifacts so you can't browse, but they should be resolved through maven if you setup the pom according to the documentation
here.
Alternatively, you could build it yourself from source, but I definitely recommend '-DskipTests' if you don't want it to hit all of our unit and integration tests. '-Dfindbugs.skip=true' is another favorite, otherwise it will run findbugs on all of the source.
And it looks like you have your dependencies well-covered there for what you appear to be doing.
Good luck and let us know if you have more questions.
Rich