-
Bug
-
Resolution: Fixed
-
P3
-
17
-
b19
-
x86_64
-
windows_10
When creating an "exe" installer on Windows, AbstractBundler.cleanup() calls IOUtils.deleteRecursive() to delete the tmp directory. It can intermittently fail trying to delete the msi file.
JDK-8265078 noted that this caused large problems in the automated tests, which were addressed by modifying IOUtils.deleteRecursive() and by modifying the tests, but the underlying problem (sometimes not deleting the msi file) still exists, and should be addressed by this issue.
This may be related toJDK-8263135 and JDK-8264551, and also may be related by running antivirus software on the system.
This may be related to
- relates to
-
JDK-8265078 jpackage tests on Windows leave large temp files
-
- Resolved
-
-
JDK-8263135 unique_ptr should not be used for types that are not pointers
-
- Resolved
-
-
JDK-8264551 Unexpected warning when jpackage creates an exe
-
- Resolved
-