You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Olivier Lamy (JIRA)" <ji...@codehaus.org> on 2013/01/04 23:39:13 UTC

[jira] (MNG-5418) Can't activate a profile by checking for the presence of a file in ${user.home} or any other properties

Olivier Lamy created MNG-5418:
---------------------------------

             Summary: Can't activate a profile by checking for the presence of a file in ${user.home} or any other properties
                 Key: MNG-5418
                 URL: https://jira.codehaus.org/browse/MNG-5418
             Project: Maven 2 & 3
          Issue Type: Bug
          Components: Profiles
            Reporter: Olivier Lamy
            Assignee: Vincent Siveton
             Fix For: 2.0.9


The following won't activate. If I move it to a path without a space it works. This is for windows xp.
<file><exists>${user.home}/.m2/ydoc/lib/ydoc.jar</exists></file>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MNG-5418) Can't activate a profile by checking for the presence of a file in ${myProperty}

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MNG-5418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy closed MNG-5418.
-----------------------------

       Resolution: Fixed
    Fix Version/s: 3.1.0

merged.
                
> Can't activate a profile by checking for the presence of a file in ${myProperty}
> --------------------------------------------------------------------------------
>
>                 Key: MNG-5418
>                 URL: https://jira.codehaus.org/browse/MNG-5418
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: Profiles
>    Affects Versions: 3.0.4
>            Reporter: Olivier Lamy
>            Assignee: Olivier Lamy
>             Fix For: 3.1.0
>
>
> The following won't activate: <file><exists>${myProperty}</exists></file>
> myProperty is a current project property.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MNG-5418) Can't activate a profile by checking for the presence of a file in ${user.home} or any other properties

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MNG-5418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy updated MNG-5418:
------------------------------

    Description: 
The following won't activate. If I move it to a path without a space it works. This is for windows xp.
<file><exists>${user.home}/.m2/ydoc/lib/ydoc.jar</exists></file>
or <file><exists>${myProperty}</exists></file>

  was:
The following won't activate. If I move it to a path without a space it works. This is for windows xp.
<file><exists>${user.home}/.m2/ydoc/lib/ydoc.jar</exists></file>

    
> Can't activate a profile by checking for the presence of a file in ${user.home} or any other properties
> -------------------------------------------------------------------------------------------------------
>
>                 Key: MNG-5418
>                 URL: https://jira.codehaus.org/browse/MNG-5418
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: Profiles
>    Affects Versions: 3.0.4
>            Reporter: Olivier Lamy
>            Assignee: Olivier Lamy
>
> The following won't activate. If I move it to a path without a space it works. This is for windows xp.
> <file><exists>${user.home}/.m2/ydoc/lib/ydoc.jar</exists></file>
> or <file><exists>${myProperty}</exists></file>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MNG-5418) Can't activate a profile by checking for the presence of a file in ${myProperty}

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MNG-5418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=316786#comment-316786 ] 

Olivier Lamy edited comment on MNG-5418 at 1/5/13 2:36 AM:
-----------------------------------------------------------

fixed branch https://git-wip-us.apache.org/repos/asf?p=maven.git;a=shortlog;h=refs/heads/issues/MNG-5418 
                
      was (Author: olamy):
    fixed branch https://git-wip-us.apache.org/repos/asf?p=maven.git;a=shortlog;h=refs/heads/MNG-5418 
                  
> Can't activate a profile by checking for the presence of a file in ${myProperty}
> --------------------------------------------------------------------------------
>
>                 Key: MNG-5418
>                 URL: https://jira.codehaus.org/browse/MNG-5418
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: Profiles
>    Affects Versions: 3.0.4
>            Reporter: Olivier Lamy
>            Assignee: Olivier Lamy
>
> The following won't activate: <file><exists>${myProperty}</exists></file>
> myProperty is a current project property.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MNG-5418) Can't activate a profile by checking for the presence of a file in ${myProperty}

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MNG-5418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=316786#comment-316786 ] 

Olivier Lamy commented on MNG-5418:
-----------------------------------

fixed branch MNG-5418
https://git-wip-us.apache.org/repos/asf?p=maven.git;a=shortlog;h=refs/heads/MNG-5418 
                
> Can't activate a profile by checking for the presence of a file in ${myProperty}
> --------------------------------------------------------------------------------
>
>                 Key: MNG-5418
>                 URL: https://jira.codehaus.org/browse/MNG-5418
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: Profiles
>    Affects Versions: 3.0.4
>            Reporter: Olivier Lamy
>            Assignee: Olivier Lamy
>
> The following won't activate: <file><exists>${myProperty}</exists></file>
> myProperty is a current project property.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MNG-5418) Can't activate a profile by checking for the presence of a file in ${user.home} or any other properties

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MNG-5418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy reassigned MNG-5418:
---------------------------------

    Assignee: Olivier Lamy  (was: Vincent Siveton)
    
