Browse Source

Add announcement of 1.5.1beta1 on main page, fix a typo in

replaceregexp docs.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273293 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 23 years ago
parent
commit
fdc1b0264f
3 changed files with 29 additions and 12 deletions
  1. +19
    -6
      docs/index.html
  2. +1
    -1
      docs/manual/OptionalTasks/replaceregexp.html
  3. +9
    -5
      xdocs/index.xml

+ 19
- 6
docs/index.html View File

@@ -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 @@ Comprehensive documentation is included in the source and binary distributions.
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 @@ Comprehensive documentation is included in the source and binary distributions.
<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
- 1
docs/manual/OptionalTasks/replaceregexp.html View File

@@ -112,7 +112,7 @@ value, in the file <code>${src}/build.properties</code></p>
<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;


+ 9
- 5
xdocs/index.xml View File

@@ -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 @@ Comprehensive documentation is included in the source and binary distributions.
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>


Loading…
Cancel
Save