Standalone flag -error doesn't eliminate all non-error output
-------------------------------------------------------------
Key: IVY-490
URL: https://issues.apache.org/jira/browse/IVY-490
Project: Ivy
Issue Type: Bug
Components: Core
Affects Versions: 1.4.1
Reporter: Archie Cobbs
Priority: Minor
When running ivy in standalone mode with the -error flag, some non-error output
still occurs:
# The dots when stuff is downloaded. The result looks like this:
{noformat}
.... (20kB)
.. (0kB)
... (13kB)
.. (0kB)
............................... (232kB)
.. (0kB)
........................................................ (412kB)
{noformat}
# The message output when {{-cachepath}} is used, e.g.:
{noformat}
cachepath output to /var/tmp/ivypath.13028.txt
{noformat}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.