You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Kjetil ?degaard (JIRA)" <ji...@codehaus.org> on 2006/03/06 11:03:23 UTC

[jira] Created: (MNG-2124) Incorrect resolution of parent POM properties

Incorrect resolution of parent POM properties
---------------------------------------------

         Key: MNG-2124
         URL: http://jira.codehaus.org/browse/MNG-2124
     Project: Maven 2
        Type: Bug

  Components: Inheritence and Interpolation  
    Versions: 2.0.2    
 Environment: Windows XP, JDK 1.4.2_11
    Reporter: Kjetil Ødegaard
 Attachments: maven-bug.zip

Unzip maven-bug to current dir and cd to maven-bug/artifact.

Now, Maven 2.0.1 handles things correctly (irrelevant output removed):

{code}[echo] Parent: parentartifact, project: artifact{code}

But Maven 2.0.2 has a bug:

{code}[echo] Parent: artifact, project: artifact{code}


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MNG-2124) Incorrect resolution of parent POM properties

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-2124?page=all ]

Brett Porter updated MNG-2124:
------------------------------

       Priority: Blocker  (was: Major)
    Fix Version: 2.0.3

promoting if it is a regression

> Incorrect resolution of parent POM properties
> ---------------------------------------------
>
>          Key: MNG-2124
>          URL: http://jira.codehaus.org/browse/MNG-2124
>      Project: Maven 2
>         Type: Bug

>   Components: Inheritence and Interpolation
>     Versions: 2.0.2
>  Environment: Windows XP, JDK 1.4.2_11
>     Reporter: Kjetil Ødegaard
>     Priority: Blocker
>      Fix For: 2.0.3
>  Attachments: maven-bug.zip
>
>
> Unzip maven-bug to current dir and cd to maven-bug/artifact.
> Now, Maven 2.0.1 handles things correctly (irrelevant output removed):
> {code}[echo] Parent: parentartifact, project: artifact{code}
> But Maven 2.0.2 has a bug:
> {code}[echo] Parent: artifact, project: artifact{code}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MNG-2124) Incorrect resolution of parent POM properties

Posted by "Mauro Talevi (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-2124?page=comments#action_60261 ] 

Mauro Talevi commented on MNG-2124:
-----------------------------------

Don't know if related to this bug, but there seems to be another regression  issue with 2.0.3-SNAPSHOT: 

If the parent pom (SNAPSHOT version) is not found in remote repo mvn chokes and does not generate it as it should when running from top-level. 

This behaviour does not appear in 2.0.2 so is definitely a regression. 



> Incorrect resolution of parent POM properties
> ---------------------------------------------
>
>          Key: MNG-2124
>          URL: http://jira.codehaus.org/browse/MNG-2124
>      Project: Maven 2
>         Type: Bug

>   Components: Inheritence and Interpolation
>     Versions: 2.0.2
>  Environment: Windows XP, JDK 1.4.2_11
>     Reporter: Kjetil Ødegaard
>     Priority: Blocker
>      Fix For: 2.0.3
>  Attachments: maven-bug.zip
>
>
> Unzip maven-bug to current dir and cd to maven-bug/artifact.
> Now, Maven 2.0.1 handles things correctly (irrelevant output removed):
> {code}[echo] Parent: parentartifact, project: artifact{code}
> But Maven 2.0.2 has a bug:
> {code}[echo] Parent: artifact, project: artifact{code}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MNG-2124) Incorrect resolution of parent POM properties

Posted by "Mauro Talevi (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-2124?page=comments#action_60348 ] 

Mauro Talevi commented on MNG-2124:
-----------------------------------

Created MNG-2130 to track the inability to re-created parent POM - as seems sufficient different in scope.


> Incorrect resolution of parent POM properties
> ---------------------------------------------
>
>          Key: MNG-2124
>          URL: http://jira.codehaus.org/browse/MNG-2124
>      Project: Maven 2
>         Type: Bug

>   Components: Inheritence and Interpolation
>     Versions: 2.0.2
>  Environment: Windows XP, JDK 1.4.2_11
>     Reporter: Kjetil Ødegaard
>     Priority: Blocker
>      Fix For: 2.0.3
>  Attachments: maven-bug.zip
>
>
> Unzip maven-bug to current dir and cd to maven-bug/artifact.
> Now, Maven 2.0.1 handles things correctly (irrelevant output removed):
> {code}[echo] Parent: parentartifact, project: artifact{code}
> But Maven 2.0.2 has a bug:
> {code}[echo] Parent: artifact, project: artifact{code}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MNG-2124) Incorrect resolution of parent POM properties

Posted by "John Casey (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-2124?page=comments#action_60426 ] 

John Casey commented on MNG-2124:
---------------------------------

this seems to have to do with trimming the root token from an expression before evaluating it, even though that's already been done...

> Incorrect resolution of parent POM properties
> ---------------------------------------------
>
>          Key: MNG-2124
>          URL: http://jira.codehaus.org/browse/MNG-2124
>      Project: Maven 2
>         Type: Bug

>   Components: Inheritence and Interpolation
>     Versions: 2.0.2
>  Environment: Windows XP, JDK 1.4.2_11
>     Reporter: Kjetil Ødegaard
>     Assignee: John Casey
>     Priority: Blocker
>      Fix For: 2.0.3
>  Attachments: maven-bug.zip
>
>
> Unzip maven-bug to current dir and cd to maven-bug/artifact.
> Now, Maven 2.0.1 handles things correctly (irrelevant output removed):
> {code}[echo] Parent: parentartifact, project: artifact{code}
> But Maven 2.0.2 has a bug:
> {code}[echo] Parent: artifact, project: artifact{code}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org