I just recently noticed in our environment when IVY prints to Message.warn, it will only show up if you pass the verbose option to ant. Is this normal behavior or should the warn messages be displaying when you run ant normally?
What I want is to make sure the warning about circular dependencies gets printed to the screen so I can have a plugin trigger in my continuous build off that message, but I really don't want the other verbose output you get when you enable verbose output. Mandie
