Browse Source

Bugzilla 50137: Incorrect links to nightly Hudson builds

- Changed the stylesheet for adding the "job" into the URL. (therefore regenerating of the site)
- Also updated the links to Hudson hosting + project.
- Added the Ant jobs and the missing Ivy job.
- Added the build commands.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1026123 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 14 years ago
parent
commit
56aa176d0f
9 changed files with 536 additions and 472 deletions
  1. +82
    -12
      docs/antlibs/proper.html
  2. +18
    -77
      docs/antlibs/sandbox.html
  3. +17
    -17
      docs/bylaws.html
  4. +243
    -256
      docs/external.html
  5. +60
    -12
      docs/nightlies.html
  6. +48
    -48
      docs/projects.html
  7. +41
    -41
      docs/resources.html
  8. +25
    -7
      xdocs/nightlies.xml
  9. +2
    -2
      xdocs/stylesheets/site.vsl

+ 82
- 12
docs/antlibs/proper.html View File

@@ -185,7 +185,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="./antunit/index.html">http://ant.apache.org/antlibs/antunit/</a>
&nbsp;
</td>
</tr>
<tr>
@@ -195,7 +195,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk/">https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk/</a>
&nbsp;
</td>
</tr>
<tr>
@@ -205,7 +205,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://svn.apache.org/viewvc/ant/antlibs/antunit/trunk/">http://svn.apache.org/viewvc/ant/antlibs/antunit/trunk/</a>
&nbsp;
</td>
</tr>
<tr>
@@ -266,7 +266,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="./compress/index.html">http://ant.apache.org/antlibs/compress/</a>
&nbsp;
</td>
</tr>
<tr>
@@ -276,7 +276,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="https://svn.apache.org/repos/asf/ant/antlibs/compress/trunk/">https://svn.apache.org/repos/asf/ant/antlibs/compress/trunk/</a>
&nbsp;
</td>
</tr>
<tr>
@@ -286,7 +286,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://svn.apache.org/viewvc/ant/antlibs/compress/trunk/">http://svn.apache.org/viewvc/ant/antlibs/compress/trunk/</a>
&nbsp;
</td>
</tr>
<tr>
@@ -349,7 +349,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="./dotnet/index.html">http://ant.apache.org/antlibs/dotnet/</a>
&nbsp;
</td>
</tr>
<tr>
@@ -359,7 +359,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="https://svn.apache.org/repos/asf/ant/antlibs/dotnet/trunk/">https://svn.apache.org/repos/asf/ant/antlibs/dotnet/trunk/</a>
&nbsp;
</td>
</tr>
<tr>
@@ -369,7 +369,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/">http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/</a>
&nbsp;
</td>
</tr>
<tr>
@@ -428,7 +428,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="./props/index.html">http://ant.apache.org/antlibs/props/</a>
&nbsp;
</td>
</tr>
<tr>
@@ -438,7 +438,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="https://svn.apache.org/repos/asf/ant/antlibs/props/trunk/">https://svn.apache.org/repos/asf/ant/antlibs/props/trunk/</a>
&nbsp;
</td>
</tr>
<tr>
@@ -448,7 +448,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://svn.apache.org/viewvc/ant/antlibs/props/trunk/">http://svn.apache.org/viewvc/ant/antlibs/props/trunk/</a>
&nbsp;
</td>
</tr>
<tr>
@@ -490,6 +490,76 @@
valign="top" align="left">
None
</td>
</tr>
</table>
<a name="vss" />
<h4 class="subsection">
<a name="VSS - Microsoft Visual SourceSafe Tasks"></a>
VSS - Microsoft Visual SourceSafe Tasks
</h4>
<p>This antlib provides an interface to the Microsoft Visual SourceSafe SCM. The original tasks
(org.apache.tools.ant.taskdefs.optional.vss) have been expanded upon in this antlib.
Some fixes to issues in the original tasks have also been incorporated.</p>
<table class="ForrestTable" cellspacing="1" cellpadding="4">
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
SVN URL:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
&nbsp;
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
ViewSVN:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
&nbsp;
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
Ant compatibility:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
Ant 1.7.x
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
Added to sandbox:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
2006-04-26
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
Promoted from sandbox:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
2010-09-02
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
Latest Release:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
None
</td>
</tr>
</table>


+ 18
- 77
docs/antlibs/sandbox.html View File

