forked from I2P_Developers/i2p.i2p
catch unset classpath prop
This commit is contained in:
@@ -82,6 +82,8 @@
|
|||||||
|
|
||||||
<!-- unit tests -->
|
<!-- unit tests -->
|
||||||
<target name="scalatest.compileTest" depends="compile, scala.init">
|
<target name="scalatest.compileTest" depends="compile, scala.init">
|
||||||
|
<!-- set classpath property if not set elsewhere first.-->
|
||||||
|
<property name="classpath" value="" />
|
||||||
<mkdir dir="./build" />
|
<mkdir dir="./build" />
|
||||||
<mkdir dir="./build/obj_scala" />
|
<mkdir dir="./build/obj_scala" />
|
||||||
<scalac srcdir="./test/scalatest" destdir="./build/obj_scala" deprecation="on" >
|
<scalac srcdir="./test/scalatest" destdir="./build/obj_scala" deprecation="on" >
|
||||||
|
Reference in New Issue
Block a user