jhm 2004/01/19 22:49:25
Modified: xdocs Tag: ANT_16_BRANCH external.xml
docs Tag: ANT_16_BRANCH external.html
Log:
Sync with HEAD. Added CocoonTask
Revision Changes Path
No revision
No revision
1.100.2.4 +35 -1 ant/xdocs/external.xml
Index: external.xml
===================================================================
RCS file: /home/cvs/ant/xdocs/external.xml,v
retrieving revision 1.100.2.3
retrieving revision 1.100.2.4
diff -u -r1.100.2.3 -r1.100.2.4
--- external.xml 16 Jan 2004 11:23:31 -0000 1.100.2.3
+++ external.xml 20 Jan 2004 06:49:25 -0000 1.100.2.4
@@ -357,7 +357,41 @@
</table>
</subsection>
- <subsection name="Configure">
+ <subsection name="Cocoon Task">
+ <p>This task allows the generation of static web pages and
+ sties using Apache Cocoon in off-line mode.</p>
+ <p>It allows the configuration information for Cocoon to be
+ included within the Ant build file, and is thus
+ able to take advantage of Ant properties.</p>
+ <p>The task shares its code with the Cocoon Command Line, which
+ means that this task will instantly take
+ advantage of any new functionality added there.</p>
+
+ <table class="externals">
+ <tr>
+ <th>Compatibility:</th>
+ <td>Ant 1.5.3 and above</td>
+ </tr>
+ <tr>
+ <th>URL:</th>
+ <td><a
href="http://cocoon.apache.org/2.1/">http://cocoon.apache.org/2.1/</a></td>
+ </tr>
+ <tr>
+ <th>Documentation:</th>
+ <td><a
href="http://cocoon.apache.org/2.1/userdocs/offiline/ant.html">http://cocoon.apache.org/2.1/userdocs/offline/ant.html</a></td>
+ </tr>
+ <tr>
+ <th>Contact:</th>
+ <td><a href="mailto:users.at.cocoon.apache.org">users at
cocoon.apache.org</a></td>
+ </tr>
+ <tr>
+ <th>License:</th>
+ <td>Apache Software License</td>
+ </tr>
+ </table>
+ </subsection>
+
+ <subsection name="Configure">
<p>Recursive build support (call ant on every package level,
and only build files in that package or in that package and
No revision
No revision
1.136.2.5 +65 -1 ant/docs/external.html
Index: external.html
===================================================================
RCS file: /home/cvs/ant/docs/external.html,v
retrieving revision 1.136.2.4
retrieving revision 1.136.2.5
diff -u -r1.136.2.4 -r1.136.2.5
--- external.html 16 Jan 2004 11:23:30 -0000 1.136.2.4
+++ external.html 20 Jan 2004 06:49:25 -0000 1.136.2.5
@@ -793,6 +793,70 @@
</tr>
</table>
<h4 class="subsection">
+ <a name="Cocoon Task"></a>
+ Cocoon Task
+ </h4>
+ <p>This task allows the generation of static web
pages and
+ sties using Apache Cocoon in off-line mode.</p>
+ <p>It allows the configuration information
for Cocoon to be
+ included within the Ant build file, and is thus
+ able to take advantage of Ant properties.</p>
+ <p>The task shares its code with the Cocoon
Command Line, which
+ means that this task will instantly take
+ advantage of any new functionality added there.</p>
+ <table class="externals"
cellspacing="1" cellpadding="4">
+ <tr>
+ <th colspan="1" rowspan="1"
+ valign="top" align="left">
+ Compatibility:
+ </th>
+ <td colspan="1" rowspan="1"
+ valign="top" align="left">
+ Ant 1.5.3 and above
+ </td>
+ </tr>
+ <tr>
+ <th colspan="1" rowspan="1"
+ valign="top" align="left">
+ URL:
+ </th>
+ <td colspan="1" rowspan="1"
+ valign="top" align="left">
+ <a
href="http://cocoon.apache.org/2.1/">http://cocoon.apache.org/2.1/</a>
+ </td>
+ </tr>
+ <tr>
+ <th colspan="1" rowspan="1"
+ valign="top" align="left">
+ Documentation:
+ </th>
+ <td colspan="1" rowspan="1"
+ valign="top" align="left">
+ <a
href="http://cocoon.apache.org/2.1/userdocs/offiline/ant.html">http://cocoon.apache.org/2.1/userdocs/offline/ant.html</a>
+ </td>
+ </tr>
+ <tr>
+ <th colspan="1" rowspan="1"
+ valign="top" align="left">
+ Contact:
+ </th>
+ <td colspan="1" rowspan="1"
+ valign="top" align="left">
+ <a href="mailto:users.at.cocoon.apache.org">users at
cocoon.apache.org</a>
+ </td>
+ </tr>
+ <tr>
+ <th colspan="1" rowspan="1"
+ valign="top" align="left">
+ License:
+ </th>
+ <td colspan="1" rowspan="1"
+ valign="top" align="left">
+ Apache Software License
+ </td>
+ </tr>
+ </table>
+ <h4 class="subsection">
<a name="Configure"></a>
Configure
</h4>
@@ -4916,7 +4980,7 @@
</div>
<p class="copyright">
- Copyright © 2000-2003 The Apache Software Foundation. All
rights reserved.
+ Copyright © 2000-2004 The Apache Software Foundation. All
rights reserved.
<script type="text/javascript" language="JavaScript"><!--
document.write(" - "+"Last Published: " +
document.lastModified);
// -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]