[ https://issues.apache.org/jira/browse/MSHARED-1203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17730588#comment-17730588 ]
ASF GitHub Bot commented on MSHARED-1203: ----------------------------------------- elharo commented on PR #18: URL: https://github.com/apache/maven-file-management/pull/18#issuecomment-1582696018 same problem ``` Error: org.apache.maven.shared.model.fileset.util.FileSetUtilsTest.testIncludesDontFollowSymlinks Time elapsed: 0.062 s <<< ERROR! java.nio.file.DirectoryNotEmptyException: C:\Users\RUNNER~1\AppData\Local\Temp\junit5253007099003736157\target\test-directories\testIncludesDontFollowSymlinks\testIncludesDontFollowSymlinks at sun.nio.fs.WindowsFileSystemProvider.implDelete(WindowsFileSystemProvider.java:266) at sun.nio.fs.AbstractFileSystemProvider.deleteIfExists(AbstractFileSystemProvider.java:108) at java.nio.file.Files.deleteIfExists(Files.java:1165) at org.apache.maven.shared.model.fileset.util.FileSetUtilsTest.tearDown(FileSetUtilsTest.java:57) ``` > Use Files.createSymbolicLink from Java 7 > ---------------------------------------- > > Key: MSHARED-1203 > URL: https://issues.apache.org/jira/browse/MSHARED-1203 > Project: Maven Shared Components > Issue Type: Improvement > Components: file-management > Reporter: Elliotte Rusty Harold > Assignee: Elliotte Rusty Harold > Priority: Minor > Fix For: file-management-3.1.1 > > > Instead of the massive hack in FileSetUtilsTest.java -- This message was sent by Atlassian Jira (v8.20.10#820010)