Some errors are reported twice
------------------------------
Key: IVY-680
URL: https://issues.apache.org/jira/browse/IVY-680
Project: Ivy
Issue Type: Bug
Affects Versions: 2.0.0-beta-1
Reporter: Maarten Coene
When multiple errors occurs during a resolve, it seems that some of them are
reported twice. Cfr following output:
{code}
[ivy:resolve] :: problems summary ::
[ivy:resolve] :::: ERRORS
[ivy:resolve] third-party-repository: bad organisation found in C:\wor
king\repository\commons\lcm\ant_build\targets\..\ivy\oc4j-9.0.4.2.ivy: expected=
'OTHER' found='J2EE'
[ivy:resolve] Incompatible revisions found in: [LCMT#openutm;3.+, LCMT#openutm
;2.0.10]
[ivy:resolve]
[ivy:resolve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS
[ivy:resolve] :: problems summary ::
[ivy:resolve] :::: ERRORS
[ivy:resolve] Incompatible revisions found in: [LCMT#openutm;3.+, LCMT#openutm
;2.0.10]
[ivy:resolve]
[ivy:resolve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS
BUILD FAILED
C:\working\repository\commons\lcm\ant_build\targets\common-targets-1.0.0.xml:391
: impossible to resolve dependencies:
Incompatible revisions found in: [LCMT#openutm;3.+, LCMT#openutm;2.0.10]
{code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.