The name of an intermediate volume jpackage creates when doing DMG packaging is fixed and equals the name of the application [1].
It creates a "/Volume/<app-name>" volume, which may create a conflict when running multiple jpackage instances packaging applications with the same name.
[1] https://github.com/openjdk/jdk/blob/066810c877b206a66cc87537487b17f0481646c3/src/jdk.jpackage/macosx/classes/jdk/jpackage/internal/MacDmgPackager.java#L80
It creates a "/Volume/<app-name>" volume, which may create a conflict when running multiple jpackage instances packaging applications with the same name.
[1] https://github.com/openjdk/jdk/blob/066810c877b206a66cc87537487b17f0481646c3/src/jdk.jpackage/macosx/classes/jdk/jpackage/internal/MacDmgPackager.java#L80
- relates to
-
JDK-8371436 (fs) java/nio/file/FileStore/Basic.java fails on macOS platform due to assertTrue(!store.equals(prev));
-
- In Progress
-