$ make subsequentcheck CLASSPATH=$CLASSPATH:/usr/share/java/hamcrest-core.jar:/usr/share/java/junit.jar [ build JUT ] sw_complex R=/home/vmiklos/git/libreoffice && S=$R/master && O=$S/solver/300/unxlngi6.pro && W=$O/workdir && mkdir -p $W/JunitTest/sw_complex/user && /usr/lib/jvm/java-6-openjdk/bin/java -cp "/usr/lib/jvm/java-6-openjdk/jre/lib/rt.jar:.:/usr/share/java/hamcrest-core.jar:/usr/share/java/junit.jar" -Dorg.openoffice.test.arg.soffice="${OOO_TEST_SOFFICE:-path:$O/installation/opt/program/soffice}" -Dorg.openoffice.test.arg.env=LD_LIBRARY_PATH -Dorg.openoffice.test.arg.user=file://$W/JunitTest/sw_complex/user -Dorg.openoffice.test.arg.tdoc=$S/sw/qa/complex/writer/testdocuments org.junit.runner.JUnitCore complex.accessibility.AccessibleRelationSet complex.checkColor.CheckChangeColor complex.writer.CheckCrossReferences complex.writer.CheckFlies complex.writer.CheckIndexedPropertyValues complex.writer.CheckNamedPropertyValues 2>&1 > $W/JunitTest/sw_complex/done.log || (cat $W/JunitTest/sw_complex/done.log && false) JUnit version 4.8.1 Could not find class: complex.accessibility.AccessibleRelationSet Could not find class: complex.checkColor.CheckChangeColor Could not find class: complex.writer.CheckCrossReferences Could not find class: complex.writer.CheckFlies Could not find class: complex.writer.CheckIndexedPropertyValues Could not find class: complex.writer.CheckNamedPropertyValues Time: 0.001 OK (0 tests) make: *** [/home/vmiklos/git/libreoffice/master/solver/300/unxlngi6.pro/workdir/JunitTest/sw_complex/done] Error 1