Browse Source

Add pointer to AntHill.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269875 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 23 years ago
parent
commit
7f140faba8
2 changed files with 105 additions and 0 deletions
  1. +76
    -0
      docs/external.html
  2. +29
    -0
      xdocs/external.xml

+ 76
- 0
docs/external.html View File

@@ -1187,6 +1187,82 @@
<tr><td>
<blockquote>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#828DA6">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="AntHill"><strong>AntHill</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<p>Anthill is a build tool that promotes a controlled build
process by ensuring that every build reflects the source
repository contents and tagging the repository with a unique
build number after every build. Anthill also encourages the
sharing of knowledge within an organization by automatically
updating a project intranet site with artifacts from the
latest build.</p>
<table>
<tr>
<td bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Compatibility:
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Ant 1.4.1
</font>
</td>
</tr>
<tr>
<td bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
URL:
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
<a href="http://www.urbancode.com/projects/anthill/">http://www.urbancode.com/projects/anthill/</a>
</font>
</td>
</tr>
<tr>
<td bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Contact:
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
<a href="mailto:mbz@urbancode.com">Maciej Zawadzki</a>
</font>
</td>
</tr>
<tr>
<td bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
License:
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Mozilla-like license
</font>
</td>
</tr>
</table>
</blockquote>
</td></tr>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#828DA6">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="CruiseControl"><strong>CruiseControl</strong></a>


+ 29
- 0
xdocs/external.xml View File

@@ -416,6 +416,35 @@
</section>

<section name="Other">
<subsection name="AntHill">
<p>Anthill is a build tool that promotes a controlled build
process by ensuring that every build reflects the source
repository contents and tagging the repository with a unique
build number after every build. Anthill also encourages the
sharing of knowledge within an organization by automatically
updating a project intranet site with artifacts from the
latest build.</p>

<table>
<tr>
<th>Compatibility:</th>
<td>Ant 1.4.1</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://www.urbancode.com/projects/anthill/">http://www.urbancode.com/projects/anthill/</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href ='mailto:mbz@urbancode.com'>Maciej Zawadzki</a></td>
</tr>
<tr>
<th>License:</th>
<td>Mozilla-like license</td>
</tr>
</table>
</subsection>

<subsection name="CruiseControl">
<p>CruiseControl is a tool for setting up a continuous build
process. CruiseControl provides an Ant wrapper and a set of


Loading…
Cancel
Save