Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[geomesa-users] getting dependencies right for geomesa-gdelt sample

Hi all,

Has anyone successfully built the geomesa-gdelt sample project? I'm having trouble with the dependencies not being found at all, and even when forcing them by editing pom.xml, things still don't quite work. One assumption is that GeoTools is available (in the class path?) but not specified in the project, for example. Other issues seem to be around whether the version name contains the "RC-2/3" string within it.

I'm able to build geomesa itself using maven just fine, however.

I also tried to build both projects in Eclipse (Luna, with Maven and Scala plugins installed) but without much luck and far more errors as well...  errors such as "can't expand macros compiled by previous versions of Scala GeoHashTest.scala /geomesa-utils accumulo1.5/src/test/scala/org/locationtech/geomesa/utils/geohash).

Besides decomposing the original pom.xml and attempting to rebuild this project from scratch, does anyone have any tips they might have to get this built? I have to confess that I'm not from the Java/Scala world, so I may be missing some foundational concepts about where dependencies should live or be referenced when using maven/pom.xml files 

Thanks,
Mike

Back to the top