You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Emmanuel Hugonnet (JIRA)" <ji...@codehaus.org> on 2006/12/15 15:26:40 UTC

[jira] Created: (SUREFIRE-60) systemProperties not correctly evaluated

systemProperties not correctly evaluated
----------------------------------------

                 Key: SUREFIRE-60
                 URL: http://jira.codehaus.org/browse/SUREFIRE-60
             Project: surefire
          Issue Type: Bug
    Affects Versions: 2.2
         Environment: Maven 2.04 and 2.0.x
            Reporter: Emmanuel Hugonnet


I have a MOJO that sets a property for the project: project.getProperties().put(propertyName, value); 
 When I reference this property in the <systemProperties> element of my surfire configuration it is not correctly evaluated even if it is a String. But if I use a direct project property (like basedir) ${basedir}/target is correctly evaluated.
In another MOJO, used as a parameter this property is correctly evaluated.


-- 
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: (SUREFIRE-60) systemProperties not correctly evaluated

Posted by "Dan Fabulich (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/SUREFIRE-60?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Fabulich closed SUREFIRE-60.
--------------------------------

       Resolution: Duplicate
    Fix Version/s:     (was: 2.4)

Seems to be a duplicate of MNG-2201

> systemProperties not correctly evaluated
> ----------------------------------------
>
>                 Key: SUREFIRE-60
>                 URL: http://jira.codehaus.org/browse/SUREFIRE-60
>             Project: Maven Surefire
>          Issue Type: Bug
>    Affects Versions: 2.x
>         Environment: Maven 2.04 and 2.0.x
>            Reporter: Emmanuel Hugonnet
>
> I have a MOJO that sets a property for the project: project.getProperties().put(propertyName, value); 
>  When I reference this property in the <systemProperties> element of my surfire configuration it is not correctly evaluated even if it is a String. But if I use a direct project property (like basedir) ${basedir}/target is correctly evaluated.
> In another MOJO, used as a parameter this property is correctly evaluated.

-- 
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: (SUREFIRE-60) systemProperties not correctly evaluated

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/SUREFIRE-60?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter updated SUREFIRE-60:
---------------------------------

    Fix Version/s: 2.3

> systemProperties not correctly evaluated
> ----------------------------------------
>
>                 Key: SUREFIRE-60
>                 URL: http://jira.codehaus.org/browse/SUREFIRE-60
>             Project: Maven Surefire
>          Issue Type: Bug
>    Affects Versions: 2.4
>         Environment: Maven 2.04 and 2.0.x
>            Reporter: Emmanuel Hugonnet
>             Fix For: 2.3
>
>
> I have a MOJO that sets a property for the project: project.getProperties().put(propertyName, value); 
>  When I reference this property in the <systemProperties> element of my surfire configuration it is not correctly evaluated even if it is a String. But if I use a direct project property (like basedir) ${basedir}/target is correctly evaluated.
> In another MOJO, used as a parameter this property is correctly evaluated.

-- 
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: (SUREFIRE-60) systemProperties not correctly evaluated

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/SUREFIRE-60?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter updated SUREFIRE-60:
---------------------------------

    Fix Version/s:     (was: 2.3)
                   2.4

> systemProperties not correctly evaluated
> ----------------------------------------
>
>                 Key: SUREFIRE-60
>                 URL: http://jira.codehaus.org/browse/SUREFIRE-60
>             Project: Maven Surefire
>          Issue Type: Bug
>    Affects Versions: 2.5
>         Environment: Maven 2.04 and 2.0.x
>            Reporter: Emmanuel Hugonnet
>             Fix For: 2.4
>
>
> I have a MOJO that sets a property for the project: project.getProperties().put(propertyName, value); 
>  When I reference this property in the <systemProperties> element of my surfire configuration it is not correctly evaluated even if it is a String. But if I use a direct project property (like basedir) ${basedir}/target is correctly evaluated.
> In another MOJO, used as a parameter this property is correctly evaluated.

-- 
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] Commented: (SUREFIRE-60) systemProperties not correctly evaluated

Posted by "Emmanuel Hugonnet (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/SUREFIRE-60?page=comments#action_82874 ] 
            
Emmanuel Hugonnet commented on SUREFIRE-60:
-------------------------------------------

This is a duplicate of :
http://jira.codehaus.org/browse/MNG-2201 which has been reopened the 16/12/2006

> systemProperties not correctly evaluated
> ----------------------------------------
>
>                 Key: SUREFIRE-60
>                 URL: http://jira.codehaus.org/browse/SUREFIRE-60
>             Project: surefire
>          Issue Type: Bug
>    Affects Versions: 2.2
>         Environment: Maven 2.04 and 2.0.x
>            Reporter: Emmanuel Hugonnet
>
> I have a MOJO that sets a property for the project: project.getProperties().put(propertyName, value); 
>  When I reference this property in the <systemProperties> element of my surfire configuration it is not correctly evaluated even if it is a String. But if I use a direct project property (like basedir) ${basedir}/target is correctly evaluated.
> In another MOJO, used as a parameter this property is correctly evaluated.

-- 
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] Commented: (SUREFIRE-60) systemProperties not correctly evaluated

Posted by "Emmanuel Hugonnet (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/SUREFIRE-60?page=comments#action_82855 ] 
            
Emmanuel Hugonnet commented on SUREFIRE-60:
-------------------------------------------

If I use a Map like environmentVariables for example, the property is correctly evaluated.
This look more like a maven issue than a surfire one.

> systemProperties not correctly evaluated
> ----------------------------------------
>
>                 Key: SUREFIRE-60
>                 URL: http://jira.codehaus.org/browse/SUREFIRE-60
>             Project: surefire
>          Issue Type: Bug
>    Affects Versions: 2.2
>         Environment: Maven 2.04 and 2.0.x
>            Reporter: Emmanuel Hugonnet
>
> I have a MOJO that sets a property for the project: project.getProperties().put(propertyName, value); 
>  When I reference this property in the <systemProperties> element of my surfire configuration it is not correctly evaluated even if it is a String. But if I use a direct project property (like basedir) ${basedir}/target is correctly evaluated.
> In another MOJO, used as a parameter this property is correctly evaluated.

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