On Sat, Jul 06, 2002 at 01:40:36PM +0000, [EMAIL PROTECTED] wrote: > "James Strachan" <[EMAIL PROTECTED]> wrote on 07/06/2002 02:00:35 > PM: > > > From: <[EMAIL PROTECTED]> > > Subject: [jelly] Where does System.err from tags go? > > > > Jelly doesn't do anything special with System.err, though Ant does > AFAIK. > Bizarre, I'm not using any ant stuff, and my system err is getting > swallowed...but that's ok for the time being.
Check that your code (perhaps Jelly) isn't closing the System.out PrintStream anywhere. --Jeff (speaking from painful experience;) > > If you want to log in a Jelly script you can use <log:error>some > > message</log:error> which uses commons-logging to go to System.out / > > System.err, log4j, logkit, JDK 1.4 logging etc. > Cool...must've missed that in the docs. > > > James > I'm starting to appreciate Jelly more.... > -- > dIon Gillard, Multitask Consulting > Work: http://www.multitask.com.au > Developers: http://adslgateway.multitask.com.au/developers -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
