hammant 01/12/29 11:32:57
Modified: . build.xml
Log:
page for apps, with deferred links.
Revision Changes Path
1.85 +12 -1 jakarta-avalon-cornerstone/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-cornerstone/build.xml,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- build.xml 20 Dec 2001 15:03:00 -0000 1.84
+++ build.xml 29 Dec 2001 19:32:57 -0000 1.85
@@ -326,6 +326,16 @@
<arg value="-f${xdocs.dir}/cornerstone.uris"/>
<classpath refid="tools.class.path"/>
</java>
+
+ <!--
+ This is needed as Cocoon tries to resolve all references during
styling.
+ The apps xdocs are only generated in subsequent steps.
+ -->
+
+ <replace file="${docs.dir}/apps.html" token="@link1@" value="<a"/>
+ <replace file="${docs.dir}/apps.html" token="@link2@" value=">"/>
+ <replace file="${docs.dir}/apps.html" token="@link3@"
value="</a>"/>
+
</target>
<target name="docs" depends="javadocs,xdocs"/>
@@ -337,9 +347,10 @@
<property name="bin.dist.dir" value="dist"/>
<property name="bin.dist.docs" value="${bin.dist.dir}/docs"/>
+
<copy todir="${bin.dist.docs}">
<fileset dir="${docs.dir}"/>
- </copy>
+ </copy>
<copy file="${build.lib}/cornerstone.jar"
tofile="${bin.dist.dir}/cornerstone-${version}.jar"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>