You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-commits@incubator.apache.org by "Xavier Hanin (JIRA)" <ji...@apache.org> on 2007/03/08 13:04:24 UTC

[jira] Created: (IVY-423) Incorrect pom parsing with profile

Incorrect pom parsing with profile
----------------------------------

                 Key: IVY-423
                 URL: https://issues.apache.org/jira/browse/IVY-423
             Project: Ivy
          Issue Type: Bug
          Components: Core
            Reporter: Xavier Hanin
             Fix For: 1.5


When a pom contains profiles with dependencies, Ivy is lost with the parsing.
For instance, with this pom:
http://repo1.maven.org/maven2/org/mule/modules/mule-module-builders/1.3.3/mule-module-builders-1.3.3.pom

Ivy complains:
{code}
bad organisation found in http://repo1.maven.org/maven2/org/mule/modules/mule-module-builders/1.3.3/mule-module-builders-1.3.3.pom: 
expected='org.mule.modules' found='xml-apis'
{code}

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


[jira] Resolved: (IVY-423) Incorrect pom parsing with profile

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

Xavier Hanin resolved IVY-423.
------------------------------

    Resolution: Fixed

I've added a junit test and fixed the bug

> Incorrect pom parsing with profile
> ----------------------------------
>
>                 Key: IVY-423
>                 URL: https://issues.apache.org/jira/browse/IVY-423
>             Project: Ivy
>          Issue Type: Bug
>          Components: Core
>            Reporter: Xavier Hanin
>             Fix For: 1.5
>
>
> When a pom contains profiles with dependencies, Ivy is lost with the parsing.
> For instance, with this pom:
> http://repo1.maven.org/maven2/org/mule/modules/mule-module-builders/1.3.3/mule-module-builders-1.3.3.pom
> Ivy complains:
> {code}
> bad organisation found in http://repo1.maven.org/maven2/org/mule/modules/mule-module-builders/1.3.3/mule-module-builders-1.3.3.pom: 
> expected='org.mule.modules' found='xml-apis'
> {code}

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