You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Franz Allan Valencia See (JIRA)" <ji...@codehaus.org> on 2007/02/07 02:08:44 UTC

[jira] Created: (MNG-2812) Profile with an undefined os family activation should not activate

Profile with an undefined os family activation should not activate
------------------------------------------------------------------

                 Key: MNG-2812
                 URL: http://jira.codehaus.org/browse/MNG-2812
             Project: Maven 2
          Issue Type: Bug
          Components: Profiles
    Affects Versions: 2.0.4, 2.1.x
            Reporter: Franz Allan Valencia See


The following profile gets activated eventhough the os family is not the current os family
{code:xml}
...
    <profile>
      <id>bogus-profile</id>
      <activation>
        <os>
          <family>bogus-family</family>
        </os>
      </activation>
    </profile>
...
{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

        

[jira] Updated: (MNG-2812) Profile with an undefined os family activation should not activate

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

Jason van Zyl updated MNG-2812:
-------------------------------

       Assignee: Jason van Zyl
    Description: The following profile gets activated eventhough the os family is not the current os family ... <profile> <id>bogus-profile</id> <activation> <os> <family>bogus-family</family> </os> </activation> </profile> ...  (was: The following profile gets activated eventhough the os family is not the current os family
{code:xml}
...
    <profile>
      <id>bogus-profile</id>
      <activation>
        <os>
          <family>bogus-family</family>
        </os>
      </activation>
    </profile>
...
{code})
     Complexity:   (was: Intermediate)

> Profile with an undefined os family activation should not activate
> ------------------------------------------------------------------
>
>                 Key: MNG-2812
>                 URL: http://jira.codehaus.org/browse/MNG-2812
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Profiles
>    Affects Versions: 2.0.4, 2.1.x
>            Reporter: Franz Allan Valencia See
>         Assigned To: Jason van Zyl
>             Fix For: 2.0.6, 2.1.x
>
>
> The following profile gets activated eventhough the os family is not the current os family ... <profile> <id>bogus-profile</id> <activation> <os> <family>bogus-family</family> </os> </activation> </profile> ...

-- 
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-2812) Profile with an undefined os family activation should not activate

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

Brett Porter updated MNG-2812:
------------------------------

    Fix Version/s:     (was: 2.1.x)

> Profile with an undefined os family activation should not activate
> ------------------------------------------------------------------
>
>                 Key: MNG-2812
>                 URL: http://jira.codehaus.org/browse/MNG-2812
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Profiles
>    Affects Versions: 2.0.4, 2.1.x
>            Reporter: Franz Allan Valencia See
>            Assignee: Jason van Zyl
>             Fix For: 2.0.6
>
>
> The following profile gets activated eventhough the os family is not the current os family ... <profile> <id>bogus-profile</id> <activation> <os> <family>bogus-family</family> </os> </activation> </profile> ...

-- 
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-2812) Profile with an undefined os family activation should not activate

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

Emmanuel Venisse updated MNG-2812:
----------------------------------

    Fix Version/s: 2.1.x
                   2.0.6

> Profile with an undefined os family activation should not activate
> ------------------------------------------------------------------
>
>                 Key: MNG-2812
>                 URL: http://jira.codehaus.org/browse/MNG-2812
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Profiles
>    Affects Versions: 2.0.4, 2.1.x
>            Reporter: Franz Allan Valencia See
>             Fix For: 2.0.6, 2.1.x
>
>
> The following profile gets activated eventhough the os family is not the current os family
> {code:xml}
> ...
>     <profile>
>       <id>bogus-profile</id>
>       <activation>
>         <os>
>           <family>bogus-family</family>
>         </os>
>       </activation>
>     </profile>
> ...
> {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

        

[jira] Closed: (MNG-2812) Profile with an undefined os family activation should not activate

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

Jason van Zyl closed MNG-2812.
------------------------------

    Resolution: Fixed

> Profile with an undefined os family activation should not activate
> ------------------------------------------------------------------
>
>                 Key: MNG-2812
>                 URL: http://jira.codehaus.org/browse/MNG-2812
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Profiles
>    Affects Versions: 2.0.4, 2.1.x
>            Reporter: Franz Allan Valencia See
>         Assigned To: Jason van Zyl
>             Fix For: 2.0.6, 2.1.x
>
>
> The following profile gets activated eventhough the os family is not the current os family ... <profile> <id>bogus-profile</id> <activation> <os> <family>bogus-family</family> </os> </activation> </profile> ...

-- 
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: (MNG-2812) Profile with an undefined os family activation should not activate

Posted by "Franz Allan Valencia See (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-2812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_86964 ] 

Franz Allan Valencia See commented on MNG-2812:
-----------------------------------------------

Patch already submitted to PLXUTILS-29

> Profile with an undefined os family activation should not activate
> ------------------------------------------------------------------
>
>                 Key: MNG-2812
>                 URL: http://jira.codehaus.org/browse/MNG-2812
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Profiles
>    Affects Versions: 2.0.4, 2.1.x
>            Reporter: Franz Allan Valencia See
>
> The following profile gets activated eventhough the os family is not the current os family
> {code:xml}
> ...
>     <profile>
>       <id>bogus-profile</id>
>       <activation>
>         <os>
>           <family>bogus-family</family>
>         </os>
>       </activation>
>     </profile>
> ...
> {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

        

[jira] Commented: (MNG-2812) Profile with an undefined os family activation should not activate

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

Jason van Zyl commented on MNG-2812:
------------------------------------

I've updated 2.0.x to use plexus-utils 1.4.1 which gets rid of this problem.

> Profile with an undefined os family activation should not activate
> ------------------------------------------------------------------
>
>                 Key: MNG-2812
>                 URL: http://jira.codehaus.org/browse/MNG-2812
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Profiles
>    Affects Versions: 2.0.4, 2.1.x
>            Reporter: Franz Allan Valencia See
>         Assigned To: Jason van Zyl
>             Fix For: 2.0.6, 2.1.x
>
>
> The following profile gets activated eventhough the os family is not the current os family ... <profile> <id>bogus-profile</id> <activation> <os> <family>bogus-family</family> </os> </activation> </profile> ...

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