Fred Cooke commented on New Feature MOJO-1870

Symlinks are not an option for this. It has to be a mac alias file. Additionally, adding a background is doable. As is arranging the icons and window format. All aspects are simply a matter of setting up files before hand and copying them to the directory to be included into the DMG source dir.

/src/main/osx/DS_Store -> builddir/.DS_Store for window layout etc
/src/main/background.png -> builddir/.background/background.png for background, obviously. May require data inside .DS_Store file too.
/src/main/osx/Applications -> builddir/Applications

NOTE: Symlinks are NOT an option due to Java having no way to recognise them. Hence prebuilt OSX alias file. Symlinking to /Applications is a terminal mistake if you're using eclipse or anything else with JGit in it.

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