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 - The common input handling does not work inside the IDE.
Summary: The common input handling does not work inside the IDE.
Status: RESOLVED DUPLICATE of bug 47708
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: Petr Nejedly
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-14 12:45 UTC by Ondruska
Modified: 2004-10-14 13:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***