Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: osxappbundle
-
Labels:None
-
Environment:OSX 10.7.3, Xcode 4.3.2
-
Complexity:Intermediate
-
Patch Submitted:Yes
-
Number of attachments :
Description
Since Xcode 4.3, /Developer/Tools/SetFile no longer exists. SetFile is now symlinked from /usr/bin/SetFile .
With Xcode 4.5.x installed, the plugin gives the following message:
[WARNING] Could not set 'Has Bundle' attribute. /Developer/Tools/SetFile not found, is Developer Tools installed?
Ideally, the plugin would check for SetFile in the new location, use it if it's there, and revert to its old behaviour if it's not. The attached patch does this.
It appears that a fix for this issue was submitted in revision 17256:
https://fisheye.codehaus.org/browse/mojo/trunk/mojo/osxappbundle-maven-plugin/src/main/java/org/codehaus/mojo/osxappbundle/CreateApplicationBundleMojo.java?r2=17256&r1=11962
Any chance this can be released as part of 1.0-alpha-3 anytime soon?