dion 02/01/31 04:26:09
Modified: latka build.xml
Log:
Added comments about javadoc target
Revision Changes Path
1.27 +4 -1 jakarta-commons/latka/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/latka/build.xml,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- build.xml 30 Jan 2002 03:16:14 -0000 1.26
+++ build.xml 31 Jan 2002 12:26:09 -0000 1.27
@@ -1,4 +1,4 @@
-<!-- $Id: build.xml,v 1.26 2002/01/30 03:16:14 dion Exp $ -->
+<!-- $Id: build.xml,v 1.27 2002/01/31 12:26:09 dion Exp $ -->
<project name="commons-latka" default="build-java" basedir=".">
<!-- patternset describing files to be copied from the doc directory -->
@@ -167,6 +167,9 @@
</copy>
</target>
+ <!-- FIXME: Update task to only run if java files are more recent
+ than the current html, and work off original sources
+ -->
<target name="doc-javadoc" depends="init" if="available-src-java">
<!-- copy all the non-test sources out to the work directory and javadoc
that -->
<mkdir dir="${workdir}"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>