This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 71637

Summary: output window of the IDE
Product: platform Reporter: alexand <alexand>
Component: Output WindowAssignee: Milos Kleint <mkleint>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description alexand 2006-01-20 02:25:18 UTC
When reading input from keyboard (with Scanner) the output window is not 
displaying anything until all the inputs are in. So no prompts can be 
outputted before all inputs are in. How to get around that? Greg
Comment 1 Milos Kleint 2006-01-23 08:37:40 UTC
you probably encountered #56341 and #56070. The problem is that ant doesn't
display any partial lines. So any System.out.print() calls will not be displayed
until a println() call is made (or a newline is inserted in some other way.)

marking as duplicate of #56341, please reopen if you problem is something else.

*** This issue has been marked as a duplicate of 56341 ***