You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bo...@apache.org on 2002/09/04 13:33:23 UTC

cvs commit: jakarta-ant/xdocs index.xml

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 @@
           <table border="0" cellspacing="0" cellpadding="2" width="100%">
       <tr><td bgcolor="#525D76">
         <font color="#ffffff" face="arial,helvetica,sanserif">
  -        <a name="Ant 1.5"><strong>Ant 1.5</strong></a>
  +        <a name="Ant 1.5.1beta1"><strong>Ant 1.5.1beta1</strong></a>
         </font>
       </td></tr>
       <tr><td>
         <blockquote>
  -                        <h3>Apache Ant 1.5 Released!</h3>
  -                                <p>Version 1.5 of Ant has been released. It is available for download 
  -      <a href="http://jakarta.apache.org/builds/jakarta-ant/release/v1.5/">
  +                        <h3>Apache Ant 1.5.1beta1 Released!</h3>
  +                                <p>Version 1.5.1beta1 of Ant has been released. It is available for download 
  +      <a href="http://jakarta.apache.org/builds/jakarta-ant/release/v1.5.1beta1/">
         here</a>.
       </p>
  -                                <h3>Fix for Cygwin problem in wrapper script available</h3>
  +                    </blockquote>
  +    </td></tr>
  +  </table>
  +        <table border="0" cellspacing="0" cellpadding="2" width="100%">
  +    <tr><td bgcolor="#525D76">
  +      <font color="#ffffff" face="arial,helvetica,sanserif">
  +        <a name="Ant 1.5"><strong>Ant 1.5</strong></a>
  +      </font>
  +    </td></tr>
  +    <tr><td>
  +      <blockquote>
  +                        <h3>Fix for Cygwin problem in wrapper script available</h3>
                                   <p>The wrapper script of Ant 1.5 needs to be replaced with a new
         version for Cygwin users.  See the <a href="faq.html#1.5-cygwin-sh">FAQ</a> for details.</p>
                                   <p><a href="./antnews.html">Read more news about Ant</a></p>
  @@ -201,6 +212,8 @@
                   Download the binary release</a></li>
           <li><a href="http://www.apache.org/dist/jakarta/jakarta-ant/release/v1.5/src/">
                   Download the source release</a></li>
  +        <li><a href="http://www.apache.org/dist/jakarta/jakarta-ant/release/v1.5/rpms/">
  +                Download source or binary RPMs</a></li>
       </ul>
                       </blockquote>
       </td></tr>
  @@ -215,7 +228,7 @@
         <blockquote>
                           <p>
       If you wish to use the latest Ant features, you can try downloading a nightly 
  -    build from <a href="http://www.apache.org/dist/jakarta/jakarta-ant/nightly/">here</a>
  +    build from <a href="http://jakarta.apache.org/builds/jakarta-ant/nightly/">here</a>
       </p>
                       </blockquote>
       </td></tr>
  
  
  
  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 @@
   <blockquote>
     <pre>
   &lt;replaceregexp byline=&quot;true&quot;&gt;
  -  &lt;regexp expression=&quot;OldProperty=(.*)&quot;/&gt;
  +  &lt;regexp pattern=&quot;OldProperty=(.*)&quot;/&gt;
     &lt;substitution expression=&quot;NewProperty=\1&quot;/&gt;
     &lt;fileset dir=&quot;.&quot;&gt;
      &lt;includes=&quot;*.properties&quot;/&gt;
  
  
  
  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 @@
   
   <body>
   
  -  <section name="Ant 1.5">
  -    <h3>Apache Ant 1.5 Released!</h3>
  -    <p>Version 1.5 of Ant has been released. It is available for download 
  -      <a href="http://jakarta.apache.org/builds/jakarta-ant/release/v1.5/">
  +  <section name="Ant 1.5.1beta1">
  +    <h3>Apache Ant 1.5.1beta1 Released!</h3>
  +    <p>Version 1.5.1beta1 of Ant has been released. It is available for download 
  +      <a href="http://jakarta.apache.org/builds/jakarta-ant/release/v1.5.1beta1/">
         here</a>.
       </p>
  +  </section>
   
  +  <section name="Ant 1.5">
       <h3>Fix for Cygwin problem in wrapper script available</h3>
         <p>The wrapper script of Ant 1.5 needs to be replaced with a new
         version for Cygwin users.  See the <a
  @@ -94,13 +96,15 @@
                   Download the binary release</a></li>
           <li><a href="http://www.apache.org/dist/jakarta/jakarta-ant/release/v1.5/src/">
                   Download the source release</a></li>
  +        <li><a href="http://www.apache.org/dist/jakarta/jakarta-ant/release/v1.5/rpms/">
  +                Download source or binary RPMs</a></li>
       </ul>  
     </section>
     
     <section name="Nightly Builds">
       <p>
       If you wish to use the latest Ant features, you can try downloading a nightly 
  -    build from <a href="http://www.apache.org/dist/jakarta/jakarta-ant/nightly/">here</a>
  +    build from <a href="http://jakarta.apache.org/builds/jakarta-ant/nightly/">here</a>
       </p>
       
     </section>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>