Re: ZipException when loading native jars
Posted by
Sven Gothel on
Dec 05, 2012; 7:34pm
URL: https://forum.jogamp.org/ZipException-when-loading-native-jars-tp4027387p4027418.html
On 12/05/2012 08:27 PM, ryanmohr [via jogamp] wrote:
> Well JavaFX looked like the holy grail until I came across this part:
>
> *Bundle per target platform*
> Bundle formats are platform specific. Currently *a native bundle can only
> be produced for the same system you are building on*. That is, if you
> want to deliver native app bundles on Windows, Linux and Mac you will have
> to build your project on all three platforms.
>
> That simply won't work for us and I'm not sure how that design was ever
> considered acceptable.
>
> My current release process is as simple as running "rake release master
> vX.Y.Z" which checks out the master branch of the source, tags it with the
> given version number, compiles it, obfuscates it, packages it into native
> bundles / installers, uploads the releases to our server, adds the new release
> to our database, and notifies users of a new update.
.. plus my other reply regarding the proprietary status of that method.
I would not dare to include a blob in my project, depending on some weirdo
deployment and maybe even market scheme :)
~Sven