You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2018/05/21 17:45:54 UTC

[GitHub] dtrebbien commented on issue #440: [NETBEANS-438] Cannot Sign Platform app due to symlink

dtrebbien commented on issue #440: [NETBEANS-438] Cannot Sign Platform app due to symlink
URL: https://github.com/apache/incubator-netbeans/pull/440#issuecomment-390729311
 
 
   Can you please post steps that would enable a macOS user to try out this patch? Walking through creating a "Hello, world!"-type app would probably suffice, leaving out the steps to actually sign the app.
   
   What is the purpose of this:
   
   ```
   cd "${0%/*}"
   ```
   
   Also, I am confused by the comment "#make absolute and resolve symlinks" because the next line is a `cd` command.
   
   Can the three `cd`s be combined?
   
   Would something like this work:
   
   ```xml
   <echo file="${dist.dir}/${app.name}.app/Contents/MacOS/${app.name}">#!/bin/sh
   ../Resources/"${app.name}"/bin/"${app.name}" "$$@"
   </echo>
   ```
   
   (I am not sure if this would affect dynamically linking DYLIBs that are included in the app.)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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

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