diff --git a/docs/index.html b/docs/index.html index e6ea410fb..bce18dd1a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -100,17 +100,28 @@ +
- Ant 1.5 + Ant 1.5.1beta1
-

Apache Ant 1.5 Released!

-

Version 1.5 of Ant has been released. It is available for download - +

Apache Ant 1.5.1beta1 Released!

+

Version 1.5.1beta1 of Ant has been released. It is available for download + here.

-

Fix for Cygwin problem in wrapper script available

+
+
+ + + @@ -215,7 +228,7 @@ Comprehensive documentation is included in the source and binary distributions.

If you wish to use the latest Ant features, you can try downloading a nightly - build from here + build from here

diff --git a/docs/manual/OptionalTasks/replaceregexp.html b/docs/manual/OptionalTasks/replaceregexp.html index 7b3b97f14..2053aaf33 100644 --- a/docs/manual/OptionalTasks/replaceregexp.html +++ b/docs/manual/OptionalTasks/replaceregexp.html @@ -112,7 +112,7 @@ value, in the file ${src}/build.properties

 <replaceregexp byline="true">
-  <regexp expression="OldProperty=(.*)"/>
+  <regexp pattern="OldProperty=(.*)"/>
   <substitution expression="NewProperty=\1"/>
   <fileset dir=".">
    <includes="*.properties"/>
diff --git a/xdocs/index.xml b/xdocs/index.xml
index bfc4b5634..423cb823e 100644
--- a/xdocs/index.xml
+++ b/xdocs/index.xml
@@ -9,13 +9,15 @@
 
 
 
-  
-

Apache Ant 1.5 Released!

-

Version 1.5 of Ant has been released. It is available for download - +

+

Apache Ant 1.5.1beta1 Released!

+

Version 1.5.1beta1 of Ant has been released. It is available for download + here.

+
+

Fix for Cygwin problem in wrapper script available

The wrapper script of Ant 1.5 needs to be replaced with a new version for Cygwin users. See the

  • Download the source release
  • +
  • + Download source or binary RPMs
  • If you wish to use the latest Ant features, you can try downloading a nightly - build from here + build from here

    + + Ant 1.5 + +
    +
    +

    Fix for Cygwin problem in wrapper script available

    The wrapper script of Ant 1.5 needs to be replaced with a new version for Cygwin users. See the FAQ for details.

    Read more news about Ant

    @@ -201,6 +212,8 @@ Comprehensive documentation is included in the source and binary distributions. Download the binary release
  • Download the source release
  • +
  • + Download source or binary RPMs