Browse Source

Nurflugel AntScript Visualizer

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277570 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 20 years ago
parent
commit
5c7b512ec7
6 changed files with 89 additions and 4 deletions
  1. +54
    -0
      docs/external.html
  2. +1
    -1
      docs/projects/antidote/design.html
  3. +1
    -1
      docs/projects/antidote/index.html
  4. +1
    -1
      docs/projects/antidote/module.html
  5. +1
    -1
      docs/projects/antidote/news.html
  6. +31
    -0
      xdocs/external.xml

+ 54
- 0
docs/external.html View File

@@ -3724,6 +3724,60 @@
valign="top" align="left">
Apache Software Foundation License
</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 &lt;at&gt; nurflugel &lt;dot&gt; 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">


+ 1
- 1
docs/projects/antidote/design.html View File

@@ -350,7 +350,7 @@
</div>

<p class="copyright">
Copyright &copy; 2000-2004&nbsp;The Apache Software Foundation. All rights reserved.
Copyright &copy; 2000-2005&nbsp;The Apache Software Foundation. All rights reserved.
<script type="text/javascript" language="JavaScript"><!--
document.write(" - "+"Last Published: " + document.lastModified);
// -->


+ 1
- 1
docs/projects/antidote/index.html View File

@@ -162,7 +162,7 @@
</div>

<p class="copyright">
Copyright &copy; 2000-2004&nbsp;The Apache Software Foundation. All rights reserved.
Copyright &copy; 2000-2005&nbsp;The Apache Software Foundation. All rights reserved.
<script type="text/javascript" language="JavaScript"><!--
document.write(" - "+"Last Published: " + document.lastModified);
// -->


+ 1
- 1
docs/projects/antidote/module.html View File

@@ -186,7 +186,7 @@
</div>

<p class="copyright">
Copyright &copy; 2000-2004&nbsp;The Apache Software Foundation. All rights reserved.
Copyright &copy; 2000-2005&nbsp;The Apache Software Foundation. All rights reserved.
<script type="text/javascript" language="JavaScript"><!--
document.write(" - "+"Last Published: " + document.lastModified);
// -->


+ 1
- 1
docs/projects/antidote/news.html View File

@@ -130,7 +130,7 @@
</div>

<p class="copyright">
Copyright &copy; 2000-2004&nbsp;The Apache Software Foundation. All rights reserved.
Copyright &copy; 2000-2005&nbsp;The Apache Software Foundation. All rights reserved.
<script type="text/javascript" language="JavaScript"><!--
document.write(" - "+"Last Published: " + document.lastModified);
// -->


+ 31
- 0
xdocs/external.xml View File

@@ -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 &lt;at&gt; nurflugel &lt;dot&gt; 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


Loading…
Cancel
Save