Multiple Consoles [message #3879] |
Thu, 24 April 2003 11:19  |
Eclipse User |
|
|
|
Originally posted by: lxie.emageon.com
Hi, All,
How can I run more than 1 Java applications without losing any previous
consoles?
Currently, if I have one running and start another, I loose the first
console.
In JBuilder, I can run many with all consoles visible.
Thanx.
Liang
|
|
|
|
|
|
Re: Console window request.. [message #6456 is a reply to message #6419] |
Sat, 26 April 2003 10:13  |
Eclipse User |
|
|
|
This is implemented in 2.1 for the Javac task from Ant for various
compilers.
Error output from Javac is handled exactly as you requested. Moving the
mouse over the classname should enable an hyperlink.
See the JavacLineTracker provided in the external tools plugin and the
requested using the org.eclipse.debug.ui.consoleLineTrackers extension
point.
For other tasks you will need to request / contribute to see the work done.
What error output are you describing?
Darins
"Kevin" <supreme_java_guru_1@yahoo.com> wrote in message
news:b8d7v9$8oa$1@rogue.oti.com...
> Maybe I have missed it, but when I run an ant script, the console window
> displays the output. If any errors show up, I have to look at the error,
the
> class, the line number, etc. Is it possible to make it clickable on a per
> line basis, so that I can jump right into the source at the position of
the
> error for each error?
>
> Thanks.
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.67045 seconds