Re: Packager resolver log="quiet" doesn't supress download progress dots

2011-02-11 Thread Jonathan Williams
The bad output, only seen when using packager resolver: 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] .

Re: Packager resolver log="quiet" doesn't supress download progress dots

2011-02-11 Thread Maarten Coene
Could you post a snippet of that output after having set log="quiet" to your ivy:retrieve/ivy:cachepath tasks and setting quiet="true" on your packager resolver? Maarten - Original Message From: Jonathan Williams To: ivy-user@ant.apache.org Sent: Fri, February 11, 2011 5:25:53 PM Su

Re: Packager resolver log="quiet" doesn't supress download progress dots

2011-02-11 Thread Archie Cobbs
The quiet="true" setting on the settings element should be suppressing this output but a simple test shows that it does not. Sounds like a bug... please file one in JIRA . -Archie On Fri, Feb 11, 2011 at 10:25 AM, Jonathan Williams < spamhammer1...@gma

Configuring a chain resolver with local file system and ssh resolver correctly

2011-02-11 Thread Mikael Andersson
Hi I've been struggling with configuring Ivy to get it working in a similar way to maven install/deploy goals. I've been doing this in Gradle where I have one task which publishes to a SSH repo (deploy) and one task which publishes to a local file system repo. The main idea is that we want to be