|
@@ -128,6 +128,26 @@ value, in the file <code>${src}/build.properties</code></p> |
|
|
with "NewProperty" in a properties file, preserving the existing |
|
|
with "NewProperty" in a properties file, preserving the existing |
|
|
value, in all files ending in <code>.properties</code> in the current directory</p> |
|
|
value, in all files ending in <code>.properties</code> in the current directory</p> |
|
|
|
|
|
|
|
|
|
|
|
<blockquote> |
|
|
|
|
|
<pre><replaceregexp match="\s+" replace=" " flags="g" byline="true"> |
|
|
|
|
|
<fileset dir="${html.dir}" includes="**/*.html" /> |
|
|
|
|
|
</replaceregexp> |
|
|
|
|
|
</pre></blockquote> |
|
|
|
|
|
<p>replaces all whitespaces (blanks, tabs, etc) by one blank remaining the |
|
|
|
|
|
line separator. So with input |
|
|
|
|
|
|
|
|
|
|
|
<blockquote> |
|
|
|
|
|
<pre> |
|
|
|
|
|
<html> <body> |
|
|
|
|
|
<<TAB>><h1> T E S T </h1> <<TAB>> |
|
|
|
|
|
<<TAB>> </body></html> |
|
|
|
|
|
</pre></blockquote> |
|
|
|
|
|
would converted to |
|
|
|
|
|
<pre> |
|
|
|
|
|
<html> <body> |
|
|
|
|
|
<h1> T E S T </h1> </body></html> |
|
|
|
|
|
</pre> |
|
|
|
|
|
|
|
|
<hr> |
|
|
<hr> |
|
|
<p align="center">Copyright © 2001-2003 Apache Software Foundation. All rights |
|
|
<p align="center">Copyright © 2001-2003 Apache Software Foundation. All rights |
|
|
Reserved.</p> |
|
|
Reserved.</p> |
|
|