Browse Source

announce AntUnit 1.1 beta

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@691568 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 17 years ago
parent
commit
129b60dd1d
6 changed files with 104 additions and 50 deletions
  1. +17
    -0
      xdocs/antlibs/antunit/index.xml
  2. +22
    -18
      xdocs/antlibs/bindownload.xml
  3. +2
    -1
      xdocs/antlibs/proper.xml
  4. +23
    -19
      xdocs/antlibs/srcdownload.xml
  5. +20
    -1
      xdocs/antnews.xml
  6. +20
    -11
      xdocs/index.xml

+ 17
- 0
xdocs/antlibs/antunit/index.xml View File

@@ -24,6 +24,22 @@

<body>

<section name="AntUnit 1.1 Beta 1">
<h3>September 3, 2008 - Apache AntUnit 1.1 Beta 1 Available</h3>

<p>Apache AntUnit 1.1 Beta 1 is now available for download as <a
href="http://ant.apache.org/antlibs/bindownload.cgi">binary</a>
or <a
href="http://ant.apache.org/antlibs/srcdownload.cgi">source</a>
release.</p>

<p>In addition to a few bugfixes and some new assertions AntUnit
1.1 allows test listeners to receive the log output of the
project under test. Both plainlistener and xmllistener have
an option that makes them echo the projects output into their
respective logs.</p>
</section>

<section name="AntUnit 1.0">
<h3>January 8, 2007 - Apache AntUnit 1.0 Available</h3>

@@ -32,6 +48,7 @@
or <a
href="http://ant.apache.org/antlibs/srcdownload.cgi">source</a>
release.</p>

</section>

<section name="Idea">


+ 22
- 18
xdocs/antlibs/bindownload.xml View File

@@ -47,24 +47,6 @@ directory</a> or, preferably, its <a href="[preferred]/ant/antlibs/">mirror</a>.

</section>

<!--section name="Downloading Betas">

<p>Beta releases are not mirrored, you can find our latest beta
releases at <a
href="http://people.apache.org/dist/ant/antlibs/">http://people.apache.org/dist/ant/antlibs/</a>.</p>

<p>Currently available:</p>

<ul>

<li><a
href="http://people.apache.org/dist/ant/antlibs/antunit/binaries/">AntUnit
1.0Beta2</a></li>

</ul>

</section-->

<section name="Mirror">

<p>You are currently using <b>[preferred]</b>. If you encounter a
@@ -125,6 +107,28 @@ mirrors for a few days.</div>
</ul>
</li>

<li>Apache AntUnit 1.1 Beta 1
<ul>
<li><code>.zip</code> archive:
<a href="[preferred]/ant/antlibs/antunit/binaries/apache-ant-antunit-1.1beta1-bin.zip">apache-ant-antunit-1.1beta1-bin.zip</a>
[<a href="http://www.apache.org/dist/ant/antlibs/antunit/binaries/apache-ant-antunit-1.1beta1-bin.zip.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/antlibs/antunit/binaries/apache-ant-antunit-1.1beta1-bin.zip.sha1">SHA1</a>]
[<a href="http://www.apache.org/dist/ant/antlibs/antunit/binaries/apache-ant-antunit-1.1beta1-bin.zip.md5">MD5</a>]</li>

<li><code>.tar.gz</code> archive:
<a href="[preferred]/ant/antlibs/antunit/binaries/apache-ant-antunit-1.1beta1-bin.tar.gz">apache-ant-antunit-1.1beta1-bin.tar.gz</a>
[<a href="http://www.apache.org/dist/ant/antlibs/antunit/binaries/apache-ant-antunit-1.1beta1-bin.tar.gz.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/antlibs/antunit/binaries/apache-ant-antunit-1.1beta1-bin.tar.gz.sha1">SHA1</a>]
[<a href="http://www.apache.org/dist/ant/antlibs/antunit/binaries/apache-ant-antunit-1.1beta1-bin.tar.gz.md5">MD5</a>]</li>

