hl2parse
hl2parse copied to clipboard
Fix/java8
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.
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.