You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

nightlies.xml 7.3 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. <?xml version="1.0"?>
  2. <!--
  3. Licensed to the Apache Software Foundation (ASF) under one or more
  4. contributor license agreements. See the NOTICE file distributed with
  5. this work for additional information regarding copyright ownership.
  6. The ASF licenses this file to You under the Apache License, Version 2.0
  7. (the "License"); you may not use this file except in compliance with
  8. the License. You may obtain a copy of the License at
  9. http://www.apache.org/licenses/LICENSE-2.0
  10. Unless required by applicable law or agreed to in writing, software
  11. distributed under the License is distributed on an "AS IS" BASIS,
  12. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. See the License for the specific language governing permissions and
  14. limitations under the License.
  15. -->
  16. <document>
  17. <properties>
  18. <title>Nightly+Continuous Builds</title>
  19. <base/>
  20. </properties>
  21. <body>
  22. <section name="Nightly Builds">
  23. <p>We don't provide binary nightly builds at the moment, but if you
  24. want to build Ant from sources, you can use a <a
  25. href="http://svn.apache.org/snapshots/ant/">Subversion snapshot</a>.</p>
  26. </section>
  27. <section name="Continuous Builds">
  28. <p>JetBrains is offering Ant the service of a Continuous Build on there TeamCity
  29. system. You can directly access the builds of Ant and Ivy:
  30. <table class="ContinuousBuild">
  31. <tr>
  32. <th>Title</th>
  33. <th>Description</th>
  34. <th>Build command</th>
  35. <th>When</th>
  36. <th>last build</th>
  37. <th>last success</th>
  38. </tr>
  39. <tr>
  40. <td colspan="6" class="title"><b>Apache Ant</b></td>
  41. </tr>
  42. <tr>
  43. <td class="title">Core Trunk (Windows)</td>
  44. <td class="description">current development (Windows platform)</td>
  45. <td class="command">clean test</td>
  46. <td class="when">continuously</td>
  47. <td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt133&amp;buildId=lastFinished">last build</a></td>
  48. <td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt133&amp;buildId=lastSuccessful">last success</a></td>
  49. </tr>
  50. <tr>
  51. <td class="title">Core Trunk (Linux)</td>
  52. <td class="description">current development (Linux platform)</td>
  53. <td class="command">clean test</td>
  54. <td class="when">continuously</td>
  55. <td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt134&amp;buildId=lastFinished">last build</a></td>
  56. <td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt134&amp;buildId=lastSuccessful">last success</a></td>
  57. </tr>
  58. <tr>
  59. <td class="title">Core Trunk (MacOS)</td>
  60. <td class="description">current development (MacOS platform)</td>
  61. <td class="command">clean test</td>
  62. <td class="when">continuously</td>
  63. <td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt135&amp;buildId=lastFinished">last build</a></td>
  64. <td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt135&amp;buildId=lastSuccessful">last success</a></td>
  65. </tr>
  66. <tr>
  67. <td class="title">Distribution</td>
  68. <td class="description">a 'distribution' nearly as done while releasing</td>
  69. <td class="command">allclean main_distribution</td>
  70. <td class="when">Daily at 08:00 GMT <br/> (if there are pending changes)</td>
  71. <td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt130&amp;buildId=lastFinished">last build</a></td>
  72. <td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt130&amp;buildId=lastSuccessful">last success</a></td>
  73. </tr>
  74. <tr>
  75. <td class="title">JavaDoc</td>
  76. <td class="description">JavaDocs for classes and testclasses</td>
  77. <td class="command">javadocs javadocs.test</td>
  78. <td class="when">Daily at 08:00 GMT <br/> (if there are pending changes)</td>
  79. <td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt131&amp;buildId=lastFinished">last build</a></td>
  80. <td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt131&amp;buildId=lastSuccessful">last success</a></td>
  81. </tr>
  82. <tr>
  83. <td class="title">Checkstyle</td>
  84. <td class="description">check the conformance against coding styleguide</td>
  85. <td class="command">-f check.xml checkstyle htmlreport</td>
  86. <td class="when">continuously</td>
  87. <td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt132&amp;buildId=lastFinished">last build</a></td>
  88. <td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt132&amp;buildId=lastSuccessful">last success</a></td>
  89. </tr>
  90. <tr>
  91. <td colspan="6" class="title"><b>Apache Ivy</b></td>
  92. </tr>
  93. <tr>
  94. <td class="title">Core 2.0.x</td>
  95. <td class="description">maintenance of 2.x releases</td>
  96. <td class="command"> </td>
  97. <td class="when"> </td>
  98. <td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt126&amp;buildId=lastFinished">last build</a></td>
  99. <td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt126&amp;buildId=lastSuccessful">last success</a></td>
  100. </tr>
  101. <tr>
  102. <td class="title">Core Trunk</td>
  103. <td class="description">current development </td>
  104. <td class="command"> </td>
  105. <td class="when"> </td>
  106. <td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt125&amp;buildId=lastFinished">last build</a></td>
  107. <td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt125&amp;buildId=lastSuccessful">last success</a></td>
  108. </tr>
  109. <tr>
  110. <td class="title">Core Trunk - Checkstyle</td>
  111. <td class="description">check of code styleguide</td>
  112. <td class="command"> </td>
  113. <td class="when"> </td>
  114. <td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt127&amp;buildId=lastFinished">last build</a></td>
  115. <td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt127&amp;buildId=lastSuccessful">last success</a></td>
  116. </tr>
  117. <tr>
  118. <td class="title">Core Trunk - Distribution</td>
  119. <td class="description">a 'distribution' nearly as done while releasing.</td>
  120. <td class="command"> </td>
  121. <td class="when"> </td>
  122. <td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt128&amp;buildId=lastFinished">last build</a></td>
  123. <td class="link"><a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt128&amp;buildId=lastSuccessful">last success</a></td>
  124. </tr>
  125. <!-- TEMPLATE>
  126. <tr>
  127. <td class="title"> </td>
  128. <td class="description"> </td>
  129. <td class="command"> </td>
  130. <td class="when"> </td>
  131. <td class="link"><a href="">last build</a></td>
  132. <td class="link"><a href="">last success</a></td>
  133. </tr>
  134. -->
  135. </table>
  136. </p>
  137. <!-->
  138. <ul>
  139. <li>Apache Ant <ul>
  140. <li><a href="http://teamcity.jetbrains.com/viewType.html?buildTypeId=bt129">Core Trunk</a>
  141. </ul></li>
  142. <li>Apache Ivy
  143. </li>
  144. <li><a href="http://teamcity.jetbrains.com/viewType.html?buildTypeId=bt129">Ant Core</a> <ul>
  145. <li>
  146. <a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt129&amp;buildId=lastSuccessful">
  147. the last successful build</a> and
  148. <a href="http://teamcity.jetbrains.com/viewLog.html?&amp;buildTypeId=bt129&amp;buildId=lastFinished">
  149. the last build</a>.</p>
  150. -->
  151. </section>
  152. </body>
  153. </document>