bodewig 2003/10/13 06:08:52
Modified: docs/manual/CoreTasks apply.html exec.html java.html
Log:
You can't interact with forked processes - PR 23686
Revision Changes Path
1.24 +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
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- apply.html 19 Sep 2003 08:44:22 -0000 1.23
+++ apply.html 13 Oct 2003 13:08:52 -0000 1.24
@@ -26,6 +26,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.36 +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.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- exec.html 25 Sep 2003 12:36:19 -0000 1.35
+++ exec.html 13 Oct 2003 13:08:52 -0000 1.36
@@ -13,6 +13,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.25 +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
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- java.html 1 Sep 2003 12:45:06 -0000 1.24
+++ java.html 13 Oct 2003 13:08:52 -0000 1.25
@@ -14,6 +14,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]