hl2parse icon indicating copy to clipboard operation
hl2parse copied to clipboard

Fix/java8

Open rcpoison opened this issue 7 years ago • 1 comments

A few minor changes to make the project buildable with openjdk8.

Also had to skip tests which assume platform dependent paths or rely on local data.

rcpoison avatar Aug 08 '18 08:08 rcpoison

Gonna be honest, I haven't even tried to run the tests for this code in years -- would it be possible to change those @Ignores to use org.junit.Assume to check the presence of the file? Then, if it's missing, the tests are considered skipped.

DHager avatar Aug 08 '18 18:08 DHager