Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ivy debug message level within Eclipse

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.

like image 944
Karusmeister Avatar asked Jul 31 '12 16:07

Karusmeister


2 Answers

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

like image 75
Zoop Avatar answered Nov 04 '22 20:11

Zoop


I just wanted to add that if you are running the Ivy tasks through Ant in Eclipse, you can set the verbosity level to -verbose for Ivy as follows:

  • Run menu > External Tools > External Tools Configurations
  • Choose the build you are running
  • Add '-verbose' to the Arguments textarea

enter image description here

like image 35
Jake Toronto Avatar answered Nov 04 '22 20:11

Jake Toronto