bodewig 2002/06/12 07:08:02
Modified: docs/manual/CoreTasks Tag: ANT_15_BRANCH apply.html
exec.html
Log:
Documentation for PR 3129
Revision Changes Path
No revision
No revision
1.14.2.2 +4 -1 jakarta-ant/docs/manual/CoreTasks/apply.html
Index: apply.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/apply.html,v
retrieving revision 1.14.2.1
retrieving revision 1.14.2.2
diff -u -r1.14.2.1 -r1.14.2.2
--- apply.html 3 May 2002 09:40:28 -0000 1.14.2.1
+++ apply.html 12 Jun 2002 14:08:01 -0000 1.14.2.2
@@ -123,7 +123,10 @@
Under some operating systems, this gives access to facilities
not normally available through the VM including, under Windows,
being able to execute scripts, rather than their associated
- interpreter.</td>
+ interpreter. If you want to specify the name of the
+ executable as a relative path to the directory given by the
+ dir attribute, it may become necessary to set vmlauncher to
+ false as well.</td>
<td align="center" valign="top">No, default is <i>true</i></td>
</tr>
</table>
1.15.2.2 +4 -1 jakarta-ant/docs/manual/CoreTasks/exec.html
Index: exec.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/exec.html,v
retrieving revision 1.15.2.1
retrieving revision 1.15.2.2
diff -u -r1.15.2.1 -r1.15.2.2
--- exec.html 3 May 2002 09:40:28 -0000 1.15.2.1
+++ exec.html 12 Jun 2002 14:08:01 -0000 1.15.2.2
@@ -99,7 +99,10 @@
Under some operating systems, this gives access to facilities
not normally available through the VM including, under Windows,
being able to execute scripts, rather than their associated
- interpreter.</td>
+ interpreter. If you want to specify the name of the
+ executable as a relative path to the directory given by the
+ dir attribute, it may become necessary to set vmlauncher to
+ false as well.</td>
<td align="center" valign="top">No, default is <i>true</i></td>
</tr>
</table>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>