JPackage EA build 8 ( jdk-14-jpackage+1-8 )

2019-06-24 Thread Andy Herrick
The next EA build of JPackage is available at https://jdk.java.net/jpackage/ This build ( jdk-14-jpackage+1-8 ) is the first early access release based on JDK-14 This release contains fixes to the following issues: JDK-8225428: CLI change to remove "mode", rename to "package", and build only

JPackage EA build 8 ( jdk-14-jpackage+1-8 )

2019-06-25 Thread Rachel Greenham
core-libs-dev-requ...@openjdk.java.net wrote on 24/06/2019 20:12: I've been getting the new jpackage working with our project build. Generally everything's fine. One probable minor bug relating to JDK-8221333:  Replace Inno Setup with custom MSI wrapper for .exe bundler: The generated EXE ins

Re: JPackage EA build 8 ( jdk-14-jpackage+1-8 )

2019-06-25 Thread Scott Palmer
I just tried this out. One thing that has changed since my last testing was the “create-installer” vs “--package-type” parameter. “--package-type all” isn’t allowed. If I want to create .rpm and .deb, or .exe. and .msi, do I need to run twice now? Maybe this could be a comma separated list or

Re: JPackage EA build 8 ( jdk-14-jpackage+1-8 )

2019-06-26 Thread Andy Herrick
On 6/25/2019 1:44 PM, Scott Palmer wrote: I just tried this out. One thing that has changed since my last testing was the “create-installer” vs “--package-type” parameter. “--package-type all” isn’t allowed. If I want to create .rpm and .deb, or .exe. and .msi, do I need to run twice now?

Re: JPackage EA build 8 ( jdk-14-jpackage+1-8 )

2019-06-26 Thread Andy Herrick
We need to investigate this further, I have created issue: JDK-8221333 to track this issue. Thank you for you feedback. /Andy On 6/25/2019 9:17 AM, Rachel Greenham wrote: I've been getting the new jpackage working with our project build. Generally everything's fine. One probable minor bug re

Re: JPackage EA build 8 ( jdk-14-jpackage+1-8 )

2019-06-26 Thread Alexey Semenyuk
Bug ID is JDK-8226835. - Alexey On 6/26/2019 2:52 PM, Andy Herrick wrote: We need to investigate this further, I have created issue: JDK-8221333 to track this issue. Thank you for you feedback. /Andy On 6/25/2019 9:17 AM, Rachel Greenham wrote: I've been getting the new jpackage working wi

Re: JPackage EA build 8 ( jdk-14-jpackage+1-8 )

2019-06-27 Thread Scott Palmer
On Wed, Jun 26, 2019 at 2:39 PM Andy Herrick wrote: > > > On 6/25/2019 1:44 PM, Scott Palmer wrote: > > I just tried this out. One thing that has changed since my last testing > was the “create-installer” vs “--package-type” parameter. > > > > “--package-type all” isn’t allowed. If I want to cr

Re: JPackage EA build 8 ( jdk-14-jpackage+1-8 )

2019-06-27 Thread Andy Herrick
On 6/27/2019 4:07 PM, Scott Palmer wrote: I also just noticed that "--icon" is not allowed with "--package-type msi"  when creating the msi using --app-image.  It should be, unless there is some other way to set the icon to show in "Add or Remove programs"? The --icon option needs to be used

Re: JPackage EA build 8 ( jdk-14-jpackage+1-8 )

2019-06-27 Thread Scott Palmer
> On Jun 27, 2019, at 4:29 PM, Andy Herrick wrote: > > > > On 6/27/2019 4:07 PM, Scott Palmer wrote: >> I also just noticed that "--icon" is not allowed with "--package-type msi" >> when creating the msi using --app-image. It should be, unless there is some >> other way to set the icon t

Re: JPackage EA build 8 ( jdk-14-jpackage+1-8 )

2019-07-01 Thread Michael Hall
Is jdk-14 the current target release for this? I’m seeing the following in my app. Would this mean this release actually cracks down on some reflection? Is some jdk-14 bug unrelated to jpackage? Probably uncovered some other bug of mine? Who knows? java.lang.reflect.InvocationTargetException