Browse Source

New external task: mtxslt

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275796 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 21 years ago
parent
commit
9de9f96130
2 changed files with 191 additions and 11 deletions
  1. +164
    -11
      docs/external.html
  2. +27
    -0
      xdocs/external.xml

+ 164
- 11
docs/external.html View File

@@ -855,15 +855,15 @@
Dependency Finder Dependency Finder
</h4> </h4>
<p>Dependency Finder extracts dependencies and OO metrics from <p>Dependency Finder extracts dependencies and OO metrics from
Java class files produced by most Java compilers. It can compute
API differences between versions; no sources needed. It includes
Ant tasks, web, Swing, and command-line interfaces, with XSL
stylesheets for formatting output.</p>
Java class files produced by most Java compilers. It can compute
API differences between versions; no sources needed. It includes
Ant tasks, web, Swing, and command-line interfaces, with XSL
stylesheets for formatting output.</p>
<p>You can use it to extract dependencies between packages, classes, <p>You can use it to extract dependencies between packages, classes,
or even methods, or any combination thereof. You can use Perl
regular expressions to filter the information and pinpoint only
what you need. There is even a Web Application version (WAR file)
so a whole group of developers can share a common view.</p>
or even methods, or any combination thereof. You can use Perl
regular expressions to filter the information and pinpoint only
what you need. There is even a Web Application version (WAR file)
so a whole group of developers can share a common view.</p>
<table class="externals" cellspacing="1" cellpadding="4"> <table class="externals" cellspacing="1" cellpadding="4">
<tr> <tr>
<th colspan="1" rowspan="1" <th colspan="1" rowspan="1"
@@ -2657,8 +2657,8 @@
<td colspan="1" rowspan="1" <td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="http://www.kanaputs.org/">http://www.kanaputs.org/</a>
<a href="http://www.kanaputs.org/ant.html">http://www.kanaputs.org/ant.html</a>
<a href="http://www.kanaputs.org/">http://www.kanaputs.org/</a>
<a href="http://www.kanaputs.org/ant.html">http://www.kanaputs.org/ant.html</a>
</td> </td>
</tr> </tr>
@@ -2670,7 +2670,7 @@
<td colspan="1" rowspan="1" <td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
<a href="mailto:kfra@kanaputs.org">kfra@kanaputs.org</a>
<a href="mailto:kfra@kanaputs.org">kfra@kanaputs.org</a>
</td> </td>
</tr> </tr>
@@ -2737,6 +2737,56 @@
valign="top" align="left"> valign="top" align="left">
GNU GPL 2.0 GNU GPL 2.0
</td> </td>
</tr>
</table>
<h4 class="subsection">
<a name="mtxslt"></a>
mtxslt
</h4>
<p>The mtxslt (Multi-XSLT) extends the standard Ant "xslt/style" task
to make it easy to use multiple XSLT engines during the same build.
This is useful for regression testing of XSLT scripts against several
engines.</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
</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://mtxslt.sourceforge.net/">http://mtxslt.sourceforge.net/</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:abcoates@theOffice.net">Anthony B. Coates</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 Foundation License
</td>
</tr> </tr>
</table> </table>
<h4 class="subsection"> <h4 class="subsection">
@@ -2785,6 +2835,54 @@
valign="top" align="left"> valign="top" align="left">
GNU Lesser General Public License GNU Lesser General Public License
</td> </td>
</tr>
</table>
<h4 class="subsection">
<a name="PCT"></a>
PCT
</h4>
<p>PCT is a task to compile Progress code, and in a more general
way, to deal with Progress procedures and databases.</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
</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://pct.sourceforge.net">http://pct.sourceforge.net</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:justus_phenix@users.sourceforge.net">Gilles QUERRET</a>
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
Licence:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
Apache Software Foundation License
</td>
</tr> </tr>
</table> </table>
<h4 class="subsection"> <h4 class="subsection">
@@ -3703,6 +3801,61 @@
valign="top" align="left"> valign="top" align="left">
Apache license Apache license
</td> </td>
</tr>
</table>
<h4 class="subsection">
<a name="WSDLValidate"></a>
WSDLValidate
</h4>
<p>WSDLValidate is, as it sounds, a tool to validate WSDL files.
<a href="http://dev.eclipse.org/viewcvs/indextech.cgi/~checkout~/wsvt-home/docs/articles/wsdl20Validator/wsdlvalidateant.html">WSDLValidate</a>
is similar in configuration to the optional Ant task <a href="http://ant.apache.org/manual/OptionalTasks/xmlvalidate.html">XMLValidate</a>.
WSDLValidate can optionally validate a WSDL document against the <a href="http://www.ws-i.org">WS-I Basic Profile</a>.
</p>
<p>WSDLValidate is available as an Ant task, an Eclipse plug-in and a
command line utility.</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 or later
</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://www.eclipse.org/wsvt">http://www.eclipse.org/wsvt</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="http://www.eclipse.org/wsvt">Project newsgroup and
mailing list</a>
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
License:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://www-124.ibm.com/developerworks/oss/CPLv1.0.htm">Common Public
License (CPL)</a>
</td>
</tr> </tr>
</table> </table>
<h4 class="subsection"> <h4 class="subsection">


+ 27
- 0
xdocs/external.xml View File

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


<subsection name="mtxslt">

<p>The mtxslt (Multi-XSLT) extends the standard Ant "xslt/style" task
to make it easy to use multiple XSLT engines during the same build.
This is useful for regression testing of XSLT scripts against several
engines.</p>

<table class="externals">
<tr>
<th>Compatibility:</th>
<td>Ant 1.5</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://mtxslt.sourceforge.net/">http://mtxslt.sourceforge.net/</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href="mailto:abcoates@theOffice.net">Anthony B. Coates</a></td>
</tr>
<tr>
<th>License:</th>
<td>Apache Software Foundation License</td>
</tr>
</table>
</subsection>

<subsection name="pack"> <subsection name="pack">


<p>pack is a task to build the smallest possible JAR to link <p>pack is a task to build the smallest possible JAR to link


Loading…
Cancel
Save