Martin Eklund wrote:
>I saw a couple of posts in the archive of this list regarding output in
>the eclipse console rather than the terminal from which eclipse was
>started. This is a feature that I would very much like to see in the
>future and as I understood it you are working on fixing this - I'm just
>wondering how things are progressing? Are you able to resolve all the
>issues?
>
>
I was a bit busy recently, but in the next couple of days I'll be taking
a look at the work that Lukas (see the posts) provided
and see how far this'll work.
Which language are you using with EclipseShell? If you're using
Beanshell, there might be a simple solution
by just telling Beanshell which stdout stream to use (at least for it's
print() macros, I assume).
Of course, if you're calling Java code that outputs to the System.out,
that'll still go somewhere else.
BTW: are you running the scripting language inside Eclipse or externally
(see the FAQ for an explanation
http://eclipse-shell.sourceforge.net/docs/faq.html of the run modes
"eclipse" and "externalDebug").
If you use externalDebug, you'll see all text written to stdout, because
the console shown takes the streams from the
started process.
murphee
--
Blog @ http://jroller.com/page/murphee
Maintainer of EclipseShell @ http://eclipse-shell.sourceforge.net/
|