Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] Message lines are output to the console "at once" , can they be made to appear line by line?

Bharat,
If you are using last weeks integration build, this is a known issue. See 
https://bugs.eclipse.org/bugs/show_bug.cgi?id=92135 for details.

In the future, please use the newgroups for this type of question. The 
development mailing lists are the way design and implementation issues are 
discussed and decisions voted on by the committers.
Kevin





"bharath v hegde" <bharath_hegde@xxxxxxxxxxxxxx> 
Sent by: eclipse-dev-bounces@xxxxxxxxxxx
04/26/05 08:42 AM
Please respond to
bharath v hegde and "General development mailing list of the Eclipse 
project."


To
eclipse-dev@xxxxxxxxxxx
cc

Subject
[eclipse-dev] Message  lines are output to the console "at once" , can 
they be made to appear line by line?






Hi All,

I am trying to display some messages to the console, where the messages 
are the output of some other process.

 

MessageConsole console= new MessageConsole("QmoreConsole",null);
ConsolePlugin.getDefault().getConsoleManager 
                    ().addConsoles(new IConsole[] {console});
MessageConsoleStream oStream = console.newMessageStream();
........
oStream.println(individualLine);


My problem is message  lines are output to the console "at once" at the 
end of the "some other process".  I require messages to be output line by 
line as soon  as they are output.

Any solutions?

Thanks in Advance,
Bharat





 


_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe 
from this list, visit
https://dev.eclipse.org/mailman/listinfo/eclipse-dev




Back to the top