@@ -192,7 +192,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="https://svn.apache.org/repos/asf/ant/sandbox/antlibs/dbpatch/">https://svn.apache.org/repos/asf/ant/sandbox/antlibs/dbpatch/</a>
&nbsp;
</td>
</tr>
<tr>
@@ -202,7 +202,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://svn.apache.org/viewvc/ant/sandbox/antlibs/dbpatch/">http://svn.apache.org/viewvc/ant/sandbox/antlibs/dbpatch/</a>
&nbsp;
</td>
</tr>
<tr>
@@ -249,7 +249,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="https://svn.apache.org/repos/asf/ant/sandbox/antlibs/debian/trunk/">https://svn.apache.org/repos/asf/ant/sandbox/antlibs/debian/trunk/</a>
&nbsp;
</td>
</tr>
<tr>
@@ -259,7 +259,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://svn.apache.org/viewvc/ant/sandbox/antlibs/debian/trunk/">http://svn.apache.org/viewvc/ant/sandbox/antlibs/debian/trunk/</a>
&nbsp;
</td>
</tr>
<tr>
@@ -307,7 +307,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="https://svn.apache.org/repos/asf/ant/sandbox/antlibs/fscache/trunk/">https://svn.apache.org/repos/asf/ant/sandbox/antlibs/fscache/trunk/</a>
&nbsp;
</td>
</tr>
<tr>
@@ -317,7 +317,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://svn.apache.org/viewvc/ant/sandbox/antlibs/fscache/trunk/">http://svn.apache.org/viewvc/ant/sandbox/antlibs/fscache/trunk/</a>
&nbsp;
</td>
</tr>
<tr>
@@ -366,7 +366,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://svn.apache.org/repos/asf/ant/sandbox/antlibs/gendoc/">http://svn.apache.org/repos/asf/ant/sandbox/antlibs/gendoc/</a>
&nbsp;
</td>
</tr>
<tr>
@@ -376,7 +376,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://svn.apache.org/viewvc/ant/sandbox/antlibs/gendoc/">http://svn.apache.org/viewvc/ant/sandbox/antlibs/gendoc/</a>
&nbsp;
</td>
</tr>
<tr>
@@ -423,7 +423,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://svn.apache.org/repos/asf/ant/sandbox/antlibs/http/">http://svn.apache.org/repos/asf/ant/sandbox/antlibs/http/</a>
&nbsp;
</td>
</tr>
<tr>
@@ -433,7 +433,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://svn.apache.org/viewvc/ant/sandbox/antlibs/http/">http://svn.apache.org/viewvc/ant/sandbox/antlibs/http/</a>
&nbsp;
</td>
</tr>
<tr>
@@ -480,7 +480,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://svn.apache.org/repos/asf/ant/sandbox/antlibs/manual4eclipse/">http://svn.apache.org/repos/asf/ant/sandbox/antlibs/manual4eclipse/</a>
&nbsp;
</td>
</tr>
<tr>
@@ -490,7 +490,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://svn.apache.org/viewvc/ant/sandbox/antlibs/manual4eclipse/trunk/">http://svn.apache.org/viewvc/ant/sandbox/antlibs/manual4eclipse/trunk/</a>
&nbsp;
</td>
</tr>
<tr>
@@ -547,7 +547,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="https://svn.apache.org/repos/asf/ant/sandbox/antlibs/minify/">https://svn.apache.org/repos/asf/ant/sandbox/antlibs/minify/</a>
&nbsp;
</td>
</tr>
<tr>
@@ -557,7 +557,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://svn.apache.org/viewvc/ant/sandbox/antlibs/minify/">http://svn.apache.org/viewvc/ant/sandbox/antlibs/minify/</a>
&nbsp;
</td>
</tr>
<tr>
@@ -604,7 +604,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="https://svn.apache.org/repos/asf/ant/sandbox/antlibs/starteam/">https://svn.apache.org/repos/asf/ant/sandbox/antlibs/starteam/</a>
&nbsp;
</td>
</tr>
<tr>
@@ -614,7 +614,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://svn.apache.org/viewvc/ant/sandbox/antlibs/starteam/">http://svn.apache.org/viewvc/ant/sandbox/antlibs/starteam/</a>
&nbsp;
</td>
</tr>
<tr>
@@ -645,65 +645,6 @@
<td colspan="1" rowspan="1"
valign="top" align="left">
Peter Reilly
</td>
</tr>
</table>
<h4 class="subsection">
<a name="VSS - Microsoft Visual SourceSafe Tasks"></a>
VSS - Microsoft Visual SourceSafe Tasks
</h4>
<p>This antlib provides an interface to the Microsoft Visual SourceSafe SCM. The original tasks
(org.apache.tools.ant.taskdefs.optional.vss) have been expanded upon in this antlib.
Some fixes to issues in the original tasks have also been incorporated.</p>
<table class="ForrestTable" cellspacing="1" cellpadding="4">
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
SVN URL:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://svn.apache.org/repos/asf/ant/sandbox/antlibs/vss/">http://svn.apache.org/repos/asf/ant/sandbox/antlibs/vss/</a>
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
ViewSVN:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://svn.apache.org/viewvc/ant/sandbox/antlibs/vss/">http://svn.apache.org/viewvc/ant/sandbox/antlibs/vss/</a>
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
Ant compatibility:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
Ant 1.7.x
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
Added to sandbox:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
2006-04-26
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
Sponsoring Committers
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
</td>
</tr>
</table>
@@ -720,7 +661,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="https://svn.apache.org/repos/asf/ant/sandbox/antlibs/weblogic/">https://svn.apache.org/repos/asf/ant/sandbox/antlibs/weblogic/</a>
&nbsp;
</td>
</tr>
<tr>
@@ -730,7 +671,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://svn.apache.org/viewvc/ant/sandbox/antlibs/weblogic/">http://svn.apache.org/viewvc/ant/sandbox/antlibs/weblogic/</a>
&nbsp;
</td>
</tr>
<tr>


+ 17
- 17
docs/bylaws.html View File

