bodewig 2003/10/13 06:09:40 Modified: docs/manual/CoreTasks Tag: ANT_16_BRANCH apply.html exec.html java.html Log: Merge from HEAD Revision Changes Path No revision No revision 1.23.2.2 +4 -0 ant/docs/manual/CoreTasks/apply.html Index: apply.html =================================================================== RCS file: /home/cvs/ant/docs/manual/CoreTasks/apply.html,v retrieving revision 1.23.2.1 retrieving revision 1.23.2.2 diff -u -r1.23.2.1 -r1.23.2.2 --- apply.html 9 Oct 2003 21:01:07 -0000 1.23.2.1 +++ apply.html 13 Oct 2003 13:09:40 -0000 1.23.2.2 @@ -27,6 +27,10 @@ for in the given dest.</p> <p>At least one fileset or filelist is required, and you must not specify more than one mapper.</p> + +<p>Note that you cannot interact with the forked program, the only way +to send input to it is via the input and inputstring attributes.</p> + <h3>Parameters</h3> <table border="1" cellpadding="2" cellspacing="0"> <tr> 1.34.2.3 +3 -0 ant/docs/manual/CoreTasks/exec.html Index: exec.html =================================================================== RCS file: /home/cvs/ant/docs/manual/CoreTasks/exec.html,v retrieving revision 1.34.2.2 retrieving revision 1.34.2.3 diff -u -r1.34.2.2 -r1.34.2.3 --- exec.html 9 Oct 2003 21:01:07 -0000 1.34.2.2 +++ exec.html 13 Oct 2003 13:09:40 -0000 1.34.2.3 @@ -14,6 +14,9 @@ the command is only executed when Ant is run on one of the specified operating systems.</p> +<p>Note that you cannot interact with the forked program, the only way +to send input to it is via the input and inputstring attributes.</p> + <h4>Cygwin Users</h4> <p>In general the <exec> task will not understand paths such as /bin/sh for the executable parameter. This is because the Java VM in which Ant is running is a 1.24.2.2 +4 -0 ant/docs/manual/CoreTasks/java.html Index: java.html =================================================================== RCS file: /home/cvs/ant/docs/manual/CoreTasks/java.html,v retrieving revision 1.24.2.1 retrieving revision 1.24.2.2 diff -u -r1.24.2.1 -r1.24.2.2 --- java.html 9 Oct 2003 21:01:07 -0000 1.24.2.1 +++ java.html 13 Oct 2003 13:09:40 -0000 1.24.2.2 @@ -15,6 +15,10 @@ <p> If odd things go wrong when you run this task, set fork="true" to use a new JVM. + +<p>Note that you cannot interact with a forked VM, the only way to +send input to it is via the input and inputstring attributes.</p> + <h3>Parameters</h3> <table border="1" cellpadding="2" cellspacing="0"> <tr>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]