Hello, to compile junit-4.12 without errors in build with OpenJdk 10.1 I had to add a sed (after the one in the book):

sed -e '42,45d' \
     -i src/test/java/org/junit/tests/running/core/MainRunner.java

Because it seems that getInCheck(), already deprecated, is not present . I used the same maven command to build: mvn -DjdkVersion=1.6 install

To verify with yours scripts, thanks. Riccardo


--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to