@@ -386,7 +386,7 @@
<tr>
<td colspan="1" rowspan="1"
valign="top" align="left">
<strong>+1</strong>
&nbsp;
</td>
<td colspan="1" rowspan="1"
valign="top" align="left">
@@ -400,7 +400,7 @@
<tr>
<td colspan="1" rowspan="1"
valign="top" align="left">
<strong>+0</strong>
&nbsp;
</td>
<td colspan="1" rowspan="1"
valign="top" align="left">
@@ -414,7 +414,7 @@
<tr>
<td colspan="1" rowspan="1"
valign="top" align="left">
<strong>-0</strong>
&nbsp;
</td>
<td colspan="1" rowspan="1"
valign="top" align="left">
@@ -428,7 +428,7 @@
<tr>
<td colspan="1" rowspan="1"
valign="top" align="left">
<strong>-1</strong>
&nbsp;
</td>
<td colspan="1" rowspan="1"
valign="top" align="left">
@@ -467,7 +467,7 @@
<tr>
<td colspan="1" rowspan="1"
valign="top" align="left">
<strong>Consensus</strong>
&nbsp;
</td>
<td colspan="1" rowspan="1"
valign="top" align="left">
@@ -482,7 +482,7 @@
<tr>
<td colspan="1" rowspan="1"
valign="top" align="left">
<strong>Lazy Consensus</strong>
&nbsp;
</td>
<td colspan="1" rowspan="1"
valign="top" align="left">
@@ -494,7 +494,7 @@
<tr>
<td colspan="1" rowspan="1"
valign="top" align="left">
<strong>Lazy Majority</strong>
&nbsp;
</td>
<td colspan="1" rowspan="1"
valign="top" align="left">
@@ -507,7 +507,7 @@
<tr>
<td colspan="1" rowspan="1"
valign="top" align="left">
<strong>Lazy Approval</strong>
&nbsp;
</td>
<td colspan="1" rowspan="1"
valign="top" align="left">
@@ -521,7 +521,7 @@
<tr>
<td colspan="1" rowspan="1"
valign="top" align="left">
<strong>2/3 Majority</strong>
&nbsp;
</td>
<td colspan="1" rowspan="1"
valign="top" align="left">
@@ -583,7 +583,7 @@
<tr>
<td colspan="1" rowspan="1"
valign="top" align="left">
<strong>Code Change</strong>
&nbsp;
</td>
<td colspan="1" rowspan="1"
valign="top" align="left">
@@ -609,7 +609,7 @@
<tr>
<td colspan="1" rowspan="1"
valign="top" align="left">
<strong>Release Plan</strong>
&nbsp;
</td>
<td colspan="1" rowspan="1"
valign="top" align="left">
@@ -634,7 +634,7 @@
<tr>
<td colspan="1" rowspan="1"
valign="top" align="left">
<strong>Product Release</strong>
&nbsp;
</td>
<td colspan="1" rowspan="1"
valign="top" align="left">
@@ -660,7 +660,7 @@
<tr>
<td colspan="1" rowspan="1"
valign="top" align="left">
<strong>Adoption of New Codebase</strong>
&nbsp;
</td>
<td colspan="1" rowspan="1"
valign="top" align="left">
@@ -693,7 +693,7 @@
<tr>
<td colspan="1" rowspan="1"
valign="top" align="left">
<strong>New Committer</strong>
&nbsp;
</td>
<td colspan="1" rowspan="1"
valign="top" align="left">
@@ -717,7 +717,7 @@
<tr>
<td colspan="1" rowspan="1"
valign="top" align="left">
<strong>New PMC Member</strong>
&nbsp;
</td>
<td colspan="1" rowspan="1"
valign="top" align="left">
@@ -741,7 +741,7 @@
<tr>
<td colspan="1" rowspan="1"
valign="top" align="left">
<strong>Committer Removal</strong>
&nbsp;
</td>
<td colspan="1" rowspan="1"
valign="top" align="left">
@@ -768,7 +768,7 @@
<tr>
<td colspan="1" rowspan="1"
valign="top" align="left">
<strong>PMC Member Removal</strong>
&nbsp;
</td>
<td colspan="1" rowspan="1"
valign="top" align="left">


+ 243
- 256
docs/external.html
File diff suppressed because it is too large
View File


+ 60
- 12
docs/nightlies.html View File

