You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Austin Stephens (JIRA)" <ji...@apache.org> on 2018/06/07 17:16:00 UTC

[jira] [Resolved] (NETBEANS-438) Cannot Sign Platform app due to symlink

     [ https://issues.apache.org/jira/browse/NETBEANS-438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Austin Stephens resolved NETBEANS-438.
--------------------------------------
       Resolution: Fixed
    Fix Version/s: 9.0

Was merged into the main repo

> Cannot Sign Platform app due to symlink
> ---------------------------------------
>
>                 Key: NETBEANS-438
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-438
>             Project: NetBeans
>          Issue Type: Bug
>          Components: platform - Other
>    Affects Versions: 9.0
>         Environment: Mac OS X
>            Reporter: Austin Stephens
>            Assignee: Austin Stephens
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 9.0
>
>          Time Spent: 7h
>  Remaining Estimate: 0h
>
> When you run "Package as->Mac OS X Application", it creates a .app that has a symlink as the main executable. Attempting to sign it with `codesign` results in the following error:
> {noformat}
> the main executable or Info.plist must be a regular file (no symlinks, etc.){noformat}
> This can be solved by calling the resulting script via bash (resulting in another instance of bash...) or cd-ing to the script directory and sourcing it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists