cziegeler 2003/09/02 05:10:12
Modified: src/targets docs-build.xml forrest-build.xml
Log:
Build javadocs first, they are referenced from the docs
Revision Changes Path
1.22 +1 -1 cocoon-2.1/src/targets/docs-build.xml
Index: docs-build.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/targets/docs-build.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- docs-build.xml 20 Jul 2003 04:54:01 -0000 1.21
+++ docs-build.xml 2 Sep 2003 12:10:12 -0000 1.22
@@ -71,7 +71,7 @@
</target>
<!-- Create docs -->
- <target name="docs" depends="validate-jars, prepare-docs, validate-xdocs,
docs_done, forrest, javadocs" unless="docs.notrequired" description="Builds the
documentation">
+ <target name="docs" depends="validate-jars, prepare-docs, validate-xdocs,
docs_done, javadocs, forrest" unless="docs.notrequired" description="Builds the
documentation">
<!-- The docs are created using forrest, so we simply copy them for now
-->
<mkdir dir="${build.docs}"/>
1.11 +1 -1 cocoon-2.1/src/targets/forrest-build.xml
Index: forrest-build.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/targets/forrest-build.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- forrest-build.xml 2 Sep 2003 12:03:23 -0000 1.10
+++ forrest-build.xml 2 Sep 2003 12:10:12 -0000 1.11
@@ -1,6 +1,6 @@
<!-- === Forrest Targets =================================================
-->
- <target name="forrest" depends="prepare, prepare-docs, forrest.init,
validate-jars" description="Generates static HTML documentation">
+ <target name="forrest" depends="prepare, prepare-docs, forrest.init,
validate-jars, javadocs" description="Generates static HTML documentation">
<!-- Add some other documents -->
<copy file="${build.temp}/jars.xml"
tofile="${build.context}/xdocs/userdocs/installation/jars.xml"
filtering="off"/>