Update of /cvsroot/proxool/proxool
In directory sc8-pr-cvs1:/tmp/cvs-serv18300
Modified Files:
build.xml
Log Message:
damn. forgot depends attribute of test target
Index: build.xml
===================================================================
RCS file: /cvsroot/proxool/proxool/build.xml,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** build.xml 28 Feb 2003 12:09:46 -0000 1.35
--- build.xml 28 Feb 2003 12:13:28 -0000 1.36
***************
*** 283,286 ****
--- 283,287 ----
name="test"
description="Runs the JUnit tests"
+ depends="clean,init,build-test,deleteTestDb"
>
<java fork="yes" classpathref="source" classname="junit.textui.TestRunner" >
|