google-code-export / ivyidea

Automatically exported from code.google.com/p/ivyidea
1 stars 0 forks source link

Add ability to see Ivy output in IvyIDEA #62

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I would like to have the option to see Ivy's console output during artifact
resolution in the IvyIDEA console.  This would make it much easier to see
what is going on when there is an issue downloading artifacts, for example;
especially when there are long timeouts involved and IvyIDEA otherwise
appears to just be hanging.

Original issue reported on code.google.com by wajiii on 7 Nov 2009 at 9:20

GoogleCodeExporter commented 9 years ago
Attached is a patch which enables this.  Note that the project settings form and
class changes are shared with issue 41, but it is simple enough to separate them
should one so wish.

Original comment by wajiii on 7 Nov 2009 at 9:25

Attachments:

GoogleCodeExporter commented 9 years ago
Whoops, I forgot to update IvyIdeaProjectSettings.copyDataFrom.  Here's an 
updated patch.

Original comment by wajiii on 7 Nov 2009 at 10:39

Attachments:

GoogleCodeExporter commented 9 years ago
Used UI code accidentally included in patch for issue 41, implemented logging.

Original comment by guy.mah...@gmail.com on 13 Nov 2010 at 3:38