leosimons 2003/03/23 04:24:35
Modified: monitor build.xml
Log:
make "main" target depend on "test". This will cause a GUMP failure. I intend to
make these changes throughout avalon so that we are hit on the head if our unit tests
fail. This is an experiment :D
Revision Changes Path
1.28 +1 -1 avalon-excalibur/monitor/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/avalon-excalibur/monitor/build.xml,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- build.xml 23 Mar 2003 12:11:52 -0000 1.27
+++ build.xml 23 Mar 2003 12:24:35 -0000 1.28
@@ -43,7 +43,7 @@
</path>
<property name="cp" refid="test.class.path"/>
- <target name="main" depends="jar" description="Build the project"/>
+ <target name="main" depends="test,jar" description="Build the project"/>
<target name="rebuild" depends="clean,main" description="Rebuild the project"/>
<target name="dependencies" description="Check dependencies"
unless="skip.dependencies">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]