GoogleCodeArchive / piccolo2d

Automatically exported from code.google.com/p/piccolo2d
0 stars 0 forks source link

Maven profiles appear not to be able to fully discriminate MacOSX 10.6.x, Apple JDK 1.6.x, x86_64 #151

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
As described at

http://code.google.com/p/piccolo2d/wiki/BuildSWTOnMacOSX

the build for MacOSX 10.6.x, Apple JDK 1.6.x, x86_64 requires a manual step:

Edit swt/pom.xml, disable the macosx_carbon profile and enable the
macosx_cocoa_intel profile. This must be done manually as maven currently
does not appear to support profile activation with a combination of <os>
and <jdk>  settings.

Hopefully with some additional maven-fu we can make this automatic.

Original issue reported on code.google.com by heue...@gmail.com on 3 Dec 2009 at 3:18

GoogleCodeExporter commented 9 years ago
Known UNRESOLVED issue, see http://jira.codehaus.org/browse/MNG-3328

Original comment by heue...@gmail.com on 14 Dec 2010 at 3:40

GoogleCodeExporter commented 9 years ago
See also known NEW issue https://bugs.eclipse.org/bugs/show_bug.cgi?id=283745

Original comment by heue...@gmail.com on 14 Dec 2010 at 4:08

GoogleCodeExporter commented 9 years ago

Original comment by heue...@gmail.com on 26 Nov 2013 at 9:11