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. 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. 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]>
