nbubna 2003/07/09 16:50:26
Modified: . build.xml
Log:
add target (and warning) to clean docs dir for convenience
Revision Changes Path
1.22 +20 -1 jakarta-velocity-tools/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-velocity-tools/build.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- build.xml 4 Jul 2003 19:42:32 -0000 1.21
+++ build.xml 9 Jul 2003 23:50:26 -0000 1.22
@@ -85,6 +85,25 @@
</delete>
</target>
+ <!-- To help rebuild the documentation -->
+ <target name="clean.docs" description="Deletes the docs directory">
+ <echo>
+ #######################################################
+ #
+ # This will delete the existing documentation
+ # directory. To restore the documentation you
+ # should re-checkout the directory from CVS
+ # (especially before rebuilding the documentation
+ # with the "docs" or "javadoc" targets). If you
+ # attempt to rebuild the documentation while the
+ # folder remains deleted, it will cause file
+ # conflicts.
+ #
+ #######################################################
+ </echo>
+ <delete dir="${docs.dir}"/>
+ </target>
+
<!-- Prepare directories -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]