donaldp 2003/03/01 00:48:30
Modified: . build.xml
Log:
Make sure a rebuild performs the unit tests
Revision Changes Path
1.213 +3 -2 avalon-phoenix/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/avalon-phoenix/build.xml,v
retrieving revision 1.212
retrieving revision 1.213
diff -u -r1.212 -r1.213
--- build.xml 1 Mar 2003 04:50:47 -0000 1.212
+++ build.xml 1 Mar 2003 08:48:30 -0000 1.213
@@ -118,8 +118,9 @@
description="generates the Phoenix distribution without the javadocs"/>
<target name="rebuild" description="Rebuilds Phoenix">
- <antcall target="clean"/>
- <antcall target="main"/>
+ <antcall target="clean" inheritall="false"/>
+ <antcall target="main" inheritall="false"/>
+ <antcall target="test" inheritall="false"/>
</target>
<target name="all" depends="main, site-all" description="generates the Phoenix
distribution"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]