donaldp 02/03/29 06:35:29
Modified: . build.xml
Log:
Add a recompile target
Revision Changes Path
1.72 +5 -0 jakarta-avalon-logkit/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-logkit/build.xml,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- build.xml 3 Mar 2002 06:56:06 -0000 1.71
+++ build.xml 29 Mar 2002 14:35:28 -0000 1.72
@@ -671,6 +671,11 @@
</target>
+ <target name="recompile" description="Recompile the java files">
+ <delete dir="${build.classes}" />
+ <antcall target="compile"/>
+ </target>
+
<!-- Cleans up build and distribution directories -->
<target name="clean">
<delete dir="${build.dir}" />
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>