On Thu, 2 Oct 2025 02:26:33 GMT, Alexander Matveev <[email protected]> wrote:

>> - Added test for custom info plist to cover app image including embedded 
>> runtime and runtime installer.
>> - Fixed bug in `writePList`. It was missing 
>> `writeStartDocument()/writeEndDocument()` and `DOCTYPE` should be full xml 
>> string.
>
> Alexander Matveev has updated the pull request incrementally with one 
> additional commit since the last revision:
> 
>   8362598: [macos] Add tests for custom info plist files [v3]

test/jdk/tools/jpackage/macosx/SigningRuntimeImagePackageTest.java line 29:

> 27: import java.util.stream.Stream;
> 28: 
> 29: import base.SigningBase;

This should result in the following error:

open\test\jdk\tools\jpackage\macosx\SigningRuntimeImagePackageTest.java:29: 
error: package base does not exist
import base.SigningBase;
           ^
1 error

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/27509#discussion_r2402275207

Reply via email to