autopsy icon indicating copy to clipboard operation
autopsy copied to clipboard

Problem with ivy dependency 'www.xerial.org'

Open hautot211 opened this issue 6 months ago • 0 comments

Hello, Domain www.xerial.org no longer exists, making it impossible to fetch some critical dependencies and making compilation fail with the error "Cannot find symbol com.sun.jna.Pointer" like in this issue. I believe it has moved to xerial.org, but i cannot find the ressource '/maven/repository/snapshot'. Moreover the certificate is no longer valid.

You can replace the line <ibiblio name="xerial" m2compatible="true" root="http://www.xerial.org/maven/repository/snapshot" /> To <ibiblio name="xerial" m2compatible="true" root="https://repo1.maven.org/maven2/" /> in the file CoreLibs/ivysettings.xml has a work-around.

hautot211 avatar Apr 04 '25 08:04 hautot211