dbpedia / lookup

Outputs a list of ranked DBpedia resources for a search string.
Apache License 2.0
185 stars 39 forks source link

DBPedia Lookup build breaks with Java 8 #32

Closed mark-watson closed 8 years ago

mark-watson commented 8 years ago

I tried changing the Scala version in the POM file, to no avail.

I tried building the master branch with Java 8 - worked until the end, with a "error: File name too long" error.

I understand that this is probably a low priority thing to fix, since people installing Java 7 is a good option.

EDIT: building master branch of the required extraction-framework works fine if I use an external non-encrypted drive and Java 8. Apparently having my home drive on Ubuntu encrypted caused the long file name error. I still can't build lookup: nxparser not found.

jimkont commented 8 years ago

Travis says java8 works fine: https://travis-ci.org/dbpedia/lookup so I am closing this as it looks related to local settings

sandroacoelho commented 8 years ago

Hi @mark-watson: the problem is not with Java 8. The cause is that. http://nxparser.googlecode.com/svn/repository does not exist anymore.

I've replaced it for a repo at github. Could you please try to recompile?

Best

mark-watson commented 8 years ago

Thanks sandroacoelho,

That fixed it.