> Can't activate a profile by checking for the presence of a file in ${user.home} or any other properties
> -------------------------------------------------------------------------------------------------------
>
>                 Key: MNG-5418
>                 URL: https://jira.codehaus.org/browse/MNG-5418
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: Profiles
>    Affects Versions: 3.0.4
>            Reporter: Olivier Lamy
>            Assignee: Olivier Lamy
>
> The following won't activate. If I move it to a path without a space it works. This is for windows xp.
> <file><exists>${user.home}/.m2/ydoc/lib/ydoc.jar</exists></file>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MNG-5418) Can't activate a profile by checking for the presence of a file in ${myProperty}

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MNG-5418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=316786#comment-316786 ] 

Olivier Lamy edited comment on MNG-5418 at 1/4/13 5:24 PM:
-----------------------------------------------------------

fixed branch https://git-wip-us.apache.org/repos/asf?p=maven.git;a=shortlog;h=refs/heads/MNG-5418 
                
      was (Author: olamy):
    fixed branch MNG-5418
https://git-wip-us.apache.org/repos/asf?p=maven.git;a=shortlog;h=refs/heads/MNG-5418 
                  
> Can't activate a profile by checking for the presence of a file in ${myProperty}
> --------------------------------------------------------------------------------
>
>                 Key: MNG-5418
>                 URL: https://jira.codehaus.org/browse/MNG-5418
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: Profiles
>    Affects Versions: 3.0.4
>            Reporter: Olivier Lamy
>            Assignee: Olivier Lamy
>
> The following won't activate: <file><exists>${myProperty}</exists></file>
> myProperty is a current project property.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MNG-5418) Can't activate a profile by checking for the presence of a file in ${myProperty}

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MNG-5418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=316798#comment-316798 ] 

Olivier Lamy commented on MNG-5418:
-----------------------------------

if merged page http://maven.apache.org/pom.html#Activation need some update.
                
> Can't activate a profile by checking for the presence of a file in ${myProperty}
> --------------------------------------------------------------------------------
>
>                 Key: MNG-5418
>                 URL: https://jira.codehaus.org/browse/MNG-5418
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: Profiles
>    Affects Versions: 3.0.4
>            Reporter: Olivier Lamy
>            Assignee: Olivier Lamy
>
> The following won't activate: <file><exists>${myProperty}</exists></file>
> myProperty is a current project property.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MNG-5418) Can't activate a profile by checking for the presence of a file in ${user.home} or any other properties

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MNG-5418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy updated MNG-5418:
------------------------------

    Affects Version/s: 3.0.4
        Fix Version/s:     (was: 2.0.9)
    
> Can't activate a profile by checking for the presence of a file in ${user.home} or any other properties
> -------------------------------------------------------------------------------------------------------
>
>                 Key: MNG-5418
>                 URL: https://jira.codehaus.org/browse/MNG-5418
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: Profiles
>    Affects Versions: 3.0.4
>            Reporter: Olivier Lamy
>            Assignee: Olivier Lamy
>
> The following won't activate. If I move it to a path without a space it works. This is for windows xp.
> <file><exists>${user.home}/.m2/ydoc/lib/ydoc.jar</exists></file>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MNG-5418) Can't activate a profile by checking for the presence of a file in ${myProperty}

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MNG-5418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy updated MNG-5418:
------------------------------

    Description: 
The following won't activate: <file><exists>${myProperty}</exists></file>

myProperty is a current project property.

  was:
The following won't activate. If I move it to a path without a space it works. This is for windows xp.
<file><exists>${user.home}/.m2/ydoc/lib/ydoc.jar</exists></file>
or <file><exists>${myProperty}</exists></file>

        Summary: Can't activate a profile by checking for the presence of a file in ${myProperty}  (was: Can't activate a profile by checking for the presence of a file in ${user.home} or any other properties)
    
> Can't activate a profile by checking for the presence of a file in ${myProperty}
> --------------------------------------------------------------------------------
>
>                 Key: MNG-5418
>                 URL: https://jira.codehaus.org/browse/MNG-5418
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: Profiles
>    Affects Versions: 3.0.4
>            Reporter: Olivier Lamy
>            Assignee: Olivier Lamy
>
> The following won't activate: <file><exists>${myProperty}</exists></file>
> myProperty is a current project property.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MNG-5418) Can't activate a profile by checking for the presence of a file in ${myProperty}

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MNG-5418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=316792#comment-316792 ] 

Olivier Lamy commented on MNG-5418:
-----------------------------------

it added https://git-wip-us.apache.org/repos/asf?p=maven-integration-testing.git;a=shortlog;h=refs/heads/issues/MNG-5418
                
> Can't activate a profile by checking for the presence of a file in ${myProperty}
> --------------------------------------------------------------------------------
>
>                 Key: MNG-5418
>                 URL: https://jira.codehaus.org/browse/MNG-5418
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: Profiles
>    Affects Versions: 3.0.4
>            Reporter: Olivier Lamy
>            Assignee: Olivier Lamy
>
> The following won't activate: <file><exists>${myProperty}</exists></file>
> myProperty is a current project property.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira