You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Tom Widmer (JIRA)" <ji...@apache.org> on 2008/09/23 13:56:44 UTC

[jira] Reopened: (IVY-914) Properties needed to parse version in POM

     [ https://issues.apache.org/jira/browse/IVY-914?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom Widmer reopened IVY-914:
----------------------------


Bug exists in trunk as of r696442 (which is current I think), and in RC1.

IVY-818 deals with loading properties from the parent POM. This relates to properties defined in the POM being parsed itself. Re-opening.

> Properties needed to parse version in POM
> -----------------------------------------
>
>                 Key: IVY-914
>                 URL: https://issues.apache.org/jira/browse/IVY-914
>             Project: Ivy
>          Issue Type: Bug
>          Components: Maven Compatibility
>    Affects Versions: 2.0.0-beta-2
>            Reporter: Tom Widmer
>            Assignee: Maarten Coene
>             Fix For: 2.0-RC1
>
>         Attachments: load_properties_first.patch
>
>
> The POM file here:
> http://repository.jboss.com/maven2/org/jboss/cache/jbosscache-core/2.1.1.GA/jbosscache-core-2.1.1.GA.pom
> doesn't work with Ivy, since the version is specified as:
> <version>${jbosscache-core-version}</version>
> e.g. it uses a property in the POM. Ivy fails to set up properties until after the version has been parsed, and hence gets the version as ${jbosscache-core-version} rather than 2.1.1.GA.

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