donaldp 2002/06/16 02:07:03
Modified: . build.xml
Log:
Integrate checkstyle into normal build process.
Revision Changes Path
1.134 +1 -1 jakarta-avalon-phoenix/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-phoenix/build.xml,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -r1.133 -r1.134
--- build.xml 11 Jun 2002 11:38:45 -0000 1.133
+++ build.xml 16 Jun 2002 09:07:03 -0000 1.134
@@ -169,7 +169,7 @@
<!-- Compiles the source code -->
- <target name="compile" depends="prepare" description="compiles the
source code">
+ <target name="compile" depends="prepare,checkstyle"
description="compiles the source code">
<mkdir dir="${build.classes}"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>