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 76853 - Handling of system.out/in of user programs
Summary: Handling of system.out/in of user programs
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: BlueJ (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-25 12:44 UTC by Milos Kleint
Modified: 2007-02-22 12:29 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 Milos Kleint 2006-05-25 12:44:42 UTC
the current way of executing user programs is through the Ant exec task.
however ant doesn't correctly process non-finished lines (System.out.print()
calls). It will not output the partial line.
Solution is to process the execution through separate means, making sure
everything works and the build output is clearly separated from the user program
output.
Comment 1 Milos Kleint 2006-06-13 13:35:49 UTC
done, with some minor annoyances that are caused by core/output2 bugs anyway..