|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
- [mojo-dev] [jira] (MOJO-1886) osxappbundle doesn't cor... James Agnew (JIRA)
- [mojo-dev] [jira] (MOJO-1886) osxappbundle doesn'... Fred Cooke (JIRA)
- [mojo-dev] [jira] (MOJO-1886) osxappbundle doesn'... Fred Cooke (JIRA)
- [mojo-dev] [jira] (MOJO-1886) osxappbundle doesn'... Daniel Muhra (JIRA)
- [mojo-dev] [jira] (MOJO-1886) osxappbundle doesn'... Fred Cooke (JIRA)
- [mojo-dev] [jira] (MOJO-1886) osxappbundle doesn'... Daniel Muhra (JIRA)
- [mojo-dev] [jira] (MOJO-1886) osxappbundle doesn'... Daniel Muhra (JIRA)
- [mojo-dev] [jira] (MOJO-1886) osxappbundle doesn'... Daniel Muhra (JIRA)
- [mojo-dev] [jira] (MOJO-1886) osxappbundle doesn'... Ingo Richter (JIRA)

Yes, it does work. I built and tested the code using the follwing way to detect the OS and it worked.
public static boolean isOSX() { String osName = System.getProperty("os.name"); return osName.contains("OS X"); }