Re: Javapackager not calling MyApp-post-image.sh on MacOSX

2014-09-03 Thread Danno Ferrin
Excellent point. I'll move the script to before the codesign. I've also got some bugs requesting an easy flag to turn off auto-codesign. I'll do that as part of the 8u40 work. In the mean time, you can disable codesign with a bundler argument in ant by adding this to the fx:deploy element

Re: Javapackager not calling MyApp-post-image.sh on MacOSX

2014-09-03 Thread Jeff Martin
I just tested with DMG and my script does get called. However, it seems like I can’t use it to add and remove JDK files without invalidating the codesign work. Is it possible for javapackager to build the image, call the post-image script, then codesign? jeff On Sep 3, 2014, at 4:33 PM, Jeff

Re: Javapackager not calling MyApp-post-image.sh on MacOSX

2014-09-03 Thread Jeff Martin
Done: RT-38521 - Javapackager not calling post-image script on MacOSX for PKG and IMAGE jeff On Sep 3, 2014, at 4:15 PM, Danno Ferrin wrote: > A quick code inspection shows that the post image script is only called for > DMG packaging. Looks to be a PKG oversight. Could you post a bug to

Re: Javapackager not calling MyApp-post-image.sh on MacOSX

2014-09-03 Thread Danno Ferrin
A quick code inspection shows that the post image script is only called for DMG packaging. Looks to be a PKG oversight. Could you post a bug to javafx-jira.kenai.com? On Sep 3, 2014, at 2:31 PM, Jeff Martin wrote: > Actually, for the moment I’m just generating “image”, though I tried pkg and

Re: Javapackager not calling MyApp-post-image.sh on MacOSX

2014-09-03 Thread Jeff Martin
Actually, for the moment I’m just generating “image”, though I tried pkg and it also didn’t call the post-image script. I love all the customization tips when verbose is turned on. I was hoping it would say, “No post-image script found at package/macosx/SnapCode-post-image.sh - add one here for

Re: Javapackager not calling MyApp-post-image.sh on MacOSX

2014-09-03 Thread Danno Ferrin
What mac package format? DMG or PKG? On Sep 3, 2014, at 12:38 PM, Jeff Martin wrote: > I’m glad to see that javafxpackager is now javapackager. So my question > should be - what is the proper forum to post a javapackger question, or who > at Oracle could create a new dedicated forum for it?

Re: Javapackager not calling MyApp-post-image.sh on MacOSX

2014-09-03 Thread Kevin Rushforth
This is the proper place to discuss the javapackager (at least for the near term). Bugs are still tracked through the JavaFX JIRA. The source code lives in the JavaFX repo and it is built and delivered into the JDK as part of the JavaFX build. -- Kevin Jeff Martin wrote: I’m glad to see tha

Javapackager not calling MyApp-post-image.sh on MacOSX

2014-09-03 Thread Jeff Martin
I’m glad to see that javafxpackager is now javapackager. So my question should be - what is the proper forum to post a javapackger question, or who at Oracle could create a new dedicated forum for it? In the meantime, does anyone have a suggestion to diagnose why my custom package/macosx/MyApp-