You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rd...@apache.org on 2006/01/24 19:46:23 UTC

svn commit: r371978 - /jakarta/commons/proper/logging/trunk/build.xml

Author: rdonkin
Date: Tue Jan 24 10:46:20 2006
New Revision: 371978

URL: http://svn.apache.org/viewcvs?rev=371978&view=rev
Log:
Default target is now 'all' and target 'all' now runs the unit tests.

Modified:
    jakarta/commons/proper/logging/trunk/build.xml

Modified: jakarta/commons/proper/logging/trunk/build.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/logging/trunk/build.xml?rev=371978&r1=371977&r2=371978&view=diff
==============================================================================
--- jakarta/commons/proper/logging/trunk/build.xml (original)
+++ jakarta/commons/proper/logging/trunk/build.xml Tue Jan 24 10:46:20 2006
@@ -36,7 +36,7 @@
   - $Id$
   -->
 
-<project name="Logging" default="compile" basedir=".">
+<project name="Logging" default="all" basedir=".">
 
 
 <!-- ========== Initialize Properties ===================================== -->
@@ -528,7 +528,7 @@
   </target>
 
 
-  <target name="all" depends="clean,compile"
+  <target name="all" depends="clean,compile,test"
    description="Clean and compile all components"/>
 
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org