git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277570 13f79535-47bb-0310-9956-ffa450edef68master
@@ -3724,6 +3724,60 @@ | |||||
valign="top" align="left"> | valign="top" align="left"> | ||||
Apache Software Foundation License | Apache Software Foundation License | ||||
</td> | </td> | ||||
</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> | </tr> | ||||
</table> | </table> | ||||
<h4 class="subsection"> | <h4 class="subsection"> | ||||
@@ -350,7 +350,7 @@ | |||||
</div> | </div> | ||||
<p class="copyright"> | <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"><!-- | <script type="text/javascript" language="JavaScript"><!-- | ||||
document.write(" - "+"Last Published: " + document.lastModified); | document.write(" - "+"Last Published: " + document.lastModified); | ||||
// --> | // --> | ||||
@@ -162,7 +162,7 @@ | |||||
</div> | </div> | ||||
<p class="copyright"> | <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"><!-- | <script type="text/javascript" language="JavaScript"><!-- | ||||
document.write(" - "+"Last Published: " + document.lastModified); | document.write(" - "+"Last Published: " + document.lastModified); | ||||
// --> | // --> | ||||
@@ -186,7 +186,7 @@ | |||||
</div> | </div> | ||||
<p class="copyright"> | <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"><!-- | <script type="text/javascript" language="JavaScript"><!-- | ||||
document.write(" - "+"Last Published: " + document.lastModified); | document.write(" - "+"Last Published: " + document.lastModified); | ||||
// --> | // --> | ||||
@@ -130,7 +130,7 @@ | |||||
</div> | </div> | ||||
<p class="copyright"> | <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"><!-- | <script type="text/javascript" language="JavaScript"><!-- | ||||
document.write(" - "+"Last Published: " + document.lastModified); | document.write(" - "+"Last Published: " + document.lastModified); | ||||
// --> | // --> | ||||
@@ -2026,6 +2026,37 @@ | |||||
</table> | </table> | ||||
</subsection> | </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"> | <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 | ||||