From e0648c41cf95712ccb653005170206c40a337f39 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Mon, 6 Nov 2006 05:13:29 +0000 Subject: [PATCH] Announce .NET Antlib release git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@471641 13f79535-47bb-0310-9956-ffa450edef68 --- docs/antlibs/bindownload.html | 67 +++++++++++++++++++++++++++++++--- docs/antlibs/dotnet/index.html | 8 ++-- docs/antlibs/proper.html | 2 +- docs/antlibs/srcdownload.html | 67 +++++++++++++++++++++++++++++++--- docs/antnews.html | 11 ++++++ docs/index.html | 22 +++++------ xdocs/antlibs/bindownload.xml | 51 ++++++++++++-------------- xdocs/antlibs/dotnet/index.xml | 6 +-- xdocs/antlibs/proper.xml | 2 +- xdocs/antlibs/srcdownload.xml | 51 ++++++++++++-------------- xdocs/antnews.xml | 13 +++++++ xdocs/index.xml | 28 +++++++------- 12 files changed, 230 insertions(+), 98 deletions(-) diff --git a/docs/antlibs/bindownload.html b/docs/antlibs/bindownload.html index 84a98685b..22b3f3f25 100644 --- a/docs/antlibs/bindownload.html +++ b/docs/antlibs/bindownload.html @@ -146,9 +146,66 @@ releases at http://people.a
  • AntUnit 1.0Beta2
  • -
  • .NET - Ant library 1.0Beta1
  • + +

    + + Mirror +

    +

    You are currently using [preferred]. If you encounter a +problem with this mirror, please select another mirror. If all +mirrors are failing, there are backup mirrors (at the end of +the mirrors list) that should be available.

    +
    +Other mirrors: + +
    +

    + + Current Antlib Releases +

    +
    +
    Note
    +
    Very recent releases may not be available on all +mirrors for a few days.
    +
    +
    +
    +
    Tar files may require gnu tar to extract
    +
    Tar files in the distribution contain long file names, and may + require gnu tar to do the extraction.
    +
    +

    @@ -165,17 +222,17 @@ directory, rather than from a mirror. Then verify the signatures using

    % pgpk -a KEYS
    -% pgpv apache-ant-1.6.5-bin.tar.gz.asc
    +% pgpv apache-ant-dotnet-1.0-bin.tar.gz.asc
    or
    % pgp -ka KEYS
    -% pgp apache-ant-1.6.5-bin.tar.gz.asc
    +% pgp apache-ant-dotnet-1.0-bin.tar.gz.asc
    or
    % gpg --import KEYS
    -% gpg --verify apache-ant-1.6.5-bin.tar.gz.asc +% gpg --verify apache-ant-dotnet-1.0-bin.tar.gz.asc

    Alternatively, you can verify the checksums on the files. Unix programs called md5/sha1 or diff --git a/docs/antlibs/dotnet/index.html b/docs/antlibs/dotnet/index.html index 94de89b7e..14453af57 100755 --- a/docs/antlibs/dotnet/index.html +++ b/docs/antlibs/dotnet/index.html @@ -115,12 +115,12 @@

    .NET Ant Library

    - - .NET Ant Library 1.0Beta1 + + .NET Ant Library 1.0

    -

    September 13, 2006 - Apache .NET Ant Library 1.0Beta1 +

    November 6, 2006 - Apache .NET Ant Library 1.0 Available

    -

    Apache .NET Ant Library 1.0Beta1 is now available for +

    Apache .NET Ant Library 1.0 is now available for download as binary or source release.

    diff --git a/docs/antlibs/proper.html b/docs/antlibs/proper.html index 0a0e40008..a78baef4d 100644 --- a/docs/antlibs/proper.html +++ b/docs/antlibs/proper.html @@ -278,7 +278,7 @@ - 1.0 Beta 1 released on September 13, 2006 + 1.0 released on November 6, 2006 diff --git a/docs/antlibs/srcdownload.html b/docs/antlibs/srcdownload.html index 1185b9100..064f99160 100644 --- a/docs/antlibs/srcdownload.html +++ b/docs/antlibs/srcdownload.html @@ -146,9 +146,66 @@ releases at http://people.a
  • AntUnit 1.0Beta2
  • -
  • .NET - Ant library 1.0Beta1
  • + +

    + + Mirror +

    +

    You are currently using [preferred]. If you encounter a +problem with this mirror, please select another mirror. If all +mirrors are failing, there are backup mirrors (at the end of +the mirrors list) that should be available.

    +
    +Other mirrors: + +
    +

    + + Current Antlib Releases +

    +
    +
    Note
    +
    Very recent releases may not be available on all +mirrors for a few days.
    +
    +
    +
    +
    Tar files may require gnu tar to extract
    +
    Tar files in the distribution contain long file names, and may + require gnu tar to do the extraction.
    +
    +

    @@ -165,17 +222,17 @@ directory, rather than from a mirror. Then verify the signatures using

    % pgpk -a KEYS
    -% pgpv apache-ant-1.6.5-src.tar.gz.asc
    +% pgpv apache-ant-dotnet-1.0-bin.tar.gz.asc
    or
    % pgp -ka KEYS
    -% pgp apache-ant-1.6.5-src.tar.gz.asc
    +% pgp apache-ant-dotnet-1.0-bin.tar.gz.asc
    or
    % gpg --import KEYS
    -% gpg --verify apache-ant-1.6.5-src.tar.gz.asc +% gpg --verify apache-ant-dotnet-1.0-bin.tar.gz.asc

    Alternatively, you can verify the checksums on the files. Unix programs called md5/sha1 or diff --git a/docs/antnews.html b/docs/antnews.html index d09eebae7..6644879f1 100644 --- a/docs/antnews.html +++ b/docs/antnews.html @@ -196,6 +196,17 @@

    Ant 1.7 has no support for Java6 features, but first tests on Java6 did not fail.

    + + .NET Ant Library 1.0Beta1 +

    +

    November 6, 2006 - Apache .NET Ant Library 1.0 Available

    +

    Apache .NET Ant Library 1.0 is now available for download.

    +

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

    +

    For more information see the Antlib's + home page

    +

    AntUnit 1.0Beta2

    diff --git a/docs/index.html b/docs/index.html index e9fe1230d..f697ebcd3 100644 --- a/docs/index.html +++ b/docs/index.html @@ -192,6 +192,17 @@

    Ant 1.7 has no support for Java6 features, but first tests on Java6 did not fail.

    + + .NET Ant Library 1.0 +

    +

    November 6, 2006 - Apache .NET Ant Library 1.0 Available

    +

    Apache .NET Ant Library 1.0 is now available for download.

    +

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

    +

    For more information see the Antlib's + home page

    +

    AntUnit 1.0Beta2

    @@ -200,17 +211,6 @@

    This Ant Library contains tasks to test Ant tasks using Ant instead of JUnit. For more information see the AntUnit home page.

    - - .NET Ant Library 1.0Beta1 -

    -

    September 13, 2006 - Apache .NET Ant Library 1.0Beta1 Available

    -

    Apache .NET Ant Library 1.0Beta1 is now available for download.

    -

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

    -

    For more information see the Antlib's - home page

    -

    Ant 1.6.5

    diff --git a/xdocs/antlibs/bindownload.xml b/xdocs/antlibs/bindownload.xml index e879e8184..a3272ec92 100644 --- a/xdocs/antlibs/bindownload.xml +++ b/xdocs/antlibs/bindownload.xml @@ -61,15 +61,11 @@ href="http://people.apache.org/dist/ant/antlibs/">http://people.apache.org/dist/ href="http://people.apache.org/dist/ant/antlibs/antunit/binaries/">AntUnit 1.0Beta2 -
  • .NET - Ant library 1.0Beta1
  • - -