Re: RFR: 8333664: Decouple command line parsing and package building in jpackage [v5]

2025-05-16 Thread Alexander Matveev
On Fri, 16 May 2025 23:43:48 GMT, Alexey Semenyuk wrote: >> Refactor jpackage to separate the configuration and execution phases. >> At the configuration phase, jpackage parses command-line arguments and >> validates them. >> At the execution phase, jpackage builds a bundle based on data collect

Re: RFR: 8333664: Decouple command line parsing and package building in jpackage [v4]

2025-05-16 Thread Alexey Semenyuk
On Sat, 10 May 2025 19:02:45 GMT, Alexey Semenyuk wrote: >> Refactor jpackage to separate the configuration and execution phases. >> At the configuration phase, jpackage parses command-line arguments and >> validates them. >> At the execution phase, jpackage builds a bundle based on data collect

Re: RFR: 8333664: Decouple command line parsing and package building in jpackage [v5]

2025-05-16 Thread Alexey Semenyuk
> Refactor jpackage to separate the configuration and execution phases. > At the configuration phase, jpackage parses command-line arguments and > validates them. > At the execution phase, jpackage builds a bundle based on data collected at > the configuration phase. > > There was no clear separ

Re: RFR: 8333664: Decouple command line parsing and package building in jpackage [v4]

2025-05-16 Thread Alexey Semenyuk
On Tue, 13 May 2025 01:55:19 GMT, Alexander Matveev wrote: >> Alexey Semenyuk has updated the pull request with a new target base due to a >> merge or a rebase. The pull request now contains 512 commits: >> >> - Add ConfigFilesStasher that allows to save contents of jpackage build >> directo

Re: RFR: 8333664: Decouple command line parsing and package building in jpackage [v4]

2025-05-16 Thread Alexey Semenyuk
On Sat, 10 May 2025 19:02:45 GMT, Alexey Semenyuk wrote: >> Refactor jpackage to separate the configuration and execution phases. >> At the configuration phase, jpackage parses command-line arguments and >> validates them. >> At the execution phase, jpackage builds a bundle based on data collect

Re: RFR: 8333664: Decouple command line parsing and package building in jpackage [v4]

2025-05-15 Thread Alexander Matveev
On Sat, 10 May 2025 19:02:45 GMT, Alexey Semenyuk wrote: >> Refactor jpackage to separate the configuration and execution phases. >> At the configuration phase, jpackage parses command-line arguments and >> validates them. >> At the execution phase, jpackage builds a bundle based on data collect

Re: RFR: 8333664: Decouple command line parsing and package building in jpackage [v4]

2025-05-10 Thread Alexey Semenyuk
> Refactor jpackage to separate the configuration and execution phases. > At the configuration phase, jpackage parses command-line arguments and > validates them. > At the execution phase, jpackage builds a bundle based on data collected at > the configuration phase. > > There was no clear separ

Re: RFR: 8333664: Decouple command line parsing and package building in jpackage [v3]

2025-05-09 Thread Alexey Semenyuk
> Refactor jpackage to separate the configuration and execution phases. > At the configuration phase, jpackage parses command-line arguments and > validates them. > At the execution phase, jpackage builds a bundle based on data collected at > the configuration phase. > > There was no clear separ

Re: RFR: 8333664: Decouple command line parsing and package building in jpackage [v2]

2025-05-09 Thread Alexey Semenyuk
> Refactor jpackage to separate the configuration and execution phases. > At the configuration phase, jpackage parses command-line arguments and > validates them. > At the execution phase, jpackage builds a bundle based on data collected at > the configuration phase. > > There was no clear separ

Re: RFR: 8333664: Decouple command line parsing and package building in jpackage

2025-05-09 Thread Alexey Semenyuk
On Wed, 12 Jun 2024 01:37:19 GMT, Alexey Semenyuk wrote: > Refactor jpackage to separate the configuration and execution phases. > At the configuration phase, jpackage parses command-line arguments and > validates them. > At the execution phase, jpackage builds a bundle based on data collected a