From: <[EMAIL PROTECTED]> > "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.
I did a grep for System.err and about the only place I can see any possible issues is that the Ant tag library attaches System.out and System.err to an Ant Project's BuildLogger; I dunno if thats causing the problem... > > 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. It could be a bit cleaner (its being auto-generated from javadoc right now) but this might help... http://jakarta.apache.org/commons/sandbox/jelly/tags.html > > James > I'm starting to appreciate Jelly more.... Great! :) James _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
