Re: JavaFX Self-contained PKG and MacAppStore_PKG did not work

2015-08-10 Thread Tai Hu
Danno, You are absolutely correct on this one. In my build script since I used native=“all”, .app, .dmg and .pkg were all generated. When I use pkg to install the app, it actually just updated .app under my build folder instead of /Applications. pkgutil —pkg-info still think application is

Re: JavaFX Self-contained PKG and MacAppStore_PKG did not work

2015-08-09 Thread Danno Ferrin
Mac installer is weird. The install location in the installer is at best a strongly worded suggestion to the pkgutil code and I don't completely understand when it follows it and when it doesn't. What I have seen in my development is that if the package has been installed and or run anywhere

JavaFX Self-contained PKG and MacAppStore_PKG did not work

2015-08-07 Thread Tai Hu
Hi, I used JavaFX ant tasks to create all native packages on Mac OS X (JDK 8u51 on latest Mac OS X). Both .app and .dmg packages are working flawlessly. However, for PKG package, the very first installation was successful and my application show up in /Applications folder. However, if I