Joshua Spiewak commented on Improvement MJSPC-53

Is this anything more than changing the check to:

if (SystemUtils.IS_OS_MAC_OSX && !SystemUtils.isJavaVersionAtLeast(17)) {

I tried to build and test that, but failed due to incompatibility with org/codehaus/plexus/util/FileUtils, maybe due to using Maven 3.0.4

You could also update to commons-lang 2.6 (legacy) and use !SystemUtils.IS_JAVA_1_7 instead. Although that would then break when 1.8 starts to be available.

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
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to