Uploaded image for project: 'Ivy'
  1. Ivy
  2. IVY-1269

quiet="true" does not surpress download 'dots' on packager resolver

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 2.2.0
    • 2.3.0-RC1
    • None
    • None

    Description

      I've been having trouble with log files generated by my build being excessively large due to output from ivy:retrieve and ivy:cachepath calls. I went through and added log="quiet" to all the ivy calls, as well as quiet="true" to the package resolver. The result is a more managable size, however there's still download output that appears to be originating from the package resolver when it downloads the resources specified in packager.xml

      The bad output, only seen when using packager resolver to download a non-cached library:

      compile:
      [ivy:cachepath] :: Ivy 2.2.0 - 20100923230623 :: http://ant.apache.org/ivy/ ::
      [ivy:cachepath] :: loading settings :: file = /opt/workspace/ums/UMS/main/build/utilities/ivy/ivysettings.xml
      [ivy:cachepath] ....................................................
      [ivy:cachepath] ....................................................
      [ivy:cachepath] ....................................................
      [ivy:cachepath] ....................................................
      [ivy:cachepath] ....................................................
      [ivy:cachepath] ....................................................
      [ivy:cachepath] ....................................................
      [ivy:cachepath] ....................................................

      Verified my ivysettings.xml has the packager resolver set quiet="true", and ivy:cachepath call has log="quiet" set.

      The output from the same ivy:cachepath call, only resolving uncached modules from url and filesystem resolvers

      compile:
      [ivy:cachepath] :: Ivy 2.2.0 - 20100923230623 :: http://ant.apache.org/ivy/ ::
      [ivy:cachepath] :: loading settings :: file = /opt/workspace/ums/UMS/main/build/utilities/ivy/ivysettings.xml

      Attachments

        Activity

          People

            maartenc Maarten Coene
            foddz Jonathan Williams
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: