Author: jhm Date: Tue Sep 23 00:06:11 2008 New Revision: 698105 URL: http://svn.apache.org/viewvc?rev=698105&view=rev Log: List all Ant+Ivy CI-builds with more details.
Modified: ant/core/trunk/docs/nightlies.html ant/core/trunk/docs/page.css ant/core/trunk/xdocs/nightlies.xml Modified: ant/core/trunk/docs/nightlies.html URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/nightlies.html?rev=698105&r1=698104&r2=698105&view=diff ============================================================================== --- ant/core/trunk/docs/nightlies.html (original) +++ ant/core/trunk/docs/nightlies.html Tue Sep 23 00:06:11 2008 @@ -207,11 +207,75 @@ Continuous Builds </h3> <p>JetBrains is offering Ant the service of a Continuous Build on there TeamCity -system. You can directly access -<a href="http://teamcity.jetbrains.com/viewLog.html?&buildTypeId=bt129&buildId=lastSuccessful"> -the last successful build</a> and -<a href="http://teamcity.jetbrains.com/viewLog.html?&buildTypeId=bt129&buildId=lastFinished"> -the last build</a>.</p> +system. You can directly access the builds of Ant and Ivy: +<table class="ContinuousBuild"> +<tr> + <th>Title</th> + <th>Description</th> + <th>Build command</th> + <th>last build</th> + <th>last success</th> +</tr> +<tr> + <td colspan="5" class="title"><b>Apache Ant</b></td> +</tr> +<tr> + <td class="title">Ant Core Trunk</td> + <td class="description">current development </td> + <td class="command">clean test</td> + <td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&buildTypeId=bt129&buildId=lastFinished">last build</a></td> + <td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&buildTypeId=bt129&buildId=lastSuccessful">last success</a></td> +</tr> +<tr> + <td class="title">Ant Distribution</td> + <td class="description">a 'distribution' nearly as done while releasing.</td> + <td class="command">allclean main_distribution</td> + <td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&buildTypeId=bt130&buildId=lastFinished">last build</a></td> + <td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&buildTypeId=bt130&buildId=lastSuccessful">last success</a></td> +</tr> +<tr> + <td colspan="5" class="title"><b>Apache Ivy</b></td> +</tr> +<tr> + <td class="title">Core 2.0.x</td> + <td class="description">maintenance of 2.x releases</td> + <td class="command"> </td> + <td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&buildTypeId=bt126&buildId=lastFinished">last build</a></td> + <td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&buildTypeId=bt126&buildId=lastSuccessful">last success</a></td> +</tr> +<tr> + <td class="title">Core Trunk</td> + <td class="description">current development </td> + <td class="command"> </td> + <td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&buildTypeId=bt125&buildId=lastFinished">last build</a></td> + <td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&buildTypeId=bt125&buildId=lastSuccessful">last success</a></td> +</tr> +<tr> + <td class="title">Core Trunk - Checkstyle</td> + <td class="description">check of code styleguide</td> + <td class="command"> </td> + <td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&buildTypeId=bt127&buildId=lastFinished">last build</a></td> + <td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&buildTypeId=bt127&buildId=lastSuccessful">last success</a></td> +</tr> +<tr> + <td class="title">Core Trunk - Distribution</td> + <td class="description">a 'distribution' nearly as done while releasing.</td> + <td class="command"> </td> + <td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&buildTypeId=bt128&buildId=lastFinished">last build</a></td> + <td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&buildTypeId=bt128&buildId=lastSuccessful">last success</a></td> +</tr> + +<!-- TEMPLATE> +<tr> + <td class="title"> </td> + <td class="description"> </td> + <td class="command"> </td> + <td class="link"><a href="">last build</a></td> + <td class="link"><a href="">last success</a></td> +</tr> +--> +</table> +</p> </div> </div> Modified: ant/core/trunk/docs/page.css URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/page.css?rev=698105&r1=698104&r2=698105&view=diff ============================================================================== --- ant/core/trunk/docs/page.css (original) +++ ant/core/trunk/docs/page.css Tue Sep 23 00:06:11 2008 @@ -90,6 +90,14 @@ .content .externals th { width: 120px; text-align: right; } .content .externals td { background-color: #f0f0ff; color: black; } +.content .ContinuousBuild { width: 70%; background-color: #7099C5; color: #ffffff; font-size : 90%;} +.content .ContinuousBuild caption { text-align: left; color: black; font-weight: bold; } +.content .ContinuousBuild th { width: 120px; } +.content .ContinuousBuild td { background-color: #f0f0ff; color: black; text-align: center; } +.content .ContinuousBuild .title { width: 20%; text-align: left; } +.content .ContinuousBuild .description { width: 30%; font-style: italic; } +.content .ContinuousBuild .command { width: 30%; font-family: "Courier New", Courier, monospace; } +.content .ContinuousBuild .link { } .frame { margin: 5px 20px 5px 20px; font-size: 90%; } Modified: ant/core/trunk/xdocs/nightlies.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/xdocs/nightlies.xml?rev=698105&r1=698104&r2=698105&view=diff ============================================================================== --- ant/core/trunk/xdocs/nightlies.xml (original) +++ ant/core/trunk/xdocs/nightlies.xml Tue Sep 23 00:06:11 2008 @@ -37,12 +37,94 @@ <section name="Continuous Builds"> <p>JetBrains is offering Ant the service of a Continuous Build on there TeamCity -system. You can directly access +system. You can directly access the builds of Ant and Ivy: +<table class="ContinuousBuild"> +<tr> + <th>Title</th> + <th>Description</th> + <th>Build command</th> + <th>last build</th> + <th>last success</th> +</tr> +<tr> + <td colspan="5" class="title"><b>Apache Ant</b></td> +</tr> +<tr> + <td class="title">Ant Core Trunk</td> + <td class="description">current development </td> + <td class="command">clean test</td> + <td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&buildTypeId=bt129&buildId=lastFinished">last build</a></td> + <td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&buildTypeId=bt129&buildId=lastSuccessful">last success</a></td> +</tr> +<tr> + <td class="title">Ant Distribution</td> + <td class="description">a 'distribution' nearly as done while releasing.</td> + <td class="command">allclean main_distribution</td> + <td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&buildTypeId=bt130&buildId=lastFinished">last build</a></td> + <td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&buildTypeId=bt130&buildId=lastSuccessful">last success</a></td> +</tr> +<tr> + <td colspan="5" class="title"><b>Apache Ivy</b></td> +</tr> +<tr> + <td class="title">Core 2.0.x</td> + <td class="description">maintenance of 2.x releases</td> + <td class="command"> </td> + <td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&buildTypeId=bt126&buildId=lastFinished">last build</a></td> + <td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&buildTypeId=bt126&buildId=lastSuccessful">last success</a></td> +</tr> +<tr> + <td class="title">Core Trunk</td> + <td class="description">current development </td> + <td class="command"> </td> + <td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&buildTypeId=bt125&buildId=lastFinished">last build</a></td> + <td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&buildTypeId=bt125&buildId=lastSuccessful">last success</a></td> +</tr> +<tr> + <td class="title">Core Trunk - Checkstyle</td> + <td class="description">check of code styleguide</td> + <td class="command"> </td> + <td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&buildTypeId=bt127&buildId=lastFinished">last build</a></td> + <td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&buildTypeId=bt127&buildId=lastSuccessful">last success</a></td> +</tr> +<tr> + <td class="title">Core Trunk - Distribution</td> + <td class="description">a 'distribution' nearly as done while releasing.</td> + <td class="command"> </td> + <td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&buildTypeId=bt128&buildId=lastFinished">last build</a></td> + <td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&buildTypeId=bt128&buildId=lastSuccessful">last success</a></td> +</tr> + +<!-- TEMPLATE> +<tr> + <td class="title"> </td> + <td class="description"> </td> + <td class="command"> </td> + <td class="link"><a href="">last build</a></td> + <td class="link"><a href="">last success</a></td> +</tr> +--> +</table> +</p> + +<!--> +<ul> +<li>Apache Ant <ul> + <li><a href="http://teamcity.jetbrains.com/viewType.html?buildTypeId=bt129">Core Trunk</a> +</ul></li> +<li>Apache Ivy +</li> + + +<li><a href="http://teamcity.jetbrains.com/viewType.html?buildTypeId=bt129">Ant Core</a> <ul> + <li> + + <a href="http://teamcity.jetbrains.com/viewLog.html?&buildTypeId=bt129&buildId=lastSuccessful"> the last successful build</a> and <a href="http://teamcity.jetbrains.com/viewLog.html?&buildTypeId=bt129&buildId=lastFinished"> the last build</a>.</p> - +--> </section> </body>