Ivy debug message level within Eclipse

Karusmeister picture Karusmeister · Jul 31, 2012 · Viewed 7.5k times · Source

I want to change ivy message level to debug my ivy-settings in eclipse and I have no idea how I to set it to debug/verbose level.

Answer

Zoop picture Zoop · Jul 31, 2012

For future reference:

You can change the Ivy message level on IvyDE by following: http://ant.apache.org/ivy/ivyde/history/latest-milestone/console.html

Message level can be changed when running Ivy as a standalone program by adding "-verbose" or "-debug" args. ex: java -jar ivy.jar -verbose