Browse Source

Added CocoonTask

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275939 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 21 years ago
parent
commit
86985db5ff
2 changed files with 99 additions and 1 deletions
  1. +64
    -0
      docs/external.html
  2. +35
    -1
      xdocs/external.xml

+ 64
- 0
docs/external.html View File

@@ -793,6 +793,70 @@
valign="top" align="left">
GNU Lesser General Public License
</td>
</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">


+ 35
- 1
xdocs/external.xml View File

@@ -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


Loading…
Cancel
Save