bodewig 2005/02/02 02:20:11 Modified: docs external.html docs/projects/antidote design.html index.html module.html news.html xdocs external.xml Log: Nurflugel AntScript Visualizer Revision Changes Path 1.194 +54 -0 ant/docs/external.html Index: external.html =================================================================== RCS file: /home/cvs/ant/docs/external.html,v retrieving revision 1.193 retrieving revision 1.194 diff -u -r1.193 -r1.194 --- external.html 27 Jan 2005 12:40:49 -0000 1.193 +++ external.html 2 Feb 2005 10:20:10 -0000 1.194 @@ -3727,6 +3727,60 @@ </tr> </table> <h4 class="subsection"> + <a name="Nurflugel AntScript Visualizer"></a> + Nurflugel AntScript Visualizer + </h4> + <p>The Nurflugel AntScript Visualizer takes your build file, + finds any imported build files, and shows all relationships + between targets, taskdefs, macrodefs, Ant and Antcalls; output + options include PDF, SVG, and PNG. Many options including + grouping by build file, inclusion/exclusion of targets, + taskdefs, imports, etc. Installation is via Java WebStart, so + you'll always have the freshest version available.</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.1 and 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.nurflugel.com/webstart/AntScriptVisualizer">http://www.nurflugel.com/webstart/AntScriptVisualizer</a> + </td> + </tr> + <tr> + <th colspan="1" rowspan="1" + valign="top" align="left"> + Contact: + </th> + <td colspan="1" rowspan="1" + valign="top" align="left"> + dbullard <at> nurflugel <dot> com (email + will receive a challenge to weed out spam) + </td> + </tr> + <tr> + <th colspan="1" rowspan="1" + valign="top" align="left"> + License: + </th> + <td colspan="1" rowspan="1" + valign="top" align="left"> + GNU General Public License + </td> + </tr> + </table> + <h4 class="subsection"> <a name="pack"></a> pack </h4> 1.20 +1 -1 ant/docs/projects/antidote/design.html Index: design.html =================================================================== RCS file: /home/cvs/ant/docs/projects/antidote/design.html,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- design.html 18 Nov 2004 12:22:20 -0000 1.19 +++ design.html 2 Feb 2005 10:20:11 -0000 1.20 @@ -350,7 +350,7 @@ </div> <p class="copyright"> - Copyright © 2000-2004 The Apache Software Foundation. All rights reserved. + Copyright © 2000-2005 The Apache Software Foundation. All rights reserved. <script type="text/javascript" language="JavaScript"><!-- document.write(" - "+"Last Published: " + document.lastModified); // --> 1.19 +1 -1 ant/docs/projects/antidote/index.html Index: index.html =================================================================== RCS file: /home/cvs/ant/docs/projects/antidote/index.html,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- index.html 18 Nov 2004 12:22:20 -0000 1.18 +++ index.html 2 Feb 2005 10:20:11 -0000 1.19 @@ -162,7 +162,7 @@ </div> <p class="copyright"> - Copyright © 2000-2004 The Apache Software Foundation. All rights reserved. + Copyright © 2000-2005 The Apache Software Foundation. All rights reserved. <script type="text/javascript" language="JavaScript"><!-- document.write(" - "+"Last Published: " + document.lastModified); // --> 1.19 +1 -1 ant/docs/projects/antidote/module.html Index: module.html =================================================================== RCS file: /home/cvs/ant/docs/projects/antidote/module.html,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- module.html 18 Nov 2004 12:22:20 -0000 1.18 +++ module.html 2 Feb 2005 10:20:11 -0000 1.19 @@ -186,7 +186,7 @@ </div> <p class="copyright"> - Copyright © 2000-2004 The Apache Software Foundation. All rights reserved. + Copyright © 2000-2005 The Apache Software Foundation. All rights reserved. <script type="text/javascript" language="JavaScript"><!-- document.write(" - "+"Last Published: " + document.lastModified); // --> 1.7 +1 -1 ant/docs/projects/antidote/news.html Index: news.html =================================================================== RCS file: /home/cvs/ant/docs/projects/antidote/news.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- news.html 18 Nov 2004 12:22:20 -0000 1.6 +++ news.html 2 Feb 2005 10:20:11 -0000 1.7 @@ -130,7 +130,7 @@ </div> <p class="copyright"> - Copyright © 2000-2004 The Apache Software Foundation. All rights reserved. + Copyright © 2000-2005 The Apache Software Foundation. All rights reserved. <script type="text/javascript" language="JavaScript"><!-- document.write(" - "+"Last Published: " + document.lastModified); // --> 1.153 +31 -0 ant/xdocs/external.xml Index: external.xml =================================================================== RCS file: /home/cvs/ant/xdocs/external.xml,v retrieving revision 1.152 retrieving revision 1.153 diff -u -r1.152 -r1.153 --- external.xml 18 Jan 2005 09:52:40 -0000 1.152 +++ external.xml 2 Feb 2005 10:20:11 -0000 1.153 @@ -2026,6 +2026,37 @@ </table> </subsection> + <subsection name="Nurflugel AntScript Visualizer"> + + <p>The Nurflugel AntScript Visualizer takes your build file, + finds any imported build files, and shows all relationships + between targets, taskdefs, macrodefs, Ant and Antcalls; output + options include PDF, SVG, and PNG. Many options including + grouping by build file, inclusion/exclusion of targets, + taskdefs, imports, etc. Installation is via Java WebStart, so + you'll always have the freshest version available.</p> + + <table class="externals"> + <tr> + <th>Compatibility:</th> + <td>Ant 1.1 and later</td> + </tr> + <tr> + <th>URL:</th> + <td><a href="http://www.nurflugel.com/webstart/AntScriptVisualizer/">http://www.nurflugel.com/webstart/AntScriptVisualizer/</a></td> + </tr> + <tr> + <th>Contact:</th> + <td>dbullard <at> nurflugel <dot> com (email + will receive a challenge to weed out spam)</td> + </tr> + <tr> + <th>License:</th> + <td>GNU General Public License</td> + </tr> + </table> + </subsection> + <subsection name="pack"> <p>pack is a task to build the smallest possible JAR to link
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]