Browse Source

Add reference to "Ant pretty build", submitted by Charbel BITAR

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275007 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 22 years ago
parent
commit
10e9fad118
2 changed files with 83 additions and 0 deletions
  1. +53
    -0
      docs/external.html
  2. +30
    -0
      xdocs/external.xml

+ 53
- 0
docs/external.html View File

@@ -332,6 +332,59 @@
valign="top" align="left">
Apache Software License
</td>
</tr>
</table>
<h4 class="subsection">
<a name="Ant Pretty Build"></a>
Ant Pretty Build
</h4>
<p>Ant Pretty Build is a tool to show and run Ant buildfiles
directly from within a browser window. It consists of a
single XSL file that will generate, on the fly, from
buildfile, a pretty interface showing project name,
description, properties and targets, etc. allowing to run the
whole project, or run selected targets in a specific
order.</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">
All Ant 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://antprettybuild.free.fr/">http://antprettybuild.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">
<a href="mailto:antprettybuild@free.fr">Charbel BITAR</a>
</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 (GPL)
</td>
</tr>
</table>
<h4 class="subsection">


+ 30
- 0
xdocs/external.xml View File

@@ -107,6 +107,36 @@
</table>
</subsection>

<subsection name="Ant Pretty Build">

<p>Ant Pretty Build is a tool to show and run Ant buildfiles
directly from within a browser window. It consists of a
single XSL file that will generate, on the fly, from
buildfile, a pretty interface showing project name,
description, properties and targets, etc. allowing to run the
whole project, or run selected targets in a specific
order.</p>

<table class="externals">
<tr>
<th>Compatibility:</th>
<td>All Ant versions</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://antprettybuild.free.fr/">http://antprettybuild.free.fr/</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href="mailto:antprettybuild@free.fr">Charbel BITAR</a></td>
</tr>
<tr>
<th>License:</th>
<td>GNU General Public License (GPL)</td>
</tr>
</table>
</subsection>

<subsection name="Checkstyle">

<p>Checkstyle is a development tool to help programmers write


Loading…
Cancel
Save