jhm 2004/02/24 07:54:27 Modified: xdocs Tag: ANT_16_BRANCH external.xml docs Tag: ANT_16_BRANCH external.html Log: Sync with HEAD Revision Changes Path No revision No revision 1.100.2.9 +97 -7 ant/xdocs/external.xml Index: external.xml =================================================================== RCS file: /home/cvs/ant/xdocs/external.xml,v retrieving revision 1.100.2.8 retrieving revision 1.100.2.9 diff -u -r1.100.2.8 -r1.100.2.9 --- external.xml 16 Feb 2004 16:45:09 -0000 1.100.2.8 +++ external.xml 24 Feb 2004 15:54:26 -0000 1.100.2.9 @@ -124,6 +124,64 @@ </table> </subsection> + <subsection name="Andariel"> + + <p>Andariel is a set of tasks designed to help the generation of HTML + (and other markup languages) pages from Ant. Includes a XPath processor, + an image information retriever, and others.</p> + + <table class="externals"> + <tr> + <th>Compatibility:</th> + <td>Ant 1.5.4 and newer</td> + </tr> + <tr> + <th>URL:</th> + <td><a href="http://andariel.uworks.net/">http://andariel.uworks.net/</a></td> + </tr> + <tr> + <th>Contact:</th> + <td>josep DOT rio AT uworks DOT net</td> + </tr> + <tr> + <th>License:</th> + <td>Apache Software License 1.1</td> + </tr> + </table> + </subsection> + + <subsection name="AntDoc"> + + <p>AntDoc is a tool that generates HTML documentation from Ant + buildfiles; the generated HTML is inspired from what javadoc + yields. AntDocGUI offers a simple Ant target launcher named + AntDoc GUI. Ant targets may be launched from the generated + AntDoc HTML pages. Integration to various IDEs is in + progress.</p> + + <p>AntDoc can be run via an Ant task, AntDoc GUI can be run + via an Ant task, or via a JVM launch.</p> + + <table> + <tr> + <th>Compatibility:</th> + <td>Ant 1.4.1 and higher</td> + </tr> + <tr> + <th>URL:</th> + <td><a href="http://antdoc.free.fr/">http://antdoc.free.fr/</a></td> + </tr> + <tr> + <th>Contact:</th> + <td>Edouard Mercier</td> + </tr> + <tr> + <th>License:</th> + <td>The Apache Software License</td> + </tr> + </table> + </subsection> + <subsection name="Anteater"> <p>Anteater is a set of Ant tasks for the functional testing of websites @@ -1185,11 +1243,11 @@ </tr> <tr> <th>URL:</th> - <td><a href="http://jegustator.pavelvlasov.com/">http://jegustator.pavelvlasov.com/</a></td> + <td><a href="http://www.pavelvlasov.com/pv/content/[EMAIL PROTECTED]">http://www.pavelvlasov.com/pv/content/[EMAIL PROTECTED]</a></td> </tr> <tr> <th>Contact:</th> - <td><a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a></td> + <td><a href="http://www.pavelvlasov.com/pv/content/contact.html">Pavel Vlasov</a></td> </tr> <tr> <th>License:</th> @@ -1592,7 +1650,7 @@ </subsection> <subsection name="Pamda"> - <p><a href="http://www.pavelvlasov.com/pv/content/menu.show?id=menu.1.4">Pamda</a> + <p><a href="http://www.pavelvlasov.com/pv/content/[EMAIL PROTECTED]">Pamda</a> is an MDA tool (UML2Code generator) implemented as Ant task. Pamda supports Aspect-Oriented Modeling (AOM) and comes with AOM UML Profile and sample project. The tool uses XMI as its input and Velocity as template engine. All elements in @@ -1607,11 +1665,11 @@ </tr> <tr> <th>URL:</th> - <td><a href="http://www.pavelvlasov.com/pv/content/menu.show?id=menu.1.4">http://www.pavelvlasov.com/pv/content/menu.show?id=menu.1.4</a></td> + <td><a href="http://www.pavelvlasov.com/pv/content/[EMAIL PROTECTED]">http://www.pavelvlasov.com/pv/content/[EMAIL PROTECTED]</a></td> </tr> <tr> <th>Contact:</th> - <td><a href="http://www.pavelvlasov.com/pv/content/contact.html">Contact Page</a></td> + <td><a href="http://www.pavelvlasov.com/pv/content/contact.html">Pavel Vlasov</a></td> </tr> <tr> <th>License:</th> @@ -1775,6 +1833,38 @@ </table> </subsection> + <subsection name="rundoc"> + <p>A task designed to help with the single-sourcing of program + documentation. Rundoc replaces special commands + (in the format <i>@@rundoc:command param1 param2...@@</i>) embedded + within text files with their output in a + specified format. Currently, only Docbook format is supported.</p> + + <p>Rundoc was written to keep sample code output in program + documentation synchronized with the actual output + of the current code, by running the referenced code when the + documentation is built.</p> + + <table class="externals"> + <tr> + <th>Compatibility:</th> + <td>Tested with 1.6 Should work with all versions.</td> + </tr> + <tr> + <th>URL:</th> + <td><a href="http://www.martiansoftware.com/lab/index.html#rundoc">http://www.martiansoftware.com/lab/index.html#rundoc</a></td> + </tr> + <tr> + <th>Contact:</th> + <td><a href="http://www.martiansoftware.com/contact.html">Marty Lamb</a></td> + </tr> + <tr> + <th>License:</th> + <td>Revised BSD</td> + </tr> + </table> + </subsection> + <subsection name="SerialVer"> <p>SerialVer adds the Java serialver functionality to Apache @@ -1900,11 +1990,11 @@ </tr> <tr> <th>URL:</th> - <td><a href="http://www.speech4j.com/">http://www.speech4j.com/</a></td> + <td><a href="http://www.pavelvlasov.com/pv/content/Products/Speech4j/index.html">http://www.pavelvlasov.com/pv/content/Products/Speech4j/index.html</a></td> </tr> <tr> <th>Contact:</th> - <td><a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a></td> + <td><a href="http://www.pavelvlasov.com/pv/content/contact.html">Pavel Vlasov</a></td> </tr> <tr> <th>License:</th> No revision No revision 1.136.2.9 +165 -7 ant/docs/external.html Index: external.html =================================================================== RCS file: /home/cvs/ant/docs/external.html,v retrieving revision 1.136.2.8 retrieving revision 1.136.2.9 diff -u -r1.136.2.8 -r1.136.2.9 --- external.html 9 Feb 2004 10:51:40 -0000 1.136.2.8 +++ external.html 24 Feb 2004 15:54:27 -0000 1.136.2.9 @@ -335,6 +335,109 @@ </tr> </table> <h4 class="subsection"> + <a name="Andariel"></a> + Andariel + </h4> + <p>Andariel is a set of tasks designed to help the generation of HTML + (and other markup languages) pages from Ant. Includes a XPath processor, + an image information retriever, and others.</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.4 and newer + </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://andariel.uworks.net/">http://andariel.uworks.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"> + josep DOT rio AT uworks DOT net + </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 1.1 + </td> + </tr> + </table> + <h4 class="subsection"> + <a name="AntDoc"></a> + AntDoc + </h4> + <p>AntDoc is a tool that generates HTML documentation from Ant + buildfiles; the generated HTML is inspired from what javadoc + yields. AntDocGUI offers a simple Ant target launcher named + AntDoc GUI. Ant targets may be launched from the generated + AntDoc HTML pages. Integration to various IDEs is in + progress.</p> + <p>AntDoc can be run via an Ant task, AntDoc GUI can be run + via an Ant task, or via a JVM launch.</p> + <table class="ForrestTable" 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.4.1 and 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://antdoc.free.fr/">http://antdoc.free.fr/</a> + </td> + </tr> + <tr> + <th colspan="1" rowspan="1" + valign="top" align="left"> + Contact: + </th> + <td colspan="1" rowspan="1" + valign="top" align="left"> + Edouard Mercier + </td> + </tr> + <tr> + <th colspan="1" rowspan="1" + valign="top" align="left"> + License: + </th> + <td colspan="1" rowspan="1" + valign="top" align="left"> + The Apache Software License + </td> + </tr> + </table> + <h4 class="subsection"> <a name="Anteater"></a> Anteater </h4> @@ -2250,7 +2353,7 @@ </th> <td colspan="1" rowspan="1" valign="top" align="left"> - <a href="http://jegustator.pavelvlasov.com/">http://jegustator.pavelvlasov.com/</a> + <a href="http://www.pavelvlasov.com/pv/content/[EMAIL PROTECTED]">http://www.pavelvlasov.com/pv/content/[EMAIL PROTECTED]</a> </td> </tr> <tr> @@ -2260,7 +2363,7 @@ </th> <td colspan="1" rowspan="1" valign="top" align="left"> - <a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a> + <a href="http://www.pavelvlasov.com/pv/content/contact.html">Pavel Vlasov</a> </td> </tr> <tr> @@ -2953,7 +3056,7 @@ <a name="Pamda"></a> Pamda </h4> - <p><a href="http://www.pavelvlasov.com/pv/content/menu.show?id=menu.1.4">Pamda</a> + <p><a href="http://www.pavelvlasov.com/pv/content/[EMAIL PROTECTED]">Pamda</a> is an MDA tool (UML2Code generator) implemented as Ant task. Pamda supports Aspect-Oriented Modeling (AOM) and comes with AOM UML Profile and sample project. The tool uses XMI as its input and Velocity as template engine. All elements in @@ -2978,7 +3081,7 @@ </th> <td colspan="1" rowspan="1" valign="top" align="left"> - <a href="http://www.pavelvlasov.com/pv/content/menu.show?id=menu.1.4">http://www.pavelvlasov.com/pv/content/menu.show?id=menu.1.4</a> + <a href="http://www.pavelvlasov.com/pv/content/[EMAIL PROTECTED]">http://www.pavelvlasov.com/pv/content/[EMAIL PROTECTED]</a> </td> </tr> <tr> @@ -2988,7 +3091,7 @@ </th> <td colspan="1" rowspan="1" valign="top" align="left"> - <a href="http://www.pavelvlasov.com/pv/content/contact.html">Contact Page</a> + <a href="http://www.pavelvlasov.com/pv/content/contact.html">Pavel Vlasov</a> </td> </tr> <tr> @@ -3303,6 +3406,61 @@ </tr> </table> <h4 class="subsection"> + <a name="rundoc"></a> + rundoc + </h4> + <p>A task designed to help with the single-sourcing of program + documentation. Rundoc replaces special commands + (in the format <i>@@rundoc:command param1 param2...@@</i>) embedded + within text files with their output in a + specified format. Currently, only Docbook format is supported.</p> + <p>Rundoc was written to keep sample code output in program + documentation synchronized with the actual output + of the current code, by running the referenced code when the + documentation is built.</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"> + Tested with 1.6 Should work with all versions. + </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.martiansoftware.com/lab/index.html#rundoc">http://www.martiansoftware.com/lab/index.html#rundoc</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.martiansoftware.com/contact.html">Marty Lamb</a> + </td> + </tr> + <tr> + <th colspan="1" rowspan="1" + valign="top" align="left"> + License: + </th> + <td colspan="1" rowspan="1" + valign="top" align="left"> + Revised BSD + </td> + </tr> + </table> + <h4 class="subsection"> <a name="SerialVer"></a> SerialVer </h4> @@ -3531,7 +3689,7 @@ </th> <td colspan="1" rowspan="1" valign="top" align="left"> - <a href="http://www.speech4j.com/">http://www.speech4j.com/</a> + <a href="http://www.pavelvlasov.com/pv/content/Products/Speech4j/index.html">http://www.pavelvlasov.com/pv/content/Products/Speech4j/index.html</a> </td> </tr> <tr> @@ -3541,7 +3699,7 @@ </th> <td colspan="1" rowspan="1" valign="top" align="left"> - <a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a> + <a href="http://www.pavelvlasov.com/pv/content/contact.html">Pavel Vlasov</a> </td> </tr> <tr>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]