Re: RFR: 8333568: Test that jpackage doesn't modify R/O files/directories

2025-05-08 Thread Alexander Matveev
On Thu, 8 May 2025 20:19:43 GMT, Alexey Semenyuk wrote: > Add a check that jpackage doesn't modify files/directories supplied with > "--app-image", "--resource-dir", "--runtime-image", "--app-content", and > "--mac-dmg-content" options to every jpackage test. Looks good. - Marked

RFR: 8333568: Test that jpackage doesn't modify R/O files/directories

2025-05-08 Thread Alexey Semenyuk
Add a check that jpackage doesn't modify files/directories supplied with "--app-image", "--resource-dir", "--runtime-image", "--app-content", and "--mac-dmg-content" options to every jpackage test. - Commit messages: - Verify jpackage doesn't modify external directories passed to j

Re: RFR: 8333568: Test that jpackage doesn't modify R/O files/directories

2025-05-08 Thread Alexey Semenyuk
On Thu, 8 May 2025 20:19:43 GMT, Alexey Semenyuk wrote: > Add a check that jpackage doesn't modify files/directories supplied with > "--app-image", "--resource-dir", "--runtime-image", "--app-content", and > "--mac-dmg-content" options to every jpackage test. @sashamatveev PTAL -