[GRADLE-1669] Application plugin script does not set Mac -Xdock:name correctly Created: 08/Jul/11 Updated: 04/Jan/13 Resolved: 16/Aug/11 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 1.0-milestone-3 |
Fix Version/s: | 1.0-milestone-5 |
Type: | Bug | ||
Reporter: | Kelly Robinson | Assignee: | Adam Murdoch |
Resolution: | Fixed | Votes: | 0 |
Attachments: | dereference_APP_NAME_when_setting_-Xdock_name.patch | ||||||||
Issue Links: |
|
Description |
The unixStartScript.txt has a simple typo when setting -Xdock:name for Darwin. It's just missing the variable deference, i.e. : -Xdock:name=APP_NAME vs -Xdock:name=$APP_NAME |
Comments |
Comment by Kelly Robinson [ 21/Aug/11 ] |
Thanks for the fix |