Browse Source

Change TeamCity configuration

- remove Ant based
- addes command line based (Linux, Windows, MacOS)
because of problems having double Ant on the classpath while testing.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@698965 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 16 years ago
parent
commit
e286bfe175
2 changed files with 40 additions and 8 deletions
  1. +20
    -4
      docs/nightlies.html
  2. +20
    -4
      xdocs/nightlies.xml

+ 20
- 4
docs/nightlies.html View File

@@ -221,12 +221,28 @@ system. You can directly access the builds of Ant and Ivy:
<td colspan="6" class="title"><b>Apache Ant</b></td>
</tr>
<tr>
<td class="title">Core Trunk</td>
<td class="description">current development</td>
<td class="title">Core Trunk (Windows)</td>
<td class="description">current development (Windows platform)</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=bt133&amp;buildId=lastFinished">last build</a></td>
<td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt133&amp;buildId=lastSuccessful">last success</a></td>
</tr>
<tr>
<td class="title">Core Trunk (Linux)</td>
<td class="description">current development (Linux platform)</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=bt134&amp;buildId=lastFinished">last build</a></td>
<td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt134&amp;buildId=lastSuccessful">last success</a></td>
</tr>
<tr>
<td class="title">Core Trunk (MacOS)</td>
<td class="description">current development (MacOS platform)</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>
<td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt135&amp;buildId=lastFinished">last build</a></td>
<td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt135&amp;buildId=lastSuccessful">last success</a></td>
</tr>
<tr>
<td class="title">Distribution</td>


+ 20
- 4
xdocs/nightlies.xml View File

@@ -51,12 +51,28 @@ system. You can directly access the builds of Ant and Ivy:
<td colspan="6" class="title"><b>Apache Ant</b></td>
</tr>
<tr>
<td class="title">Core Trunk</td>
<td class="description">current development</td>
<td class="title">Core Trunk (Windows)</td>
<td class="description">current development (Windows platform)</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=bt133&amp;buildId=lastFinished">last build</a></td>
<td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt133&amp;buildId=lastSuccessful">last success</a></td>
</tr>
<tr>
<td class="title">Core Trunk (Linux)</td>
<td class="description">current development (Linux platform)</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=bt134&amp;buildId=lastFinished">last build</a></td>
<td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt134&amp;buildId=lastSuccessful">last success</a></td>
</tr>
<tr>
<td class="title">Core Trunk (MacOS)</td>
<td class="description">current development (MacOS platform)</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>
<td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt135&amp;buildId=lastFinished">last build</a></td>
<td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt135&amp;buildId=lastSuccessful">last success</a></td>
</tr>
<tr>
<td class="title">Distribution</td>


Loading…
Cancel
Save