You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Xavier Hanin (JIRA)" <ji...@apache.org> on 2008/02/03 16:54:08 UTC

[jira] Created: (IVY-715) Make resolve console output configurable per resolve

Make resolve console output configurable per resolve
----------------------------------------------------

                 Key: IVY-715
                 URL: https://issues.apache.org/jira/browse/IVY-715
             Project: Ivy
          Issue Type: New Feature
          Components: Core
            Reporter: Xavier Hanin
            Assignee: Xavier Hanin


Sometimes the console output produced by Ivy during resolve is too verbose. For instance when using the inline mode to resolve one module, the summary is often not wanted. In some cases one may even want to disable all output.

I suggest adding an option setting a log configuration when resolve is called. The possible values would be:
log="default" => current default output
log="download-only" => logs only when a file is downloaded. no log is produced when everything is in cache
log="none" => disable log for this resolve

More options could be added later. Note that disabling the log would only put it in the verbose level instead of info level, so that it would still be possible to easily get it by using the right option from command line.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (IVY-715) Make resolve console output configurable per resolve

Posted by "Xavier Hanin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/IVY-715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Xavier Hanin resolved IVY-715.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0-beta-2

I've implemented what described in this issue, except for the disabling option, which is called "quiet" instead of "none", since error message aren't disabled.

> Make resolve console output configurable per resolve
> ----------------------------------------------------
>
>                 Key: IVY-715
>                 URL: https://issues.apache.org/jira/browse/IVY-715
>             Project: Ivy
>          Issue Type: New Feature
>          Components: Core
>            Reporter: Xavier Hanin
>            Assignee: Xavier Hanin
>             Fix For: 2.0.0-beta-2
>
>
> Sometimes the console output produced by Ivy during resolve is too verbose. For instance when using the inline mode to resolve one module, the summary is often not wanted. In some cases one may even want to disable all output.
> I suggest adding an option setting a log configuration when resolve is called. The possible values would be:
> log="default" => current default output
> log="download-only" => logs only when a file is downloaded. no log is produced when everything is in cache
> log="none" => disable log for this resolve
> More options could be added later. Note that disabling the log would only put it in the verbose level instead of info level, so that it would still be possible to easily get it by using the right option from command line.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.