<li><code>.tar.bz2</code> archive:
<a href="[preferred]/ant/antlibs/antunit/binaries/apache-ant-antunit-1.1beta1-bin.tar.bz2">apache-ant-antunit-1.1beta1-bin.tar.bz2</a>
[<a href="http://www.apache.org/dist/ant/antlibs/antunit/binaries/apache-ant-antunit-1.1beta1-bin.tar.bz2.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/antlibs/antunit/binaries/apache-ant-antunit-1.1beta1-bin.tar.bz2.sha1">SHA1</a>]
[<a href="http://www.apache.org/dist/ant/antlibs/antunit/binaries/apache-ant-antunit-1.1beta1-bin.tar.bz2.md5">MD5</a>]</li>
</ul>
</li>

<li>Apache AntUnit 1.0
<ul>
<li><code>.zip</code> archive:


+ 2
- 1
xdocs/antlibs/proper.xml View File

@@ -61,7 +61,8 @@
</tr>
<tr>
<th>Latest Release:</th>
<td>1.0 released on January 8, 2007</td>
<td>1.0 released on January 8, 2007 - 1.1 Beta 1 released
on September 3, 2008</td>
</tr>
</table>
</subsection>


+ 23
- 19
xdocs/antlibs/srcdownload.xml View File

@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
@@ -47,24 +47,6 @@ directory</a> or, preferably, its <a href="[preferred]/ant/antlibs/">mirror</a>.

</section>

<!--section name="Downloading Betas">

<p>Beta releases are not mirrored, you can find our latest beta
releases at <a
href="http://people.apache.org/dist/ant/antlibs/">http://people.apache.org/dist/ant/antlibs/</a>.</p>

<p>Currently available:</p>

<ul>

<li><a
href="http://people.apache.org/dist/ant/antlibs/antunit/source/">AntUnit
1.0Beta2</a></li>

</ul>

</section-->

<section name="Mirror">

<p>You are currently using <b>[preferred]</b>. If you encounter a
@@ -125,6 +107,28 @@ mirrors for a few days.</div>
</ul>
</li>

<li>Apache AntUnit 1.1 Beta 1
<ul>
<li><code>.zip</code> archive:
<a href="[preferred]/ant/antlibs/antunit/source/apache-ant-antunit-1.1beta1-src.zip">apache-ant-antunit-1.1beta1-src.zip</a>
[<a href="http://www.apache.org/dist/ant/antlibs/antunit/source/apache-ant-antunit-1.1beta1-src.zip.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/antlibs/antunit/source/apache-ant-antunit-1.1beta1-src.zip.sha1">SHA1</a>]
[<a href="http://www.apache.org/dist/ant/antlibs/antunit/source/apache-ant-antunit-1.1beta1-src.zip.md5">MD5</a>]</li>

<li><code>.tar.gz</code> archive:
<a href="[preferred]/ant/antlibs/antunit/source/apache-ant-antunit-1.1beta1-src.tar.gz">apache-ant-antunit-1.1beta1-src.tar.gz</a>
[<a href="http://www.apache.org/dist/ant/antlibs/antunit/source/apache-ant-antunit-1.1beta1-src.tar.gz.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/antlibs/antunit/source/apache-ant-antunit-1.1beta1-src.tar.gz.sha1">SHA1</a>]
[<a href="http://www.apache.org/dist/ant/antlibs/antunit/source/apache-ant-antunit-1.1beta1-src.tar.gz.md5">MD5</a>]</li>

<li><code>.tar.bz2</code> archive:
<a href="[preferred]/ant/antlibs/antunit/source/apache-ant-antunit-1.1beta1-src.tar.bz2">apache-ant-antunit-1.1beta1-src.tar.bz2</a>
[<a href="http://www.apache.org/dist/ant/antlibs/antunit/source/apache-ant-antunit-1.1beta1-src.tar.bz2.asc">PGP</a>]
[<a href="http://www.apache.org/dist/ant/antlibs/antunit/source/apache-ant-antunit-1.1beta1-src.tar.bz2.sha1">SHA1</a>]
[<a href="http://www.apache.org/dist/ant/antlibs/antunit/source/apache-ant-antunit-1.1beta1-src.tar.bz2.md5">MD5</a>]</li>
</ul>
</li>

<li>Apache AntUnit 1.0
<ul>
<li><code>.zip</code> archive:


+ 20
- 1
xdocs/antnews.xml View File

@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
@@ -26,6 +26,25 @@
</properties>

<body>
<section name="AntUnit 1.1 Beta 1">
<h3>September 3, 2008 - Apache AntUnit 1.1 Beta 1 Available</h3>
<p>Apache AntUnit 1.1 Beta 1 is now available for download as <a
href="http://ant.apache.org/antlibs/bindownload.cgi">binary</a>
or <a
href="http://ant.apache.org/antlibs/srcdownload.cgi">source</a>
release.</p>

<p>In addition to a few bugfixes and some new assertions AntUnit
1.1 allows test listeners to receive the log output of the
project under test. Both plainlistener and xmllistener have
an option that makes them echo the projects output into their
respective logs.</p>

<p>For more information see the <a href="antlibs/antunit/">Antlib's
home page</a></p>
</section>

<section name="Ant 1.7.1">
<h3>June 27, 2008 - Ant 1.7.1 Available</h3>
<p>Apache Ant 1.7.1 is now available for <a


+ 20
- 11
xdocs/index.xml View File

@@ -36,6 +36,25 @@
<p> Ant 1.7.1 &lt;script&gt; now has support for JavaFX.</p>
</section>

<section name="AntUnit 1.1 Beta 1">
<h3>September 3, 2008 - Apache AntUnit 1.1 Beta 1 Available</h3>
<p>Apache AntUnit 1.1 Beta 1 is now available for download as <a
href="http://ant.apache.org/antlibs/bindownload.cgi">binary</a>
or <a
href="http://ant.apache.org/antlibs/srcdownload.cgi">source</a>
release.</p>

<p>In addition to a few bugfixes and some new assertions AntUnit
1.1 allows test listeners to receive the log output of the
project under test. Both plainlistener and xmllistener have
an option that makes them echo the projects output into their
respective logs.</p>

<p>For more information see the <a href="antlibs/antunit/">Antlib's
home page</a></p>
</section>

<section name="Apache Ivy is an Ant Sub-Project Now!">
<h3>October 11, 2007 - Apache Ivy is an Ant Sub-Project Now!</h3>

@@ -74,23 +93,13 @@
<p>Ant 1.7 has some initial support for Java6 features.</p>
</section>

<section name="AntUnit 1.0">
<h3>January 8, 2007 - Apache AntUnit 1.0 Available</h3>
<p>Apache AntUnit 1.0 is now available for <a
href="http://ant.apache.org/antlibs/bindownload.cgi">download</a>.</p>

<p>This Ant Library contains tasks to test Ant tasks using Ant
instead of JUnit. For more information see the <a
href="antlibs/antunit/">AntUnit home page</a>.</p>
</section>

<section name=".NET Ant Library 1.0">
<h3>November 6, 2006 - Apache .NET Ant Library 1.0 Available</h3>
<p>Apache .NET Ant Library 1.0 is now available for <a
href="http://ant.apache.org/antlibs/bindownload.cgi">download</a>.</p>

<p>This Ant Library contains support for tools like NUnit as well
as the "old .NET tasks of Ant's core. It has been tested
as the "old" .NET tasks of Ant's core. It has been tested
Microsoft's frameworks as well as Mono.</p>

<p>For more information see the <a href="antlibs/dotnet/">Antlib's


Loading…
Cancel
Save