I run a Java task from my ant script. That task does some various Logger.global.log(Level.INFO, "message") calls. The problem is that these are registered as warnings in my ant log. Is there something that can be done about this?
I use Ant 1.7.0 and JDK 1.6 -- View this message in context: http://www.nabble.com/Warnings-from-Java-task-tf3751239.html#a10600574 Sent from the Ant - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
