Browse Source

* two more builds

* also list when the builds will start

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@698576 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 16 years ago
parent
commit
6838b5d4cf
3 changed files with 64 additions and 15 deletions
  1. +30
    -6
      docs/nightlies.html
  2. +4
    -3
      docs/page.css
  3. +30
    -6
      xdocs/nightlies.xml

+ 30
- 6
docs/nightlies.html View File

@@ -213,33 +213,53 @@ system. You can directly access the builds of Ant and Ivy:
<th>Title</th>
<th>Description</th>
<th>Build command</th>
<th>When</th>
<th>last build</th>
<th>last success</th>
</tr>
<tr>
<td colspan="5" class="title"><b>Apache Ant</b></td>
<td colspan="6" class="title"><b>Apache Ant</b></td>
</tr>
<tr>
<td class="title">Ant Core Trunk</td>
<td class="description">current development </td>
<td class="title">Core Trunk</td>
<td class="description">current development</td>
<td class="command">clean test</td>
<td class="when">continuously</td>
<td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt129&amp;buildId=lastFinished">last build</a></td>
<td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt129&amp;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="title">Distribution</td>
<td class="description">a 'distribution' nearly as done while releasing</td>
<td class="command">allclean main_distribution</td>
<td class="when">Daily at 08:00 GMT <br /> (if there are pending changes)</td>
<td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt130&amp;buildId=lastFinished">last build</a></td>
<td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt130&amp;buildId=lastSuccessful">last success</a></td>
</tr>
<tr>
<td colspan="5" class="title"><b>Apache Ivy</b></td>
<td class="title">JavaDoc</td>
<td class="description">JavaDocs for classes and testclasses</td>
<td class="command">javadocs javadocs.test</td>
<td class="when">Daily at 08:00 GMT <br /> (if there are pending changes)</td>
<td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt131&amp;buildId=lastFinished">last build</a></td>
<td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt131&amp;buildId=lastSuccessful">last success</a></td>
</tr>
<tr>
<td class="title">Checkstyle</td>
<td class="description">check the conformance against coding styleguide</td>
<td class="command">-f check.xml checkstyle htmlreport</td>
<td class="when">continuously</td>
<td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt132&amp;buildId=lastFinished">last build</a></td>
<td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt132&amp;buildId=lastSuccessful">last success</a></td>
</tr>
<tr>
<td colspan="6" 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="when"> </td>
<td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt126&amp;buildId=lastFinished">last build</a></td>
<td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt126&amp;buildId=lastSuccessful">last success</a></td>
</tr>
@@ -247,6 +267,7 @@ system. You can directly access the builds of Ant and Ivy:
<td class="title">Core Trunk</td>
<td class="description">current development </td>
<td class="command"> </td>
<td class="when"> </td>
<td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt125&amp;buildId=lastFinished">last build</a></td>
<td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt125&amp;buildId=lastSuccessful">last success</a></td>
</tr>
@@ -254,6 +275,7 @@ system. You can directly access the builds of Ant and Ivy:
<td class="title">Core Trunk - Checkstyle</td>
<td class="description">check of code styleguide</td>
<td class="command"> </td>
<td class="when"> </td>
<td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt127&amp;buildId=lastFinished">last build</a></td>
<td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt127&amp;buildId=lastSuccessful">last success</a></td>
</tr>
@@ -261,6 +283,7 @@ system. You can directly access the builds of Ant and Ivy:
<td class="title">Core Trunk - Distribution</td>
<td class="description">a 'distribution' nearly as done while releasing.</td>
<td class="command"> </td>
<td class="when"> </td>
<td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt128&amp;buildId=lastFinished">last build</a></td>
<td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt128&amp;buildId=lastSuccessful">last success</a></td>
</tr>
@@ -270,6 +293,7 @@ system. You can directly access the builds of Ant and Ivy:
<td class="title"> </td>
<td class="description"> </td>
<td class="command"> </td>
<td class="when"> </td>
<td class="link"><a href="">last build</a></td>
<td class="link"><a href="">last success</a></td>
</tr>


+ 4
- 3
docs/page.css View File

