[
http://jira.codehaus.org/browse/MOJO-1577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=237217#action_237217
]
Greg Barton commented on MOJO-1577:
-----------------------------------
Possibly the file name in the SetFile command needs to be quoted.
CreateApplicationMojoBundle.java:321 could be changed from...
setFile.createArgument().setValue( bundleDir.getAbsolutePath() );
...to...
setFile.createArgument().setValue( "'" + bundleDir.getAbsolutePath() + "'" );
> Some bundle names create DMGs with invisible apps
> -------------------------------------------------
>
> Key: MOJO-1577
> URL: http://jira.codehaus.org/browse/MOJO-1577
> Project: Mojo
> Issue Type: Bug
> Components: osxappbundle
> Environment: OSX 10.6.4
> Java(TM) SE Runtime Environment (build 1.6.0_20-b02-279-10M3065)
> Java HotSpot(TM) 64-Bit Server VM (build 16.3-b01-279, mixed mode)
> Reporter: Greg Barton
> Attachments: tilepileStation.tar.gz
>
>
> Some bundle names cause the app created in the DMG to be made invisible.
> I've mostly observed that inclusion of a 'b' in the bundle name causes this.
> For instance:
> <bundleName>Tilepile Sub Station</bundleName>
> ...makes an invisible app, but...
> <bundleName>Tilepile Su Station</bundleName>
> ...does not.
> Simply including a 'b' in the bundleName does not always recreate the
> problem. Different values of artifactId, bundleName, and buildDirectory can
> all trigger the problem, so it appears that the absolute path to the .app
> might contribute.
> In the attached project, the .app is built to target/tilepileStation-1.0. If
> it is invisible in Finder it is still visible in the Terminal.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
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