Konrad Windszus created MSHARED-1107:
----------------------------------------

             Summary: FileUtils.copyFile() fails with source file having 
lastModified = 0
                 Key: MSHARED-1107
                 URL: https://issues.apache.org/jira/browse/MSHARED-1107
             Project: Maven Shared Components
          Issue Type: Improvement
    Affects Versions: maven-shared-util
            Reporter: Konrad Windszus


The condition in 
https://github.com/apache/maven-shared-utils/blob/2bf1e034b06557830b9e2bfe0689f1b93ea5fbd0/src/main/java/org/apache/maven/shared/utils/io/FileUtils.java#L1904
 returns false in case the source file returns {{File.lastModified() = 0}}. 
This leads to the following exception in case the destination does not yet 
exist.

{code}
java.nio.file.NoSuchFileException: <destFile>
    at sun.nio.fs.UnixException.translateToIOException (UnixException.java:92)
    at sun.nio.fs.UnixException.rethrowAsIOException (UnixException.java:111)
    at sun.nio.fs.UnixException.rethrowAsIOException (UnixException.java:116)
    at sun.nio.fs.UnixFileAttributeViews$Posix.setMode 
(UnixFileAttributeViews.java:254)
    at sun.nio.fs.UnixFileAttributeViews$Posix.setPermissions 
(UnixFileAttributeViews.java:276)
    at java.nio.file.Files.setPosixFilePermissions (Files.java:2080)
    at org.apache.maven.shared.utils.io.FileUtils.copyFilePermissions 
(FileUtils.java:1997)
    at org.apache.maven.shared.utils.io.FileUtils.copyFile (FileUtils.java:1978)
{code}

This is a regression introduced with MSHARED-884.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to