Closed GoogleCodeExporter closed 9 years ago
unit tests fail to load SLF4J. test target needs to be updated to include slf4j jars. Index: build.xml =================================================================== --- build.xml (revision 78) +++ build.xml (working copy) @@ -27,6 +27,8 @@ <target name="test" depends="compile"> <junit showoutput="false"> <classpath path="lib/junit-4.8.2.jar:out"/> + <classpath path="lib/slf4j-api-1.6.1.jar:out"/> + <classpath path="lib/slf4j-simple-1.6.1.jar:out"/> <batchtest> <fileset dir="tests"><include name="**/*.java"/></fileset> <formatter type="brief" usefile="no"/>
Original issue reported on code.google.com by bowli...@gmail.com on 18 May 2011 at 2:52
bowli...@gmail.com
This issue was closed by revision r79.
Original comment by hearn@google.com on 19 May 2011 at 12:48
hearn@google.com
Original issue reported on code.google.com by
bowli...@gmail.com
on 18 May 2011 at 2:52