Re: Signing jlink code for macOS on other platforms

2018-02-26 Thread Mark Raynsford
On 2018-02-12T11:44:07 + Mark Raynsford wrote: > Hello! > > As a long time Java developer, I've only ever had to deal with signing > jar files. I can obviously sign jar files once on whatever platform I > choose to use to build the code, and then distribute the jars to all > platforms. Build

Re: Signing jlink code for macOS on other platforms

2018-02-12 Thread mark . reinhold
2018/2/12 3:44:07 -0800, Mark Raynsford : > ... > > Are there any plans to implement anything that's capable of signing > macOS binaries and resources in a platform-independent way so that > jlink-produced distributions can work without warnings? No. >

Signing jlink code for macOS on other platforms

2018-02-12 Thread Mark Raynsford
Hello! As a long time Java developer, I've only ever had to deal with signing jar files. I can obviously sign jar files once on whatever platform I choose to use to build the code, and then distribute the jars to all platforms. Build once, run everywhere, etc. However, now that jlink exists, as a