Browse Source

Add XML Directory Listing task

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@579488 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 17 years ago
parent
commit
bcedae5802
2 changed files with 77 additions and 0 deletions
  1. +50
    -0
      docs/external.html
  2. +27
    -0
      xdocs/external.xml

+ 50
- 0
docs/external.html View File

@@ -6049,6 +6049,56 @@
valign="top" align="left">
Lesser GNU Public License
</td>
</tr>
</table>
<h4 class="subsection">
<a name="XML Directory Listing Ant Task"></a>
XML Directory Listing Ant Task
</h4>
<p>The XML Directory Listing task can recurse through a directory structure and produce an
XML representation. The resulting file can then be transformed further with Ant. </p>
<p>The XML output is configurable through various options. The SAX parsing is fast and has a
low memory footprint.</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.6.5 or higher
</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://code.google.com/p/xml-dir-listing/">http://code.google.com/p/xml-dir-listing/</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:matt_at_matthaynes_dot_net">M. Haynes</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 License 2.0
</td>
</tr>
</table>
<h4 class="subsection">


+ 27
- 0
xdocs/external.xml View File

@@ -3278,6 +3278,33 @@
</table>
</subsection>

<subsection name="XML Directory Listing Ant Task">

<p>The XML Directory Listing task can recurse through a directory structure and produce an
XML representation. The resulting file can then be transformed further with Ant. </p>
<p>The XML output is configurable through various options. The SAX parsing is fast and has a
low memory footprint.</p>

<table class="externals">
<tr>
<th>Compatibility:</th>
<td>Ant 1.6.5 or higher</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://code.google.com/p/xml-dir-listing/">http://code.google.com/p/xml-dir-listing/</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href="mailto:matt_at_matthaynes_dot_net">M. Haynes</a></td>
</tr>
<tr>
<th>License:</th>
<td>Apache License 2.0</td>
</tr>
</table>
</subsection>

<subsection name="XMLReleaseNotes (XRN)">

<p>This framework is a release notes framework that enables to


Loading…
Cancel
Save