>
>
>  * Ensure you're on a version of Eclipse that supports Java 8
>  * Checkout from svn / git
>  * On the command line, do "ant compile" to have dependencies fetched
>  * In Eclipse, do Import -> General -> Existing Project into Workspace
>  * Point it at your checkout
>  * Wait for the build to finish
>  * Right click on a unit test and do Run As -> JUnit Test
>

​Almost made it.​ The build results in 37 errors, 693 warnings, "858
others". OK, I need Java version 1.8 (I have 1.8, didn't think I anything
lower than 1.8) but I clicked on the Eclipse fix and now it works! Heyo!
Just a few warning about resource leaks...

Hmmm. I don't see any source for the conditional stuff.

Reply via email to