linghengqian commented on issue #20041: URL: https://github.com/apache/shardingsphere/issues/20041#issuecomment-1209658083
- I am also concerned about this problem. After all, the limitations of compiling projects in WSLg are quite large, and some important fixes are still in the Microsoft Preview stage, which will bring a lot of trouble. - The information provided by the FAQ is too cumbersome, according to https://docs.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=registry, the first step should be to execute the command in powershell . ```powershell New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" ` -Name "LongPathsEnabled" -Value 1 -PropertyType DWORD -Force ``` - But for the `application manifest` of the second step, it is neither processed in Maven Wrapper nor in Maven Core. Will this question come back to Maven? ```xml <application xmlns="urn:schemas-microsoft-com:asm.v3"> <windowsSettings xmlns:ws2="http://schemas.microsoft.com/SMI/2016/WindowsSettings"> <ws2:longPathAware>true</ws2:longPathAware> </windowsSettings> </application> ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
