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 50420

Summary: The common input handling does not work inside the IDE.
Product: projects Reporter: Ondruska <ondruska>
Component: AntAssignee: Petr Nejedly <pnejedly>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P2    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Ondruska 2004-10-14 12:45:11 UTC
The common input handling does not work inside 
the IDE. The same code outside the IDE works 
well.

In the end of the sequence below the variable 
in==null :
 
BufferedReader stdin = new BufferedReader( new 
InputStreamReader(System.in));

...

String in = stdin.readLine();

...
Comment 1 Petr Nejedly 2004-10-14 13:12:46 UTC
Known problem with ant.

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