Re: RFR: JDK-8233636: Make jpackage an incubator and remove tool provider implementation

2019-11-08 Thread Alexander Matveev
Looks good. On 11/8/2019 11:38 AM, Andy Herrick wrote: Please review the revised jpackage fix for bug [1] at [3]. This is a fix for the JDK-8200758-branch branch of the open sandbox repository (jpackage). This webrev (webrev.03) addresses feedback from previous version (webrev.02). [1]

Re: RFR: JDK-8233636: Make jpackage an incubator and remove tool provider implementation

2019-11-08 Thread Alexey Semenyuk
Looks good. - Alexey On 11/8/2019 2:38 PM, Andy Herrick wrote: Please review the revised jpackage fix for bug [1] at [3]. This is a fix for the JDK-8200758-branch branch of the open sandbox repository (jpackage). This webrev (webrev.03) addresses feedback from previous version

Re: RFR: JDK-8233636: Make jpackage an incubator and remove tool provider implementation

2019-11-08 Thread Andy Herrick
Please review the revised jpackage fix for bug [1] at [3]. This is a fix for the JDK-8200758-branch branch of the open sandbox repository (jpackage). This webrev (webrev.03) addresses feedback from previous version (webrev.02). [1] https://bugs.openjdk.java.net/browse/JDK-8233636 [2]

Re: RFR: JDK-8233636: Make jpackage an incubator and remove tool provider implementation

2019-11-08 Thread Andy Herrick
On 11/7/2019 5:38 PM, Alexey Semenyuk wrote: http://cr.openjdk.java.net/~herrick/8233636/webrev.02/test/jdk/tools/jpackage/helpers/jdk/jpackage/test/JavaTool.java.sdiff.html:50 I'd suggest to replace --- if (name.equals("jpackage")) --- with more robust --- if (this == JPACKAGE) ---

Re: RFR: JDK-8233636: Make jpackage an incubator and remove tool provider implementation

2019-11-07 Thread Mandy Chung
On 11/7/19 1:45 PM, Andy Herrick wrote: Please review the jpackage fix for bug [1] at [2]. This is a fix for the JDK-8200758-branch branch of the open sandbox repository (jpackage). This changes the module name, and base package name from jdk.jpackage to jdk.incubator.jpackage. This

Re: RFR: JDK-8233636: Make jpackage an incubator and remove tool provider implementation

2019-11-07 Thread Alexander Matveev
Hi Andy, Agree with Alexey comments. Otherwise looks good. Thanks, Alexander On 11/7/2019 2:44 PM, Andy Herrick wrote: On 11/7/2019 5:38 PM, Alexey Semenyuk wrote: I guess the link for the review is https://cr.openjdk.java.net/~herrick/8233636/webrev.02 sry: yes webrev is

Re: RFR: JDK-8233636: Make jpackage an incubator and remove tool provider implementation

2019-11-07 Thread Andy Herrick
On 11/7/2019 5:38 PM, Alexey Semenyuk wrote: I guess the link for the review is https://cr.openjdk.java.net/~herrick/8233636/webrev.02 sry: yes webrev is http://cr.openjdk.java.net/~herrick/8233636/webrev.02

Re: RFR: JDK-8233636: Make jpackage an incubator and remove tool provider implementation

2019-11-07 Thread Alexey Semenyuk
I guess the link for the review is https://cr.openjdk.java.net/~herrick/8233636/webrev.02 http://cr.openjdk.java.net/~herrick/8233636/webrev.02/test/jdk/tools/jpackage/helpers/jdk/jpackage/test/JavaTool.java.sdiff.html:50 I'd suggest to replace --- if (name.equals("jpackage")) --- with more