Browse Source

updated Ant Pretty Build subsection

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@384087 13f79535-47bb-0310-9956-ffa450edef68
master
Kevin Jackson 19 years ago
parent
commit
8d20f93560
1 changed files with 29 additions and 31 deletions
  1. +29
    -31
      xdocs/external.xml

+ 29
- 31
xdocs/external.xml View File

@@ -319,37 +319,35 @@
</table>
</subsection>

<subsection name="Ant Pretty Build">

<p>Ant Pretty Build is a tool to easily show and run Ant
buildfiles directly from within a browser window. It consists
of a single XSL file that will generate, on the fly, in the
browser, from the .xml buildfile, a pretty interface showing
project name, description, properties and targets, etc. sorted
or unsorted, allowing to modify/add properties, run the whole
project, or run selected set of targets in a specific order,
with the ability to modify logger/logfile, mode and add more
libs or command line arguments.</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="http://antprettybuild.free.fr/">Charbel BITAR (Project&apos;s Contact Page)</a></td>
</tr>
<tr>
<th>License:</th>
<td>Apache Software License 2.0</td>
</tr>
</table>
</subsection>
<subsection name="AntPrettyBuild">
<p>
Ant Pretty Build is a tool to easily show and run Ant buildfiles directly from
within a browser window. It consists of a single XSL file that will generate,
on the fly, in the browser, from the .xml buildfile, a pretty interface showing
project name, description, properties and targets, etc. sorted or unsorted,
allowing to load/modify/add properties, run the whole project, or run selected
set of targets in a specific order, with the ability to modify logger/logfile,
mode and add more libs or command line arguments.
</p>
<table class="externals">
<tr>
<th>Compatibility:</th>
<td>All Ant versions</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://antprettybuild.sourceforge.net/">Ant Pretty Build Homepage</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href="http://antprettybuild.sourceforge.net">Charbel BITAR</a></td>
</tr>
<tr>
<th>License:</th>
<td>Apache License V2.0</td>
</tr>
</table>
</subsection>

<subsection name="AntSpaces">



Loading…
Cancel
Save