@@ -214,9 +214,9 @@ Note that these are no official builds and they are not endorsed or even support
But if you have problems with <i>testing</i> the latest (successful) build, you are welcome to post
that on the <a href="mail.html#Developer%20List:%20dev@ant.apache.org">developer mailinglist</a>.
You can directly access the builds of Ant and Ivy on these CI installations:</p>
<p>The Apache Software Foundation <a href="http://hudson.zones.apache.org/hudson/">hosts</a> an
installation of the <a href="http://hudson.dev.java.net/">Hudson</a> CI-system which Ant + Ivy
<a href="http://hudson.zones.apache.org/hudson/view/Ant/">use</a>.</p>
<p>The Apache Software Foundation <a href="http://hudson.apache.org/hudson/">hosts</a> an
installation of the <a href="http://hudson-ci.org/">Hudson</a> CI-system which Ant + Ivy
<a href="http://hudson.apache.org/hudson/view/Ant/">use</a>.</p>
<table class="ContinuousBuild">
<tr>
<th>Title</th>
@@ -227,30 +227,78 @@ installation of the <a href="http://hudson.dev.java.net/">Hudson</a> CI-system w
<th>last success</th>
</tr>
<tr><td colspan="6" class="title"><b>Apache Ant</b></td></tr>
<tr>
<td class="title">Ant Trunk on JDK 1.4</td>
<td class="description">current development on the lowest defined JDK</td>
<td class="command">build.sh</td>
<td class="when">continuously</td>
<td class="link"><a href="http://hudson.apache.org/hudson/view/Ant/job/Ant_JDK_1.4/lastBuild/">last build</a></td>
<td class="link"><a href="http://hudson.apache.org/hudson/view/Ant/job/Ant_JDK_1.4/lastSuccessfulBuild/">last success</a></td>
</tr>
<tr>
<td class="title">Ant Trunk Tests on JDK 1.4</td>
<td class="description">current development on the lowest defined JDK</td>
<td class="command">build.sh allclean test</td>
<td class="when">continuously</td>
<td class="link"><a href="http://hudson.apache.org/hudson/view/Ant/job/Ant_JDK_1.4_Test/lastBuild/">last build</a></td>
<td class="link"><a href="http://hudson.apache.org/hudson/view/Ant/job/Ant_JDK_1.4_Test/lastSuccessfulBuild/">last success</a></td>
</tr>
<tr>
<td class="title">Checks Ant POMs by building Ant from the POMs.</td>
<td class="description">Checks the POMs by building Ant by Maven</td>
<td class="command">maven src/etc/poms/pom.xml clean package</td>
<td class="when">continuously</td>
<td class="link"><a href="http://hudson.apache.org/hudson/view/Ant/job/Ant_BuildFromPOMs/lastBuild/">last build</a></td>
<td class="link"><a href="http://hudson.apache.org/hudson/view/Ant/job/Ant_BuildFromPOMs/lastSuccessfulBuild/">last success</a></td>
</tr>
<tr>
<td class="title">Ivy Core Trunk</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>
<td class="link"><a href="http://hudson.apache.org/hudson/view/Ant/job/Ant_Nightly/lastBuild/">last build</a></td>
<td class="link"><a href="http://hudson.apache.org/hudson/view/Ant/job/Ant_Nightly/lastSuccessfulBuild/">last success</a></td>
</tr>
<tr>
<td class="title">Ant JDK-Matrix</td>
<td class="description">Checks Ant Trunk against several JDKs (1.4, 1.5, 1.6)</td>
<td class="command">ant test</td>
<td class="when">continuously</td>
<td class="link"><a href="http://hudson.apache.org/hudson/view/Ant/job/Ant-Build-Matrix/lastBuild/">last build</a></td>
<td class="link"><a href="http://hudson.apache.org/hudson/view/Ant/job/Ant-Build-Matrix/lastSuccessfulBuild/">last success</a></td>
</tr>
<tr><td colspan="6" class="title"><b>Apache Ivy</b></td></tr>
<tr>
<td class="title">Ivy Core Trunk</td>
<td class="description">current development</td>
<td class="command"></td>
<td class="command">ant clean jar</td>
<td class="when">continuously</td>
<td class="link"><a href="http://hudson.apache.org/hudson/view/Ant/job/Ivy/lastBuild/">last build</a></td>
<td class="link"><a href="http://hudson.apache.org/hudson/view/Ant/job/Ivy/lastSuccessfulBuild/">last success</a></td>
</tr>
<tr>
<td class="title">Ivy Core Trunk Checks</td>
<td class="description">Metric checks of Ivy Trunk (Findbugs, RAT, Checkstyle)</td>
<td class="command">ant findbugs checkstyle-internal | ant -f build-release.xml rat</td>
<td class="when">continuously</td>
<td class="link"><a href="http://hudson.zones.apache.org/hudson/view/Ant//Ivy/lastBuild/">last build</a></td>
<td class="link"><a href="http://hudson.zones.apache.org/hudson/view/Ant//Ivy/lastSuccessfulBuild/">last success</a></td>
<td class="link"><a href="http://hudson.apache.org/hudson/view/Ant/job/Ivy-check/lastBuild/">last build</a></td>
<td class="link"><a href="http://hudson.apache.org/hudson/view/Ant/job/Ivy-check/lastSuccessfulBuild/">last success</a></td>
</tr>
<tr>
<td class="title">IvyDE Trunk</td>
<td class="description">current development</td>
<td class="command"></td>
<td class="command">ant clean hudson-prepare | ant dist checkstyle rat</td>
<td class="when">continuously</td>
<td class="link"><a href="http://hudson.zones.apache.org/hudson/view/Ant//IvyDE/lastBuild/">last build</a></td>
<td class="link"><a href="http://hudson.zones.apache.org/hudson/view/Ant//IvyDE/lastSuccessfulBuild/">last success</a></td>
<td class="link"><a href="http://hudson.apache.org/hudson/view/Ant/job/IvyDE/lastBuild/">last build</a></td>
<td class="link"><a href="http://hudson.apache.org/hudson/view/Ant/job/IvyDE/lastSuccessfulBuild/">last success</a></td>
</tr>
<tr>
<td class="title">Eclipse Updatesite</td>
<td class="description">Update your Eclipse installation with the latest Ivy/IvyDE</td>
<td class="command"></td>
<td class="command">ant hudson-prepare | ant hudson-build</td>
<td class="when">continuously</td>
<td class="link"><a href="http://hudson.zones.apache.org/hudson/view/Ant//IvyDE-updatesite/lastBuild/">last build</a></td>
<td class="link"><a href="http://hudson.zones.apache.org/hudson/view/Ant//IvyDE-updatesite/lastSuccessfulBuild/">last success</a></td>
<td class="link"><a href="http://hudson.apache.org/hudson/view/Ant/job/IvyDE-updatesite/lastBuild/">last build</a></td>
<td class="link"><a href="http://hudson.apache.org/hudson/view/Ant/job/IvyDE-updatesite/lastSuccessfulBuild/">last success</a></td>
</tr>
</table>
<p>JetBrains is offering Ant the service of a Continuous Build on their TeamCity system.</p>


