You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Jason van Zyl (JIRA)" <ji...@codehaus.org> on 2008/12/14 02:52:19 UTC

[jira] Created: (MNG-3904) Fix interpolation of recursively nested build properties

Fix interpolation of recursively nested build properties
--------------------------------------------------------

                 Key: MNG-3904
                 URL: http://jira.codehaus.org/browse/MNG-3904
             Project: Maven 2
          Issue Type: Bug
            Reporter: Jason van Zyl


Nexus integration tests specify a property as:

fake-central = ${project.build.testOutputDirectory}/fake-central

where

${project.build.testOutputDirectory} is defined as ${project.build.directory}/test-classes

where

${project.build.directory} is defined as ${project.basedir}/target

We are getting ${project.build.testOutputDirectory} being evaluated and then ${project.basedir} stuck on the front.

-- 
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

        

[jira] Closed: (MNG-3904) Fix interpolation of recursively nested build properties

Posted by "Jason van Zyl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-3904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason van Zyl closed MNG-3904.
------------------------------

    Resolution: Fixed

Fixed.

> Fix interpolation of recursively nested build properties
> --------------------------------------------------------
>
>                 Key: MNG-3904
>                 URL: http://jira.codehaus.org/browse/MNG-3904
>             Project: Maven 2
>          Issue Type: Bug
>            Reporter: Jason van Zyl
>            Assignee: Shane Isbell
>             Fix For: 3.0-alpha-1
>
>
> Nexus integration tests specify a property as:
> fake-central = ${project.build.testOutputDirectory}/fake-central
> where
> ${project.build.testOutputDirectory} is defined as ${project.build.directory}/test-classes
> where
> ${project.build.directory} is defined as ${project.basedir}/target
> We are getting ${project.build.testOutputDirectory} being evaluated and then ${project.basedir} stuck on the front.

-- 
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

        

[jira] Updated: (MNG-3904) Fix interpolation of recursively nested build properties

Posted by "Jason van Zyl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-3904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason van Zyl updated MNG-3904:
-------------------------------

    Fix Version/s: 3.0-alpha-1

> Fix interpolation of recursively nested build properties
> --------------------------------------------------------
>
>                 Key: MNG-3904
>                 URL: http://jira.codehaus.org/browse/MNG-3904
>             Project: Maven 2
>          Issue Type: Bug
>            Reporter: Jason van Zyl
>             Fix For: 3.0-alpha-1
>
>
> Nexus integration tests specify a property as:
> fake-central = ${project.build.testOutputDirectory}/fake-central
> where
> ${project.build.testOutputDirectory} is defined as ${project.build.directory}/test-classes
> where
> ${project.build.directory} is defined as ${project.basedir}/target
> We are getting ${project.build.testOutputDirectory} being evaluated and then ${project.basedir} stuck on the front.

-- 
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