[ 
http://jira.codehaus.org/browse/MNG-2523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=162593#action_162593
 ] 

Torben S. Giesselmann commented on MNG-2523:
--------------------------------------------

Works perfectly for me.

Environment:
* Mac OS X: 10.5.6
* Java: java version "1.5.0_16"
* Maven: 2.0.6

Here's some info from {{System.getProperties()}}:
{code}
java.runtime.name: Java(TM) 2 Runtime Environment, Standard Edition
sun.boot.library.path: 
/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries
java.vm.version: 1.5.0_16-133
java.vm.vendor: Apple Inc.
java.vendor.url: http://www.apple.com/
java.vm.name: Java HotSpot(TM) Client VM
user.country: US
java.runtime.version: 1.5.0_16-b06-284
os.arch: i386
java.vm.specification.vendor: Sun Microsystems Inc.
os.name: Mac OS X
java.class.version: 49.0
os.version: 10.5.6
java.specification.version: 1.5
java.vm.specification.version: 1.0
java.home: /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home
sun.arch.data.model: 32
user.language: en
java.specification.vendor: Sun Microsystems Inc.
java.version: 1.5.0_16
mrj.version: 1050.1.5.0_16-284
{code}


Could anyone else provide some more system details where it's *not* working?

> OS name activation does not work for Mac OS X
> ---------------------------------------------
>
>                 Key: MNG-2523
>                 URL: http://jira.codehaus.org/browse/MNG-2523
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Profiles
>            Reporter: Jason van Zyl
>             Fix For: 2.0.x
>
>
> Using something like:
>   <profiles>
>     <profile>
>       <id>macosx</id>
>       <activation>
>         <os>
>           <name>mac os x</name>
>         </os>
>       </activation>
>       <properties>
>         <osName>Mac OS X</osName>
>       </properties>
>     </profile>
>  </profiles>
> Does not work on Mac OS X. The profile is never activated.

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

        

Reply via email to