maven - Can't build neo4j/spatial -


running:

git clone git://github.com/neo4j/spatial.git cd spatial mvn clean compile 

yields following error:

[error] failed execute goal org.apache.maven.plugins:maven-compiler-plugin:3.0:compile (default-compile) on project neo4j-spatial: fatal error compiling: invalid target release: 1.7 -> [help 1] 

do have wrong version of something?

update: can not replicate error on other machines. so, consider issue moot. problem must path variable or such.


Comments

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -