You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Sean Montgomery (JIRA)" <ji...@apache.org> on 2009/01/12 17:42:02 UTC

[jira] Created: (IVY-1004) ivy:resolve ant task with log set to quiet isn't quiet

ivy:resolve ant task with log set to quiet isn't quiet
------------------------------------------------------

                 Key: IVY-1004
                 URL: https://issues.apache.org/jira/browse/IVY-1004
             Project: Ivy
          Issue Type: Improvement
          Components: Ant
    Affects Versions: 2.0-RC2
            Reporter: Sean Montgomery
            Priority: Minor


Using ivy-2.0-RC2 with ant 1.7.1, without verbose or debug ant command line flag, ivy:resolve with log attribute set to "quiet" isn't quiet, appears the same as "download-only".  According to docs quiet shouldn't be logging download messages.

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


[jira] Commented: (IVY-1004) ivy:resolve ant task with log set to quiet isn't quiet

Posted by "Josh Moore (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/IVY-1004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12672532#action_12672532 ] 

Josh Moore commented on IVY-1004:
---------------------------------

Here's my log using org.apache.tools.ant.NoBannerLogger. If possible, all of the following output should be quiet-able:

{code}
josh@mac:~/code/omero.git$ java omero
Buildfile: build.xml

check-ivy:
:: Ivy 2.0.0 - 20090108225011 :: http://ant.apache.org/ivy/ ::
:: loading settings :: file = /Users/josh/code/git/etc/ivysettings.xml

...

deps-retrieve:
:: Ivy 2.0.0 - 20090108225011 :: http://ant.apache.org/ivy/ ::
:: loading settings :: file = /Users/josh/code/git/etc/ivysettings.xml

...

deps-resolve:
Overriding previous definition of reference to ivy.resolved.report
Overriding previous definition of reference to ivy.resolved.configurations.ref
Overriding previous definition of reference to ivy.resolved.descriptor
Overriding previous definition of reference to ivy.resolved.report.omero.dsl
Overriding previous definition of reference to ivy.resolved.descriptor.omero.dsl
Overriding previous definition of reference to ivy.resolved.configurations.ref.omero.dsl

deps-publish-local:
:: delivering :: omero#dsl;working@mac :: 4.0.0-DEV :: integration :: Wed Feb 11 08:02:23 CET 2009
        delivering ivy file to /Users/josh/code/git/components/dsl/target/dsl.xml
:: publishing :: omero#dsl
        published dsl to /Users/josh/code/git/etc/../dist/lib/dsl-4.0.0-DEV.jar
        published ivy to /Users/josh/code/git/etc/../dist/lib/dsl-4.0.0-DEV.ivy
{code}

> ivy:resolve ant task with log set to quiet isn't quiet
> ------------------------------------------------------
>
>                 Key: IVY-1004
>                 URL: https://issues.apache.org/jira/browse/IVY-1004
>             Project: Ivy
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 2.0-RC2, 2.0
>            Reporter: Sean Montgomery
>            Priority: Minor
>
> Using ivy-2.0-RC2 with ant 1.7.1, without verbose or debug ant command line flag, ivy:resolve with log attribute set to "quiet" isn't quiet, appears the same as "download-only".  According to docs quiet shouldn't be logging download messages.

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


[jira] Commented: (IVY-1004) ivy:resolve ant task with log set to quiet isn't quiet

Posted by "Maarten Coene (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/IVY-1004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12672439#action_12672439 ] 

Maarten Coene commented on IVY-1004:
------------------------------------

ok, I"ve found a few places where the was still something logged.
Could you given it a new try with SVN trunk to see if it fixes your problem?

> ivy:resolve ant task with log set to quiet isn't quiet
> ------------------------------------------------------
>
>                 Key: IVY-1004
>                 URL: https://issues.apache.org/jira/browse/IVY-1004
>             Project: Ivy
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 2.0-RC2, 2.0
>            Reporter: Sean Montgomery
>            Priority: Minor
>
> Using ivy-2.0-RC2 with ant 1.7.1, without verbose or debug ant command line flag, ivy:resolve with log attribute set to "quiet" isn't quiet, appears the same as "download-only".  According to docs quiet shouldn't be logging download messages.

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


[jira] Updated: (IVY-1004) ivy:resolve ant task with log set to quiet isn't quiet

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

Maarten Coene updated IVY-1004:
-------------------------------

          Component/s:     (was: Ant)
                       Core
    Affects Version/s: 2.0

> ivy:resolve ant task with log set to quiet isn't quiet
> ------------------------------------------------------
>
>                 Key: IVY-1004
>                 URL: https://issues.apache.org/jira/browse/IVY-1004
>             Project: Ivy
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 2.0-RC2, 2.0
>            Reporter: Sean Montgomery
>            Priority: Minor
>
> Using ivy-2.0-RC2 with ant 1.7.1, without verbose or debug ant command line flag, ivy:resolve with log attribute set to "quiet" isn't quiet, appears the same as "download-only".  According to docs quiet shouldn't be logging download messages.

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


[jira] Commented: (IVY-1004) ivy:resolve ant task with log set to quiet isn't quiet

Posted by "Maarten Coene (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/IVY-1004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12672427#action_12672427 ] 

Maarten Coene commented on IVY-1004:
------------------------------------

I tried myself and I ddin't get the download messages when setting log to "quiet".
Could you post your console log?

> ivy:resolve ant task with log set to quiet isn't quiet
> ------------------------------------------------------
>
>                 Key: IVY-1004
>                 URL: https://issues.apache.org/jira/browse/IVY-1004
>             Project: Ivy
>          Issue Type: Improvement
>          Components: Ant
>    Affects Versions: 2.0-RC2
>            Reporter: Sean Montgomery
>            Priority: Minor
>
> Using ivy-2.0-RC2 with ant 1.7.1, without verbose or debug ant command line flag, ivy:resolve with log attribute set to "quiet" isn't quiet, appears the same as "download-only".  According to docs quiet shouldn't be logging download messages.

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


[jira] Commented: (IVY-1004) ivy:resolve ant task with log set to quiet isn't quiet

Posted by "Josh Moore (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/IVY-1004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12672220#action_12672220 ] 

Josh Moore commented on IVY-1004:
---------------------------------

+1 also affects 2.0 (GA).

> ivy:resolve ant task with log set to quiet isn't quiet
> ------------------------------------------------------
>
>                 Key: IVY-1004
>                 URL: https://issues.apache.org/jira/browse/IVY-1004
>             Project: Ivy
>          Issue Type: Improvement
>          Components: Ant
>    Affects Versions: 2.0-RC2
>            Reporter: Sean Montgomery
>            Priority: Minor
>
> Using ivy-2.0-RC2 with ant 1.7.1, without verbose or debug ant command line flag, ivy:resolve with log attribute set to "quiet" isn't quiet, appears the same as "download-only".  According to docs quiet shouldn't be logging download messages.

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