Bug 36274 - XmlLogger does not work with targets containing input core task.
Summary: XmlLogger does not work with targets containing input core task.
Status: RESOLVED INVALID
Alias: None
Product: Ant
Classification: Unclassified
Component: Core tasks (show other bugs)
Version: 1.6.5
Hardware: Sun Solaris
: P2 major (vote)
Target Milestone: ---
Assignee: Ant Notifications List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-19 15:14 UTC by Richard Cross
Modified: 2008-08-21 05:30 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Cross 2005-08-19 15:14:52 UTC
If I run ant with xmllogger, it hangs whenever it encounters a target 
containing an input task.  If I comment out the input task, it runs fine.

is there a workaround for this?
Comment 1 Peter Reilly 2006-10-31 03:21:35 UTC
<input> means that it is waiting for user input
for the console.
The issue here is that the output of the input task
goes to the logger and not to the console,
so there is no prompt for input.