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>&lt;exec dir=&quot;${src}&quot; executable=&quot;dir&quot; 
os=&quot;windows&quot;
-  output=&quot;dir.txt&quot;/&gt;</code></p>
+  <p>
+<pre>
+&lt;exec dir=&quot;${src}&quot; executable=&quot;cmd.exe&quot; 
os=&quot;Windows 2000&quot; output=&quot;dir.txt&quot;&gt;
+  &lt;arg line=&quot;/c dir&quot;/&gt;
+&lt;/exec&gt;</pre></p>
 </blockquote>
 <h3>Parameters specified as nested elements</h3>
 <h4>arg</h4>

Reply via email to