Author: stefano Date: Thu Oct 28 11:19:34 2004 New Revision: 55880 Modified: cocoon/trunk/tools/targets/admin-build.xml Log: gump should not run the tests for the blocks since the blocks are not compiled yet
Modified: cocoon/trunk/tools/targets/admin-build.xml ============================================================================== --- cocoon/trunk/tools/targets/admin-build.xml (original) +++ cocoon/trunk/tools/targets/admin-build.xml Thu Oct 28 11:19:34 2004 @@ -47,7 +47,7 @@ <!-- === Gump Targets ====================================================== --> <!-- compiles and packages the core classes and the deprecated classes --> - <target name="gump-core" depends="package-core, package-deprecated, validate-jars, junit-tests"/> + <target name="gump-core" depends="package-core, package-deprecated, validate-jars, core-junit-tests"/> <!-- compiles and packages a single block identified by ${block-name} --> <target name="gump-block" depends="compile-core, compile-deprecated, prepare-blocks, compile-tests">