Browse Source

Add pointer to Antelope.

Submitted by:	Dale Anson <danson at germane dash software dot com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274111 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 22 years ago
parent
commit
b200861b21
2 changed files with 91 additions and 0 deletions
  1. +59
    -0
      docs/projects.html
  2. +32
    -0
      xdocs/projects.xml

+ 59
- 0
docs/projects.html View File

@@ -323,6 +323,65 @@
valign="top" align="left">
At the moment, no license is being attached to the tool.
</td>
</tr>
</table>
<br/>
<a name="Antelope"></a>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#4C6C8F">
<font color="#ffffff" face="arial,helvetica,sanserif">
<strong>Antelope</strong>
</font>
</td></tr>
</table>
<p>A GUI for running Ant and editing build files, can run as
stand-alone or as a plugin to jEdit. In addition to running
targets, Antelope can generate performance statistics and can
trace/display a target's execution path without actually
executing the target.</p>
<p>Includes several additional tasks: Assert, If/Else,
Try/Catch/Finally, Switch, Variable, Stopwatch, Limit, Math,
Post, SSH, SCP, AntFetch, AntCallBack.</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">
Tested extensively with Ant 1.5.x.
</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://antelope.sourceforge.net/">http://antelope.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:daleanson@users.sourceforge.net">Dale Anson</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>
</table>
<br/>


+ 32
- 0
xdocs/projects.xml View File

@@ -73,6 +73,38 @@
</table>
</subsection>

<subsection name="Antelope">

<p>A GUI for running Ant and editing build files, can run as
stand-alone or as a plugin to jEdit. In addition to running
targets, Antelope can generate performance statistics and can
trace/display a target's execution path without actually
executing the target.</p>

<p>Includes several additional tasks: Assert, If/Else,
Try/Catch/Finally, Switch, Variable, Stopwatch, Limit, Math,
Post, SSH, SCP, AntFetch, AntCallBack.</p>

<table>
<tr>
<th>Compatibility:</th>
<td>Tested extensively with Ant 1.5.x.</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://antelope.sourceforge.net/">http://antelope.sourceforge.net/</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href="mailto:daleanson@users.sourceforge.net">Dale Anson</a></td>
</tr>
<tr>
<th>License:</th>
<td>Apache Software Foundation License</td>
</tr>
</table>
</subsection>

<subsection name="AntHill">

<p>Anthill is a build tool that promotes a controlled build


Loading…
Cancel
Save