conor       2003/12/07 18:27:15

  Modified:    docs/manual/CoreTasks exec.html java.html
  Log:
  Merge
  
  Revision  Changes    Path
  1.37      +21 -19    ant/docs/manual/CoreTasks/exec.html
  
  Index: exec.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/exec.html,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -w -u -r1.36 -r1.37
  --- exec.html 13 Oct 2003 13:08:52 -0000      1.36
  +++ exec.html 8 Dec 2003 02:27:14 -0000       1.37
  @@ -14,7 +14,9 @@
   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>
  +to send input to it is via the input and inputstring attributes. Also note 
that
  +in Ant 1.6, any attempt to read input in the forked program will receive an
  +EOF (-1). This is a change from Ant 1.5, where such an attempt would 
block.</p>
   
   <h4>Cygwin Users</h4>
   <p>In general the &lt;exec&gt; task will not understand paths such as 
/bin/sh for 
  
  
  
  1.26      +24 -22    ant/docs/manual/CoreTasks/java.html
  
  Index: java.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/java.html,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -w -u -r1.25 -r1.26
  --- java.html 13 Oct 2003 13:08:52 -0000      1.25
  +++ java.html 8 Dec 2003 02:27:14 -0000       1.26
  @@ -16,7 +16,9 @@
   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>
  +send input to it is via the input and inputstring attributes. Also note that
  +in Ant 1.6, any attempt to read input in the forked VM will receive an
  +EOF (-1). This is a change from Ant 1.5, where such an attempt would 
block.</p>
   
   <h3>Parameters</h3>
   <table border="1" cellpadding="2" cellspacing="0">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to