[ https://issues.apache.org/jira/browse/MNG-8170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Slawomir Jaranowski closed MNG-8170. ------------------------------------ Resolution: Fixed > Maven 3.9.8 contains weird native library for Jansi on Windows/arm64 > -------------------------------------------------------------------- > > Key: MNG-8170 > URL: https://issues.apache.org/jira/browse/MNG-8170 > Project: Maven > Issue Type: Bug > Components: Core > Affects Versions: 3.9.8 > Reporter: Michael Osipov > Assignee: Slawomir Jaranowski > Priority: Major > Fix For: 3.9.10 > > > This doesn't look right: > {noformat} > $ tree > . > ├── README.txt > └── Windows > ├── arm64 > │ └── libjansi.so > ├── x86 > │ └── jansi.dll > └── x86_64 > └── jansi.dll > 5 directories, 4 files > osipovmi@deblndw011x:/tmp/apache-maven-3.9.8/lib/jansi-native > $ file Windows/arm64/libjansi.so > Windows/arm64/libjansi.so: PE32+ executable (DLL) (GUI) Aarch64, for MS > Windows > osipovmi@deblndw011x:/tmp/apache-maven-3.9.8/lib/jansi-native > $ file Windows/x86_64/jansi.dll > Windows/x86_64/jansi.dll: PE32+ executable (DLL) (console) x86-64, for MS > Windows > {noformat} > 1. It should be console type > 2. Name should be {{jansi.dll}} > No? > [~gnodet], [~cstamas]. -- This message was sent by Atlassian Jira (v8.20.10#820010)