On Wed, Mar 5, 2008 at 5:56 AM, Neil Lott <[EMAIL PROTECTED]> wrote: > Congrats on the 2.0.2! > > I was able to get our team to move forward using IVY today, so I > appreciate everyone's help. > > Is there a way to set the logging of ivy at different levels? Its > pretty verbose and I'm not sure we really need to see all the messages > except the one-line succeeded message if an ivy-task succeeds and > otherwise a stacktrace if it fails?
The only task for which the output is configurable ATM is resolve. You can use the log attribute to tell Ivy which kind of logging you want for this task. Otherwise you need to use Ant logging level. Xavier > > > Thanks > > Neil > -- Xavier Hanin - Independent Java Consultant http://xhab.blogspot.com/ http://ant.apache.org/ivy/ http://www.xoocode.org/
