The example for exec does now work on Windows.
Index: index.html
===================================================================
RCS file: /home/cvspublic/jakarta-ant/docs/index.html,v
retrieving revision 1.191
diff -u -r1.191 index.html
--- index.html 2001/01/17 21:21:27 1.191
+++ index.html 2001/01/20 22:13:43
@@ -2277,8 +2277,11 @@
</table>
<h3>Examples</h3>
<blockquote>
- <p><code><exec dir="${src}" executable="dir"
os="windows"
- output="dir.txt"/></code></p>
+ <p>
+<pre>
+<exec dir="${src}" executable="cmd.exe"
os="Windows 2000" output="dir.txt">
+ <arg line="/c dir"/>
+</exec></pre></p>
</blockquote>
<h3>Parameters specified as nested elements</h3>
<h4>arg</h4>