Browse Source

Wrong Hudson-Job name.

Split Ivy job-section into Ivy+IvyDE

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1036005 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 14 years ago
parent
commit
9e3506d96a
2 changed files with 6 additions and 2 deletions
  1. +3
    -1
      docs/nightlies.html
  2. +3
    -1
      xdocs/nightlies.xml

+ 3
- 1
docs/nightlies.html View File

@@ -252,7 +252,7 @@ installation of the <a href="http://hudson-ci.org/">Hudson</a> CI-system which A
<td class="link"><a href="https://hudson.apache.org/hudson/view/A-F/view/Ant//job/Ant_BuildFromPOMs/lastSuccessfulBuild/">last success</a></td>
</tr>
<tr>
<td class="title">Ivy Core Trunk</td>
<td class="title">Ant Nightly</td>
<td class="description">Metric checks of Ant Trunk (Findbugs, RAT, Checkstyle)</td>
<td class="command">ant allclean distribution | ant -f check.xml dumphtml findbugs rat</td>
<td class="when">continuously</td>
@@ -284,6 +284,7 @@ installation of the <a href="http://hudson-ci.org/">Hudson</a> CI-system which A
<td class="link"><a href="https://hudson.apache.org/hudson/view/A-F/view/Ant//job/Ivy-check/lastBuild/">last build</a></td>
<td class="link"><a href="https://hudson.apache.org/hudson/view/A-F/view/Ant//job/Ivy-check/lastSuccessfulBuild/">last success</a></td>
</tr>
<tr><td colspan="6" class="title"><b>Apache IvyDE</b></td></tr>
<tr>
<td class="title">IvyDE Trunk</td>
<td class="description">current development</td>
@@ -407,6 +408,7 @@ installation of the <a href="http://hudson-ci.org/">Hudson</a> CI-system which A
</div>

<p class="copyright">
Apache Ant, Apache Ivy, Ant, Ivy, Apache, the Apache feather logo, and the Apache Ant project logos are trademarks of The Apache Software Foundation.
<script type="text/javascript" language="JavaScript"><!--
document.write(" - "+"Last Published: " + document.lastModified);
// -->


+ 3
- 1
xdocs/nightlies.xml View File

@@ -58,7 +58,7 @@ installation of the <a href="http://hudson-ci.org/">Hudson</a> CI-system which A
<job id="Ant_BuildFromPOMs" title="Checks Ant POMs by building Ant from the POMs." command="maven src/etc/poms/pom.xml clean package">
<description>Checks the POMs by building Ant by Maven</description>
</job>
<job id="Ant_Nightly" title="Ivy Core Trunk" command="ant allclean distribution | ant -f check.xml dumphtml findbugs rat">
<job id="Ant_Nightly" title="Ant Nightly" command="ant allclean distribution | ant -f check.xml dumphtml findbugs rat">
<description>Metric checks of Ant Trunk (Findbugs, RAT, Checkstyle)</description>
</job>
<job id="Ant-Build-Matrix" title="Ant JDK-Matrix" command="ant test">
@@ -72,6 +72,8 @@ installation of the <a href="http://hudson-ci.org/">Hudson</a> CI-system which A
<job id="Ivy-check" title="Ivy Core Trunk Checks" command="ant findbugs checkstyle-internal | ant -f build-release.xml rat">
<description>Metric checks of Ivy Trunk (Findbugs, RAT, Checkstyle)</description>
</job>
</project>
<project name="Apache IvyDE">
<job id="IvyDE" title="IvyDE Trunk" command="ant clean hudson-prepare | ant dist checkstyle rat">
<description>current development</description>
</job>


Loading…
Cancel
Save