RFR: JDK-8007897 Problems cleaning up a file named jdk/gensrc/java/nio/_the.. on Windows (original) (raw)
Erik Joelsson erik.joelsson at oracle.com
Mon Feb 24 11:00:10 UTC 2014
- Previous message (by thread): RFR: JDK-8007897 Problems cleaning up a file named jdk/gensrc/java/nio/_the.. on Windows
- Next message (by thread): RFR: Allow using a system-installed lcms2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Looks good to me.
/Erik
On 2014-02-20 14:22, Magnus Ihse Bursie wrote:
During build, we create a touch file which is literally named 'the..'. While cygwin handles this without issues, Windows believes this to be a file with the extension "." and can't touch it, that is, not delete or move it.
This patch renames this file (and others created at the same time) to have a proper extension (".marker"), which Windows deals with properly. Bug: https://bugs.openjdk.java.net/browse/JDK-8007897 WebRev: http://cr.openjdk.java.net/~ihse/JDK-8007897-make-file-has-illegal-name-in-window/webrev.01 /Magnus
- Previous message (by thread): RFR: JDK-8007897 Problems cleaning up a file named jdk/gensrc/java/nio/_the.. on Windows
- Next message (by thread): RFR: Allow using a system-installed lcms2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]