+ 48
- 48
docs/projects.html View File

@@ -235,7 +235,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://www.andromda.org/">http://www.AndroMDA.org/</a>
&nbsp;
</td>
</tr>
<tr>
@@ -245,7 +245,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://sourceforge.net/mail/?group_id=73047">project mailing lists</a>
&nbsp;
</td>
</tr>
<tr>
@@ -285,7 +285,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://ant-contrib.sourceforge.net/">http://ant-contrib.sourceforge.net/</a>
&nbsp;
</td>
</tr>
<tr>
@@ -295,7 +295,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://sourceforge.net/mail/?group_id=36177">project mailing list</a>
&nbsp;
</td>
</tr>
<tr>
@@ -339,7 +339,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://antelope.tigris.org/">http://antelope.tigris.org/</a>
&nbsp;
</td>
</tr>
<tr>
@@ -349,7 +349,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="mailto:daleanson@users.sourceforge.net">Dale Anson</a>
&nbsp;
</td>
</tr>
<tr>
@@ -392,7 +392,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://www.urbancode.com/projects/anthill/">http://www.urbancode.com/projects/anthill/</a>
&nbsp;
</td>
</tr>
<tr>
@@ -402,7 +402,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="mailto:mbz@urbancode.com">Maciej Zawadzki</a>
&nbsp;
</td>
</tr>
<tr>
@@ -440,7 +440,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://antigen.sourceforge.net/">http://antigen.sourceforge.net/</a>
&nbsp;
</td>
</tr>
<tr>
@@ -450,7 +450,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="mailto:johndavidtaylor@users.sourceforge.net">Jon Tayler</a>
&nbsp;
</td>
</tr>
<tr>
@@ -490,7 +490,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://antinstaller.sf.net/">http://antinstaller.sf.net/</a>
&nbsp;
</td>
</tr>
<tr>
@@ -500,7 +500,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="mailto:teknopaul@users.sourceforge.net">teknopaul@users.sourceforge.net</a>
&nbsp;
</td>
</tr>
<tr>
@@ -539,7 +539,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://antiplate.origo.ethz.ch/">Homepage</a>
&nbsp;
</td>
</tr>
<tr>
@@ -549,7 +549,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="mailto:antiplate@mnementh.de">antiplate@mnementh.de</a>
&nbsp;
</td>
</tr>
<tr>
@@ -593,7 +593,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://antlion.sourceforge.net/">http://antlion.sourceforge.net/</a>
&nbsp;
</td>
</tr>
<tr>
@@ -603,7 +603,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="https://sourceforge.net/mail/?group_id=93410">Project mailing list</a>
&nbsp;
</td>
</tr>
<tr>
@@ -655,7 +655,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="mailto:joe@exubero.com">Joe Schmetzer</a>
&nbsp;
</td>
</tr>
<tr>
@@ -710,7 +710,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://antworks.sourceforge.net/">http://antworks.sourceforge.net/index.html</a>
&nbsp;
</td>
</tr>
<tr>
@@ -720,7 +720,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://lists.sourceforge.net/lists/listinfo/antworks-developers">Antworks Developers mailing lists</a>
&nbsp;
</td>
</tr>
<tr>
@@ -760,7 +760,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://www.buildmonkey.com/">http://www.buildmonkey.com/</a>
&nbsp;
</td>
</tr>
<tr>
@@ -770,7 +770,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="mailto:jb@buildmonkey.com">jb@buildmonkey.com</a>
&nbsp;
</td>
</tr>
<tr>
@@ -811,7 +811,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://cruisecontrol.sourceforge.net/">http://cruisecontrol.sourceforge.net/</a>
&nbsp;
</td>
</tr>
<tr>
@@ -821,7 +821,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://cruisecontrol.sourceforge.net/contact.html">Project Mailing Lists and Administrators</a>
&nbsp;
</td>
</tr>
<tr>
@@ -873,7 +873,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://workbench.haefelinger.it/flaka/">http://workbench.haefelinger.it/flaka/</a>
&nbsp;
</td>
</tr>
<tr>
@@ -883,7 +883,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="mailto:wh@haefelinger.it">Contact Project Lead</a>
&nbsp;
</td>
</tr>
<tr>
@@ -893,7 +893,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License v.20</a>
&nbsp;
</td>
</tr>
</table>
@@ -923,7 +923,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://invicta.sf.net/">http://invicta.sf.net/</a>
&nbsp;
</td>
</tr>
<tr>
@@ -933,7 +933,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://invicta.sf.net/contact.html">Project Mailing Lists and Administrators</a>
&nbsp;
</td>
</tr>
<tr>
@@ -975,7 +975,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://www.javagen.com/jam/">http://www.javagen.com/jam/</a>
&nbsp;
</td>
</tr>
<tr>
@@ -1014,7 +1014,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<i>unknown</i>
&nbsp;
</td>
</tr>
<tr>
@@ -1024,7 +1024,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="https://leafcutter.dev.java.net/">https://leafcutter.dev.java.net/</a>
&nbsp;
</td>
</tr>
<tr>
@@ -1034,7 +1034,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="https://leafcutter.dev.java.net/servlets/ProjectForumView">Discussion Forum</a>
&nbsp;
</td>
</tr>
<tr>
@@ -1076,7 +1076,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://luntbuild.javaforge.com/">http://luntbuild.javaforge.com/</a>
&nbsp;
</td>
</tr>
<tr>
@@ -1086,7 +1086,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://sourceforge.net/projects/luntbuild/">luntbuild project page</a>
&nbsp;
</td>
</tr>
<tr>
@@ -1125,7 +1125,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://nant.sourceforge.net/">http://nant.sourceforge.net/</a>
&nbsp;
</td>
</tr>
<tr>
@@ -1135,7 +1135,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://sourceforge.net/mail/?group_id=31650">project mailing list</a>
&nbsp;
</td>
</tr>
<tr>
@@ -1175,7 +1175,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://www.viewtier.com/products/parabuild.htm">http://www.viewtier.com/products/parabuild.htm</a>
&nbsp;
</td>
</tr>
<tr>
@@ -1185,7 +1185,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://www.viewtier.com/about_us.htm">http://www.viewtier.com/about_us.htm</a>
&nbsp;
</td>
</tr>
<tr>
@@ -1226,7 +1226,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://remoteant.sourceforge.net/">http://remoteant.sourceforge.net/</a>
&nbsp;
</td>
</tr>
<tr>
@@ -1236,7 +1236,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="mailto:cnelson@einnovation.com">Chris Nelson</a>
&nbsp;
</td>
</tr>
<tr>
@@ -1278,7 +1278,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="hhttp://code.google.com/p/savant-build/">http://code.google.com/p/savant-build/</a>
&nbsp;
</td>
</tr>
<tr>
@@ -1288,7 +1288,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://code.google.com/p/savant-build/issues/list">Bugtracking system</a>
&nbsp;
</td>
</tr>
<tr>
@@ -1328,7 +1328,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://webtest.canoo.com/">http://webtest.canoo.com/</a>
&nbsp;
</td>
</tr>
<tr>
@@ -1338,7 +1338,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://lists.canoo.com/mailman/listinfo/webtest/">project mailing list</a>
&nbsp;
</td>
</tr>
<tr>
@@ -1377,7 +1377,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://wwbota.free.fr/XMLPublication/">http://wwbota.free.fr/XMLPublication/</a>
&nbsp;
</td>
</tr>
<tr>
@@ -1387,7 +1387,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="mailto:jmvanel@free.fr">Jean-Marc Vanel</a>
&nbsp;
</td>
</tr>
<tr>
@@ -1429,7 +1429,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://www.yworks.com/products/yed/">http://www.yworks.com/products/yed/</a>
&nbsp;
</td>
</tr>
<tr>
@@ -1439,7 +1439,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://www.yworks.com/en/company_contact.htm">yWorks Support</a>
&nbsp;
</td>
</tr>
<tr>


