[securityfilter-cvs] securityfilter build.xml,1.23,1.24
Brought to you by:
chris_schultz,
maxcooper
From: Christopher S. <chr...@us...> - 2007-11-06 21:42:48
|
Update of /cvsroot/securityfilter/securityfilter In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv12260 Modified Files: build.xml Log Message: Added build-compile as a dependency for test-compile. Index: build.xml =================================================================== RCS file: /cvsroot/securityfilter/securityfilter/build.xml,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** build.xml 15 Feb 2006 08:23:52 -0000 1.23 --- build.xml 6 Nov 2007 21:42:44 -0000 1.24 *************** *** 212,216 **** <!-- ========== Test Target ===================================================================================== --> ! <target name="test" depends="deploy,test-compile" description="tests webapp(s) on server(s)"> <mkdir dir="${build.test.data.dir}"/> <junit printsummary="false" --- 212,216 ---- <!-- ========== Test Target ===================================================================================== --> ! <target name="test" depends="deploy, test-compile" description="tests webapp(s) on server(s)"> <mkdir dir="${build.test.data.dir}"/> <junit printsummary="false" *************** *** 237,241 **** </target> ! <target name="test-compile"> <mkdir dir="${build.test.classes.dir}"/> <javac --- 237,241 ---- </target> ! <target name="test-compile" depends="build-compile"> <mkdir dir="${build.test.classes.dir}"/> <javac |