crafterm 2002/10/08 09:41:45
Added: xfc/src/java/org/apache/excalibur/xfc/ant package.html
Log:
Added package.html with some documentation about how to use the
ant task.
Revision Changes Path
1.1
jakarta-avalon-excalibur/xfc/src/java/org/apache/excalibur/xfc/ant/package.html
Index: package.html
===================================================================
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<body>
<p>
<b>XFC ANT</b> - ANT Task for invoking XFC
</p>
<p>
This package contains classes allowing you to use XFC as an ANT task.
</p>
<p>
To use XFC as an ANT task, first define the custom task:
<pre>
<taskdef name="xfc" classname="org.apache.excalibur.xfc.ant.XFCTask">
<classpath refid="xfc.class.path"/>
</taskdef>
</pre>
then, call the xfc task from within one of your targets:
<pre>
<xfc>
<input module="ecm"
context="ecm.roles:ecm.xconf"/>
<output module="fortress"
context="fortress-generated.roles:fortress-generated.xconf"/>
</xfc>
</pre>
</p>
<!--
<h2>Package Specification</h2>
##### FILL IN ANY SPECS NEEDED BY JAVA COMPATIBILITY KIT #####
<ul>
<li><a href="">##### REFER TO ANY FRAMEMAKER SPECIFICATION HERE #####</a>
</ul>
<h2>Related Documentation</h2>
For overviews, tutorials, examples, guides, and tool documentation, please see:
<ul>
<li><a href="">##### REFER TO NON-SPEC DOCUMENTATION HERE #####</a>
</ul>
-->
<!-- Put @see and @since tags down here. -->
</body>
</html>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>