donaldp 02/03/29 05:09:41
Modified: proposal/myrmidon build.xml
Removed: proposal/myrmidon docs.xml
Log:
Move documentation build instructions into main build file.
Revision Changes Path
1.94 +20 -0 jakarta-ant/proposal/myrmidon/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/proposal/myrmidon/build.xml,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- build.xml 29 Mar 2002 13:06:38 -0000 1.93
+++ build.xml 29 Mar 2002 13:09:41 -0000 1.94
@@ -699,6 +699,26 @@
style="${ant.home}/etc/jdepend-frames.xsl"/>
</target>
+ <target name="docs" description="Generate documentation and website">
+ <taskdef name="anakia"
+ classname="org.apache.velocity.anakia.AnakiaTask">
+ <classpath>
+ <fileset dir="${jakarta-site.dir}/lib">
+ <include name="*.jar"/>
+ </fileset>
+ </classpath>
+ </taskdef>
+
+ <anakia basedir="src/xdocs"
+ destdir="docs"
+ style="docs.vsl"
+ projectfile="stylesheets/project.xml"
+ includes="**/*.xml"
+ excludes="stylesheets/**"
+ velocitypropertiesfile="src/xdocs/velocity.properties"
+ />
+ </target>
+
<!-- Creates the distribution -->
<target name="dist-lite"
depends="jars"
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>