forked from I2P_Developers/i2p.i2p
Added Mockito to ScalaTest classpath, and removed unneeded entry
Put mockito-all.jar (or a link to the actual version) in the same directory as the ScalaTest lib files (passed in the command line as scalatest.libs).
This commit is contained in:
@ -353,9 +353,9 @@
|
||||
<mkdir dir="./build/obj_scala" />
|
||||
<scalac srcdir="./test/scalatest" destdir="./build/obj_scala" deprecation="on" >
|
||||
<classpath>
|
||||
<pathelement location="${classpath}" />
|
||||
<pathelement location="${scala-library.jar}" />
|
||||
<pathelement location="${scalatest.jar}" />
|
||||
<pathelement location="${scalatest.libs}/mockito-all.jar" />
|
||||
<pathelement location="../../../core/java/build/i2pscalatest.jar" />
|
||||
<pathelement location="../../../router/java/build/routerscalatest.jar" />
|
||||
<pathelement location="./build/obj" />
|
||||
|
Reference in New Issue
Block a user