donaldp 2002/11/11 23:07:29
Modified: info/src/xdocs tasks.xml
Log:
Remove serialize task
Revision Changes Path
1.3 +0 -40 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.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tasks.xml 15 Sep 2002 01:42:30 -0000 1.2
+++ tasks.xml 12 Nov 2002 07:07:29 -0000 1.3
@@ -14,10 +14,6 @@
to generate the Avalon Info descriptor from the source
code of component that has been marked using javadoc
tags.</li>
- <li><a href="#serialize-info">serialize-info</a>: a task used
- to compile xml descriptors into a binary format. This is
- useful in containers where the overhead of xml descriptors
- is not justified.</li>
<li><a href="#component-verify">component-verify</a>: a task used
to verify a component class is valid and conforms to its
descriptor.</li>
@@ -68,42 +64,6 @@
<include name="**/*.java"/>
</fileset>
</infodoclet>
-]]></source>
- </subsection>
- <subsection name="serialize-info">
- <p>Compile specified xml descriptors into a binary format
- that is optimized for loading.</p>
- <table>
- <tr>
- <th>Attribute</th>
- <th>Description</th>
- </tr>
- <tr>
- <td>destDir</td>
- <td>This specifies the directory into which all compiled
descriptors
- will be placed. If not specified it defaults to base
directory of the
- project file.</td>
- </tr>
- </table>
- <p>The <code>serialize-info</code> task also accepts a
- <code>fileset</code> element via which you define
- the xml descriptors that will be compiled into the binary
format.</p>
- <p>Example that compiles all descriptors in <code>src/</code>
- directory to binary descriptors in the <code>target/info</code>
directory.</p>
- <source>
-<![CDATA[
-<taskdef name="serialize-info"
- classname="org.apache.avalon.framework.tools.ant.ComponentVerifierTask">
- <classpath>
- <path refid="project.class.path"/>
- </classpath>
-</taskdef>
-
-<serialize-info destDir="target/info">
- <fileset dir="src">
- <include name="**/*-info.xml"/>
- </fileset>
-</serialize-info>
]]></source>
</subsection>
<subsection name="component-verify">
--
To unsubscribe, e-mail: <mailto:avalon-cvs-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:avalon-cvs-help@;jakarta.apache.org>