catch unset classpath prop

This commit is contained in:
kytv
2013-01-03 10:43:31 +00:00
parent f788ef97de
commit 5b81a1a6d5

View File

@@ -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" >