bodewig 01/04/02 23:55:50
Modified: webpage/docs external.html
webpage/xdocs external.xml
Log:
Add link to CruiseControl.
Revision Changes Path
1.8 +66 -1 jakarta-ant/webpage/docs/external.html
Index: external.html
===================================================================
RCS file: /home/cvs/jakarta-ant/webpage/docs/external.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- external.html 2001/03/15 15:19:26 1.7
+++ external.html 2001/04/03 06:55:49 1.8
@@ -476,7 +476,72 @@
</td></tr>
<tr><td>
<blockquote>
- <p>Not available</p>
+ <table border="0" cellspacing="0"
cellpadding="2" width="100%">
+ <tr><td bgcolor="#828DA6">
+ <font color="#ffffff" face="arial,helvetica,sanserif">
+ <strong>CruiseControl</strong>
+ </font>
+ </td></tr>
+ <tr><td>
+ <blockquote>
+ <p>CruiseControl is a tool for setting
up a continuous build
+ process. CruiseControl provides an Ant wrapper and a set of
+ tasks to automate the checkout/build/test cycle. CruiseControl
+ also comes bundled with a servlet for viewing the status of
+ the current build, as well as previous build results.</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.2 and 1.3
+ </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://cruisecontrol.sourceforge.net/">http://cruisecontrol.sourceforge.net/</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="http://cruisecontrol.sourceforge.net/contact.html">Project Mailing Lists
and Administrators</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">
+ GNU General Public License
+ </font>
+</td>
+ </tr>
+ </table>
+ </blockquote>
+ </td></tr>
+ </table>
</blockquote>
</td></tr>
</table>
1.7 +26 -1 jakarta-ant/webpage/xdocs/external.xml
Index: external.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/webpage/xdocs/external.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- external.xml 2001/03/15 15:19:26 1.6
+++ external.xml 2001/04/03 06:55:50 1.7
@@ -156,7 +156,32 @@
</section>
<section name="Other">
- <p>Not available</p>
+ <subsection name="CruiseControl">
+ <p>CruiseControl is a tool for setting up a continuous build
+ process. CruiseControl provides an Ant wrapper and a set of
+ tasks to automate the checkout/build/test cycle. CruiseControl
+ also comes bundled with a servlet for viewing the status of
+ the current build, as well as previous build results.</p>
+
+ <table>
+ <tr>
+ <th>Compatibility:</th>
+ <td>Ant 1.2 and 1.3</td>
+ </tr>
+ <tr>
+ <th>URL:</th>
+ <td><a
href="http://cruisecontrol.sourceforge.net/">http://cruisecontrol.sourceforge.net/</a></td>
+ </tr>
+ <tr>
+ <th>Contact:</th>
+ <td><a href
='http://cruisecontrol.sourceforge.net/contact.html'>Project Mailing Lists and
Administrators</a></td>
+ </tr>
+ <tr>
+ <th>License:</th>
+ <td>GNU General Public License</td>
+ </tr>
+ </table>
+ </subsection>
</section>
</body>