Re: RFR: JDK-8245831: Unify code parsing version strings on Mac and Windows

2020-05-29 Thread Alexey Semenyuk
On 5/27/2020 10:05 AM, Andy Herrick wrote: looks good curious why app.identifier was added to cfg file.  I don't see it used anywhere. Right. That is why I removed it. Thank you for the review! - Alexey /Andy On 5/26/2020 3:26 PM, Alexey Semenyuk wrote: Please review fix [2] for jpack

Re: RFR: JDK-8245831: Unify code parsing version strings on Mac and Windows

2020-05-27 Thread Andy Herrick
looks good curious why app.identifier was added to cfg file.  I don't see it used anywhere. /Andy On 5/26/2020 3:26 PM, Alexey Semenyuk wrote: Please review fix [2] for jpackage bug [1]. Get rid of duplicated code parsing version strings. Move the code parsing version strings to dedicated

Re: RFR: JDK-8245831: Unify code parsing version strings on Mac and Windows

2020-05-26 Thread alexander . matveev
Hi Alexey, Looks good. Thanks, Alexander On 5/26/20 12:26 PM, Alexey Semenyuk wrote: Please review fix [2] for jpackage bug [1]. Get rid of duplicated code parsing version strings. Move the code parsing version strings to dedicated classes with unit test coverage. Also remove Mac specific i