https://issues.apache.org/bugzilla/show_bug.cgi?id=53335

Stefan Bodewig <bode...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Stefan Bodewig <bode...@apache.org> ---
Anything sent to System.out is passed to the task's handleOutput method. 
<antcall> forwards it to the task it executes explicitly.

In the case of your scripted task, System.out's output never reaches the
antcall, much less the java task and thus cannot be handled by the
outputproperty.  You have to forward it explicitly.  See the
handleOutput/Input/ErrorOutput/Flush/ErrorFlush methods in CallTarget.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to