donaldp 2002/11/11 23:12:03
Modified: info/src/xdocs tasks.xml
Log:
Update infodoclet to reflect qdox approach
Revision Changes Path
1.4 +7 -6 jakarta-avalon-excalibur/info/src/xdocs/tasks.xml
Index: tasks.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/info/src/xdocs/tasks.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tasks.xml 12 Nov 2002 07:07:29 -0000 1.3
+++ tasks.xml 12 Nov 2002 07:12:03 -0000 1.4
@@ -36,10 +36,11 @@
info descriptors will be placed.</td>
</tr>
<tr>
- <td>force</td>
- <td>A boolean flag indicating whether all info files
- should be generated even if the info file has been
- generated after last time source file was modified.</td>
+ <td>format</td>
+ <td>A enum of indicating the format in which to write
+ out the descriptors. Options include, "xml" to write as xml
+ descriptors or "ser" to write it as serialized objects.
+ By default an xml descriptor is used.</td>
</tr>
</table>
<p>The <code>infodoclet</code> task also accepts a
@@ -53,13 +54,13 @@
<source>
<![CDATA[
<taskdef name="infodoclet"
- classname="org.apache.avalon.framework.tools.xdoclet.AvalonXDoclet">
+ classname="org.apache.avalon.framework.tools.ant.MetaGenerateTask">
<classpath>
<path refid="project.class.path"/>
</classpath>
</taskdef>
-<infodoclet destDir="target/info">
+<infodoclet format="xml" destDir="target/info">
<fileset dir="src">
<include name="**/*.java"/>
</fileset>
--
To unsubscribe, e-mail: <mailto:avalon-cvs-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:avalon-cvs-help@;jakarta.apache.org>