Open mikeatlas opened 9 years ago
I should add that I'm not building any of these projects in an IDE right now - just a remote CLI-only machine, so maybe there are some cross-project awareness settings, class paths, or other things missing in the guide? I'm not from the Java world either, so this is mostly just intuitive stabs at compiling and getting all the dependencies lined up... any help is appreciated.
Seems like the
pom.xml
file is not quite right?I have some of those components built in the parallel directory:
I was able to get around the missing geomesa-core dependency by updating
pom.xml
with:I was also able to download GeoTools 11.4 and add those paths:
after that, though, I got error messages saying
(use -source 5 or higher to enable generics)
, which I resolved:Still not enough though: at this point, I'm stuck at:
I realize all the above changes to
pom.xml
are hacks, but perhaps I missed something from the guide about how to build the geomesa-gdelt project?