|
From: <bh4...@co...> - 2006-04-13 18:35:22
|
That is indeed the process tree, and I am able to see the sterr and stdout streams in the console. I can cut&paste them into the error pattern checker, and it verifies that the patterns are correct. But nothing is sent to ErrorList. Is it because the "filename" field contains a classname, and not a real filename? I will try updating console from CVS. Thanks. B -------------- Original message ---------------------- From: "Alan Ezust" <ala...@gm...> > Greetings, > > So your process tree looks like this: > > jedit -> runs console -> runs bash/cmd -> runs ant -> runs your program > > Is your program sending its error messages to stdout or stderr? > Do you *see* the stderr in the console? > > A lot of recent work was done on console (and 3 bugs fixed since > 4.2.5.2), so please update from CVS to make sure you are using the > latest version. > On 4/13/06, bh4...@co... <bh4...@co...> wrote: > > Greetings, > > > > I am running my java app from ant via the console, and would like the > console to look for error patterns in the System.err and System.out streams. I > have verified that my app's output correctly matches error patterns installed in > the console, but the output is ignored. The real goal here is to have stack > trace lines appear in the ErrorList. Can anyone tell me why the console is > ignoring my application's output? > > > > > > B > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by xPML, a groundbreaking scripting language > > that extends applications into web and mobile media. Attend the live webcast > > and join the prime developer group breaking into this new coding territory! > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > > -- > > ----------------------------------------------- > > jEdit Developers' List > > jEd...@li... > > https://lists.sourceforge.net/lists/listinfo/jedit-devel > > |