Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 75081 invoked from network); 4 Sep 2002 11:33:31 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 4 Sep 2002 11:33:31 -0000 Received: (qmail 1160 invoked by uid 97); 4 Sep 2002 11:33:59 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 1143 invoked by uid 97); 4 Sep 2002 11:33:59 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 1121 invoked by uid 97); 4 Sep 2002 11:33:58 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Date: 4 Sep 2002 11:33:23 -0000 Message-ID: <20020904113323.73785.qmail@icarus.apache.org> From: bodewig@apache.org To: jakarta-ant-cvs@apache.org Subject: cvs commit: jakarta-ant/xdocs index.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N bodewig 2002/09/04 04:33:23 Modified: docs index.html docs/manual/OptionalTasks replaceregexp.html xdocs index.xml Log: Add announcement of 1.5.1beta1 on main page, fix a typo in replaceregexp docs. Revision Changes Path 1.242 +19 -6 jakarta-ant/docs/index.html Index: index.html =================================================================== RCS file: /home/cvs/jakarta-ant/docs/index.html,v retrieving revision 1.241 retrieving revision 1.242 diff -u -r1.241 -r1.242 --- index.html 15 Jul 2002 11:45:35 -0000 1.241 +++ index.html 4 Sep 2002 11:33:23 -0000 1.242 @@ -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 @@

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

1.11 +1 -1 jakarta-ant/docs/manual/OptionalTasks/replaceregexp.html Index: replaceregexp.html =================================================================== RCS file: /home/cvs/jakarta-ant/docs/manual/OptionalTasks/replaceregexp.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- replaceregexp.html 4 Sep 2002 11:05:18 -0000 1.10 +++ replaceregexp.html 4 Sep 2002 11:33:23 -0000 1.11 @@ -112,7 +112,7 @@
   <replaceregexp byline="true">
  -  <regexp expression="OldProperty=(.*)"/>
  +  <regexp pattern="OldProperty=(.*)"/>
     <substitution expression="NewProperty=\1"/>
     <fileset dir=".">
      <includes="*.properties"/>
  
  
  
  1.28      +9 -5      jakarta-ant/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/xdocs/index.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- index.xml	15 Jul 2002 11:45:35 -0000	1.27
  +++ index.xml	4 Sep 2002 11:33:23 -0000	1.28
  @@ -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

    -- To unsubscribe, e-mail: For additional commands, e-mail:
    + + 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 @@ Download the binary release
  • Download the source release
  • +
  • + Download source or binary RPMs