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 4.2 kB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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
  29. their TeamCity system. Note that these are no official builds and
  30. they are not endorsed or even supported by the Ant team. You can
  31. directly access the builds of Ant and Ivy:</p>
  32. <teamcity viewlog="http://teamcity.jetbrains.com/viewLog.html">
  33. <project name="Apache Ant">
  34. <configuration id="bt133" title="Core Trunk (Windows)" command="clean test">
  35. <description>current development (Windows platform)</description>
  36. </configuration>
  37. <configuration id="bt134" title="Core Trunk (Linux)" command="clean test">
  38. <description>current development (Linux platform)</description>
  39. </configuration>
  40. <configuration id="bt135" title="Core Trunk (MacOS)" command="clean test">
  41. <description>current development (MacOS platform)</description>
  42. </configuration>
  43. <configuration id="bt131" title="JavaDoc" command="javadocs javadocs.test">
  44. <description>JavaDocs for classes and testclasses</description>
  45. <when>Daily at 08:00 GMT <br/> (if there are pending changes)</when>
  46. </configuration>
  47. <configuration id="bt132" title="Checkstyle" command="-f check.xml checkstyle htmlreport">
  48. <description>check the conformance against coding styleguide</description>
  49. </configuration>
  50. <configuration id="bt136" title="Findbugs" command="-f check.xml findbugs">
  51. <description>runs Findbugs against Ant Codebase</description>
  52. <when>Daily at 08:00 <br/> (if there are pending changes)</when>
  53. </configuration>
  54. <configuration id="bt130" title="Distribution" command="allclean main_distribution">
  55. <description>a 'distribution' nearly as done while releasing</description>
  56. <when>Daily at 08:00 GMT <br/> (if there are pending changes)</when>
  57. </configuration>
  58. </project>
  59. <project name="Apache Ivy">
  60. <configuration id="bt125" title="Core Trunk" command="clean-all test">
  61. <description>current development</description>
  62. </configuration>
  63. <configuration id="bt126" title="Core 2.0.x" command="clean-all test">
  64. <description>maintenance of 2.x releases</description>
  65. </configuration>
  66. <configuration id="bt127" title="Core Trunk - Checkstyle" command="clean checkstyle">
  67. <description>check of code styleguide</description>
  68. <when>Daily at 00:00 GMT + 12:00 GMT <br/> (if there are pending changes)</when>
  69. </configuration>
  70. <configuration id="bt128" title="Core Trunk - Distribution" command="-f build-release.xml snapshot-maven2">
  71. <description>a 'distribution' nearly as done while releasing.</description>
  72. <when>Daily at 09:00 GMT <br/> (if there are pending changes)</when>
  73. </configuration>
  74. </project>
  75. </teamcity>
  76. </section>
  77. </body>
  78. </document>