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/04/17 22:03:39 UTC

[GitHub] SirIntellegence commented on a change in pull request #440: [NETBEANS-438] Cannot Sign Platform app due to symlink

SirIntellegence commented on a change in pull request #440: [NETBEANS-438] Cannot Sign Platform app due to symlink
URL: https://github.com/apache/incubator-netbeans/pull/440#discussion_r182256402
 
 

 ##########
 File path: apisupport.harness/release/suite.xml
 ##########
 @@ -420,7 +420,17 @@ See: http://wiki.netbeans.org/DevFaqHowToReuseModules
               tofile="${dist.dir}/${app.name}.app/Contents/Resources/${app.name}.icns"/>
         
         <delete file="${dist.dir}/${app.name}.app/Contents/MacOS/${app.name}"/>
-        <symlink link="${dist.dir}/${app.name}.app/Contents/MacOS/${app.name}" resource="../Resources/${app.name}/bin/${app.name}"/>
+        <echo file="${dist.dir}/${app.name}.app/Contents/MacOS/${app.name}">#!/bin/sh
 
 Review comment:
   Have they been notified of the request by you referencing them? I haven't noticed anyone checking this change yet. It does work for me, if that means anything.

----------------------------------------------------------------
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