+ 41
- 41
docs/resources.html View File

@@ -220,7 +220,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="faq.html">http://ant.apache.org/faq.html</a>
&nbsp;
</td>
</tr>
</table>
@@ -237,7 +237,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://www.jguru.com/forums/home.jsp?topic=Ant">http://www.jguru.com/forums/home.jsp?topic=Ant</a>
&nbsp;
</td>
</tr>
<tr>
@@ -247,7 +247,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://www.jguru.com/faq/home.jsp?topic=Ant">http://www.jguru.com/faq/home.jsp?topic=Ant</a>
&nbsp;
</td>
</tr>
</table>
@@ -266,7 +266,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://www.moussaud.org/ejbjar.html">http://www.moussaud.org/ejbjar.html</a>
&nbsp;
</td>
</tr>
</table>
@@ -287,7 +287,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://wiki.apache.org/general">Apache Wiki Farm</a>
&nbsp;
</td>
</tr>
<tr>
@@ -297,7 +297,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://wiki.apache.org/ant/">Ant Wiki</a>
&nbsp;
</td>
</tr>
</table>
@@ -513,7 +513,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://www.sams.com/catalog/product.asp?product_id=%7BFB825A48-BC04-4C55-BD8C-DF93C6BBF920%7D">http://www.sams.com/catalog/product.asp?product_id=%7BFB825A48-BC04-4C55-BD8C-DF93C6BBF920%7D</a>
&nbsp;
</td>
</tr>
<tr><th>ISBN:</th><td>0672325624</td></tr>
@@ -561,7 +561,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://www.addison-wesley.de/main/main.asp?page=home/bookdetails&amp;ProductID=13459">http://www.addison-wesley.de/main/main.asp?page=home/bookdetails&amp;ProductID=13459</a>
&nbsp;
</td>
</tr>
<tr><th>ISBN:</th><td>3827320666</td></tr>
@@ -615,7 +615,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://www.manning.com/antbook/">http://www.manning.com/antbook/</a>
&nbsp;
</td>
</tr>
<tr><th>ISBN:</th><td>1930110588</td></tr>
@@ -649,7 +649,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://www.oreilly.com/catalog/anttdg/">http://www.oreilly.com/catalog/anttdg/</a>
&nbsp;
</td>
</tr>
<tr><th>ISBN:</th><td>0596001843</td></tr>
@@ -691,7 +691,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://www.amazon.de/exec/obidos/ASIN/3897212412/">http://www.amazon.de/exec/obidos/ASIN/3897212412/</a>
&nbsp;
</td>
</tr>
<tr><th>ISBN:</th><td>3897212412</td></tr>
@@ -732,7 +732,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://www.wiley.com/cda/product/0,,047120708X,00.html">http://www.wiley.com/cda/product/0,,047120708X,00.html</a>
&nbsp;
</td>
</tr>
<tr><th>ISBN:</th><td>047120708X</td></tr>
@@ -781,7 +781,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://pub.admc.com/howtos/ant-docbook-howto/">http://pub.admc.com/howtos/ant-docbook-howto/</a>
&nbsp;
</td>
</tr>
</table>
@@ -815,7 +815,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="https://sourceforge.net/project/showfiles.php?group_id=103509">https://sourceforge.net/project/showfiles.php?group_id=103509 (Download ZIP+PDF from Sourceforge)</a>
&nbsp;
</td>
</tr>
</table>
@@ -842,7 +842,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://www.ftponline.com/javapro/2004_06/magazine/features/kgauthier/">http://www.ftponline.com/javapro/2004_06/magazine/features/kgauthier/</a>
&nbsp;
</td>
</tr>
</table>
@@ -870,7 +870,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://otn.oracle.com/pub/articles/bodewig_taskwriters.html">http://otn.oracle.com/pub/articles/bodewig_taskwriters.html</a>
&nbsp;
</td>
</tr>
</table>
@@ -901,7 +901,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://www.sys-con.com/story/?storyid=45078&amp;DE=1">http://www.sys-con.com/story/?storyid=45078&amp;DE=1</a>
&nbsp;
</td>
</tr>
</table>
@@ -930,7 +930,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://otn.oracle.com/pub/articles/bodewig_ant1.6.html">http://otn.oracle.com/pub/articles/bodewig_ant1.6.html</a>
&nbsp;
</td>
</tr>
</table>
@@ -961,7 +961,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://www.sigs-datacom.de/sd/news/document?PID=216">http://www.sigs-datacom.de/sd/news/document?PID=216</a>
&nbsp;
</td>
</tr>
</table>
@@ -989,7 +989,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="ant_in_anger.html">http://ant.apache.org/ant_in_anger.html</a>
&nbsp;
</td>
</tr>
</table>
@@ -1017,7 +1017,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="ant_task_guidelines.html">http://ant.apache.org/ant_task_guidelines.html</a>
&nbsp;
</td>
</tr>
</table>
@@ -1045,7 +1045,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://www.fawcette.com/javapro/2003_02/magazine/features/ehatcher/">http://www.fawcette.com/javapro/2003_02/magazine/features/ehatcher/l</a>
&nbsp;
</td>
</tr>
</table>
@@ -1062,7 +1062,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="mailto:ehatcher@apache.org">Erik Hatcher</a>
&nbsp;
</td>
</tr>
<tr>
@@ -1072,7 +1072,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://www.ibm.com/developerworks/java/library/j-junitmail/">http://www.ibm.com/developerworks/java/library/j-junitmail/</a>
&nbsp;
</td>
</tr>
</table>
@@ -1091,7 +1091,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="mailto:malcolm@nuearth.com">Malcolm Davis</a>
&nbsp;
</td>
</tr>
<tr>
@@ -1101,7 +1101,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://www-106.ibm.com/developerworks/library/j-ant/?dwzone=java">http://www-106.ibm.com/developerworks/library/j-ant/?dwzone=java</a>
&nbsp;
</td>
</tr>
</table>
@@ -1119,7 +1119,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="mailto:michael.cymerman@javaworld.com">Michael Cymerman</a>
&nbsp;
</td>
</tr>
<tr>
@@ -1129,7 +1129,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://www.javaworld.com/javaworld/jw-10-2000/jw-1020-ant.html">http://www.javaworld.com/javaworld/jw-10-2000/jw-1020-ant.html</a>
&nbsp;
</td>
</tr>
</table>
@@ -1158,7 +1158,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://jakarta.apache.org/cactus/howto_ant_primer.html">http://jakarta.apache.org/cactus/howto_ant_primer.html</a>
&nbsp;
</td>
</tr>
</table>
@@ -1177,7 +1177,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="mailto:glenn@somanetworks.com">Glenn McAllister</a>
&nbsp;
</td>
</tr>
<tr>
@@ -1187,7 +1187,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://www7.software.ibm.com/vad.nsf/data/document2366?OpenDocument&amp;p=1&amp;BCT=1&amp;Footer=1">http://www7.software.ibm.com/vad.nsf/data/document2366?OpenDocument&amp;p=1&amp;BCT=1&amp;Footer=1</a>
&nbsp;
</td>
</tr>
</table>
@@ -1205,7 +1205,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="mailto:glenn@somanetworks.com">Glenn McAllister</a>
&nbsp;
</td>
</tr>
<tr>
@@ -1215,7 +1215,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://www7.software.ibm.com/vad.nsf/Data/Document4366?OpenDocument&amp;p=1&amp;BCT=3&amp;Footer=1">http://www7.software.ibm.com/vad.nsf/Data/Document4366?OpenDocument&amp;p=1&amp;BCT=3&amp;Footer=1</a>
&nbsp;
</td>
</tr>
</table>
@@ -1243,7 +1243,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://dcb.sun.com/practices/profiles/ant.jsp">http://dcb.sun.com/practices/profiles/ant.jsp</a>
&nbsp;
</td>
</tr>
</table>
@@ -1272,7 +1272,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://www.sys-con.com/java/archivesa.cfm?volume=06&amp;issue=06">http://www.sys-con.com/java/archivesa.cfm?volume=06&amp;issue=06</a>
&nbsp;
</td>
</tr>
</table>
@@ -1300,7 +1300,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://www.onjava.com/pub/a/onjava/2001/06/25/antejb.html">http://www.onjava.com/pub/a/onjava/2001/06/25/antejb.html</a>
&nbsp;
</td>
</tr>
</table>
@@ -1327,7 +1327,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://www.sitepen.com/ant/javascript.html">http://www.sitepen.com/ant/javascript.html</a>
&nbsp;
</td>
</tr>
</table>
@@ -1345,7 +1345,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="mailto:alexc@purpletech.com">Alex Chaffee</a>
&nbsp;
</td>
</tr>
<tr>
@@ -1408,7 +1408,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="mailto:chanezon@netscape.com">Patrick Chanezon</a>
&nbsp;
</td>
</tr>
<tr>
@@ -1418,7 +1418,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://people.netscape.com/chanezon/tech/ant/ant_preso.ppt">http://people.netscape.com/chanezon/tech/ant/ant_preso.ppt</a>
&nbsp;
</td>
</tr>
</table>
@@ -1448,7 +1448,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://www.ociweb.com/jnb/files/Ant.pdf">http://www.ociweb.com/jnb/files/Ant.pdf</a>
&nbsp;
</td>
</tr>
</table>


