git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@698105 13f79535-47bb-0310-9956-ffa450edef68master
| @@ -207,11 +207,75 @@ want to build Ant from sources, you can use a <a href="http://svn.apache.org/sna | |||||
| Continuous Builds | Continuous Builds | ||||
| </h3> | </h3> | ||||
| <p>JetBrains is offering Ant the service of a Continuous Build on there TeamCity | <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> | ||||
| </div> | </div> | ||||
| @@ -90,6 +90,14 @@ table .title { background-color: #FFFFFF; width:100%; border: 0px; } | |||||
| .content .externals th { width: 120px; text-align: right; } | .content .externals th { width: 120px; text-align: right; } | ||||
| .content .externals td { background-color: #f0f0ff; color: black; } | .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%; } | .frame { margin: 5px 20px 5px 20px; font-size: 90%; } | ||||
| @@ -37,12 +37,94 @@ href="http://svn.apache.org/snapshots/ant/">Subversion snapshot</a>.</p> | |||||
| <section name="Continuous Builds"> | <section name="Continuous Builds"> | ||||
| <p>JetBrains is offering Ant the service of a Continuous Build on there TeamCity | <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"> | <a href="http://teamcity.jetbrains.com/viewLog.html?&buildTypeId=bt129&buildId=lastSuccessful"> | ||||
| the last successful build</a> and | the last successful build</a> and | ||||
| <a href="http://teamcity.jetbrains.com/viewLog.html?&buildTypeId=bt129&buildId=lastFinished"> | <a href="http://teamcity.jetbrains.com/viewLog.html?&buildTypeId=bt129&buildId=lastFinished"> | ||||
| the last build</a>.</p> | the last build</a>.</p> | ||||
| --> | |||||
| </section> | </section> | ||||
| </body> | </body> | ||||