@@ -90,13 +90,14 @@ table .title { background-color: #FFFFFF; width:100%; border: 0px; }
.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 { width: 90%; 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 .title { width: 15%; text-align: left; }
.content .ContinuousBuild .description { width: 30%; font-style: italic; }
.content .ContinuousBuild .command { width: 30%; font-family: "Courier New", Courier, monospace; }
.content .ContinuousBuild .command { width: 20%; font-family: "Courier New", Courier, monospace; }
.content .ContinuousBuild .when { width: 25%; }
.content .ContinuousBuild .link { }




+ 30
- 6
xdocs/nightlies.xml View File

@@ -43,33 +43,53 @@ system. You can directly access the builds of Ant and Ivy:
<th>Title</th>
<th>Description</th>
<th>Build command</th>
<th>When</th>
<th>last build</th>
<th>last success</th>
</tr>
<tr>
<td colspan="5" class="title"><b>Apache Ant</b></td>
<td colspan="6" class="title"><b>Apache Ant</b></td>
</tr>
<tr>
<td class="title">Ant Core Trunk</td>
<td class="description">current development </td>
<td class="title">Core Trunk</td>
<td class="description">current development</td>
<td class="command">clean test</td>
<td class="when">continuously</td>
<td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt129&amp;buildId=lastFinished">last build</a></td>
<td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt129&amp;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="title">Distribution</td>
<td class="description">a 'distribution' nearly as done while releasing</td>
<td class="command">allclean main_distribution</td>
<td class="when">Daily at 08:00 GMT <br/> (if there are pending changes)</td>
<td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt130&amp;buildId=lastFinished">last build</a></td>
<td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt130&amp;buildId=lastSuccessful">last success</a></td>
</tr>
<tr>
<td colspan="5" class="title"><b>Apache Ivy</b></td>
<td class="title">JavaDoc</td>
<td class="description">JavaDocs for classes and testclasses</td>
<td class="command">javadocs javadocs.test</td>
<td class="when">Daily at 08:00 GMT <br/> (if there are pending changes)</td>
<td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt131&amp;buildId=lastFinished">last build</a></td>
<td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt131&amp;buildId=lastSuccessful">last success</a></td>
</tr>
<tr>
<td class="title">Checkstyle</td>
<td class="description">check the conformance against coding styleguide</td>
<td class="command">-f check.xml checkstyle htmlreport</td>
<td class="when">continuously</td>
<td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt132&amp;buildId=lastFinished">last build</a></td>
<td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt132&amp;buildId=lastSuccessful">last success</a></td>
</tr>
<tr>
<td colspan="6" 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="when"> </td>
<td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt126&amp;buildId=lastFinished">last build</a></td>
<td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt126&amp;buildId=lastSuccessful">last success</a></td>
</tr>
@@ -77,6 +97,7 @@ system. You can directly access the builds of Ant and Ivy:
<td class="title">Core Trunk</td>
<td class="description">current development </td>
<td class="command"> </td>
<td class="when"> </td>
<td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt125&amp;buildId=lastFinished">last build</a></td>
<td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt125&amp;buildId=lastSuccessful">last success</a></td>
</tr>
@@ -84,6 +105,7 @@ system. You can directly access the builds of Ant and Ivy:
<td class="title">Core Trunk - Checkstyle</td>
<td class="description">check of code styleguide</td>
<td class="command"> </td>
<td class="when"> </td>
<td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt127&amp;buildId=lastFinished">last build</a></td>
<td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt127&amp;buildId=lastSuccessful">last success</a></td>
</tr>
@@ -91,6 +113,7 @@ system. You can directly access the builds of Ant and Ivy:
<td class="title">Core Trunk - Distribution</td>
<td class="description">a 'distribution' nearly as done while releasing.</td>
<td class="command"> </td>
<td class="when"> </td>
<td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt128&amp;buildId=lastFinished">last build</a></td>
<td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt128&amp;buildId=lastSuccessful">last success</a></td>
</tr>
@@ -100,6 +123,7 @@ system. You can directly access the builds of Ant and Ivy:
<td class="title"> </td>
<td class="description"> </td>
<td class="command"> </td>
<td class="when"> </td>
<td class="link"><a href="">last build</a></td>
<td class="link"><a href="">last success</a></td>
</tr>


Loading…
Cancel
Save