+ 25
- 7
xdocs/nightlies.xml View File

@@ -42,22 +42,40 @@ But if you have problems with <i>testing</i> the latest (successful) build, you
that on the <a href="mail.html#Developer%20List:%20dev@ant.apache.org">developer mailinglist</a>.
You can directly access the builds of Ant and Ivy on these CI installations:</p>

<p>The Apache Software Foundation <a href="http://hudson.zones.apache.org/hudson/">hosts</a> an
installation of the <a href="http://hudson.dev.java.net/">Hudson</a> CI-system which Ant + Ivy
<a href="http://hudson.zones.apache.org/hudson/view/Ant/">use</a>.</p>
<p>The Apache Software Foundation <a href="http://hudson.apache.org/hudson/">hosts</a> an
installation of the <a href="http://hudson-ci.org/">Hudson</a> CI-system which Ant + Ivy
<a href="http://hudson.apache.org/hudson/view/Ant/">use</a>.</p>

<!-- TODO: insert the job commands //job/@command -->
<hudson base="http://hudson.zones.apache.org/hudson/view/Ant/">
<hudson base="http://hudson.apache.org/hudson/view/Ant">
<project name="Apache Ant">
<job id="Ant_JDK_1.4" title="Ant Trunk on JDK 1.4" command="build.sh">
<description>current development on the lowest defined JDK</description>
</job>
<job id="Ant_JDK_1.4_Test" title="Ant Trunk Tests on JDK 1.4" command="build.sh allclean test">
<description>current development on the lowest defined JDK</description>
</job>
<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">
<description>Metric checks of Ant Trunk (Findbugs, RAT, Checkstyle)</description>
</job>
<job id="Ant-Build-Matrix" title="Ant JDK-Matrix" command="ant test">
<description>Checks Ant Trunk against several JDKs (1.4, 1.5, 1.6)</description>
</job>
</project>
<project name="Apache Ivy">
<job id="Ivy" title="Ivy Core Trunk" command="">
<job id="Ivy" title="Ivy Core Trunk" command="ant clean jar">
<description>current development</description>
</job>
<job id="IvyDE" title="IvyDE Trunk" command="">
<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>
<job id="IvyDE" title="IvyDE Trunk" command="ant clean hudson-prepare | ant dist checkstyle rat">
<description>current development</description>
</job>
<job id="IvyDE-updatesite" title="Eclipse Updatesite" command="">
<job id="IvyDE-updatesite" title="Eclipse Updatesite" command="ant hudson-prepare | ant hudson-build">
<description>Update your Eclipse installation with the latest Ivy/IvyDE</description>
</job>
</project>


+ 2
- 2
xdocs/stylesheets/site.vsl View File

@@ -174,8 +174,8 @@
#else
<td class="when">continuously</td>
#end
<td class="link"><a href="$base/$jobId/lastBuild/">last build</a></td>
<td class="link"><a href="$base/$jobId/lastSuccessfulBuild/">last success</a></td>
<td class="link"><a href="$base/job/$jobId/lastBuild/">last build</a></td>
<td class="link"><a href="$base/job/$jobId/lastSuccessfulBuild/">last success</a></td>
</tr>
#end



Loading…
Cancel
Save