Ivy debug message level within Eclipse
Asked Answered
C

3

7

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.

Charlatan answered 31/7, 2012 at 16:13 Comment(6)
Check out the message options available when running Ivy. ant.apache.org/ivy/history/latest-milestone/standalone.htmlStringboard
Any particular reason to down rate my question?Charlatan
I'm running Ivy from eclipse,I've the link before, and still have no idea where to put that settingCharlatan
If it is in eclipse is this what you are looking for then? ant.apache.org/ivy/ivyde/history/latest-milestone/console.htmlStringboard
exactly! Cheers and sorry for a bit silly question. I really don't have much time to finish project and didn't want to spend to much time looking for this feature. Cheers!Charlatan
@Stringboard maybe you should post this as an answer with the screenshot, It may not be a great question but your answer helped.Jonahjonas
S
6

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

Stringboard answered 31/7, 2012 at 16:32 Comment(0)
S
5

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

Seascape answered 25/4, 2014 at 15:15 Comment(0)
B
1

http://ant.apache.org/ivy/ivyde/history/latest-milestone/console.html

via Zoop's answer SO: 11744878/611007

basically: eclipse > window > show views > other > type: console

in the console view that should appear, on the right choose a console: window-like icon with star-ish 'new' symbol with dropdown containing 'ivy console'

and in the bug-icon dropdown you can select the loglevel too:

bug with dropdown containing different loglevels

Bringingup answered 25/9, 2015 at 16:51 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.