jenkinsci / lib-file-leak-detector

Java agent that detects file handle leak
http://file-leak-detector.kohsuke.org/
MIT License
241 stars 112 forks source link

Compilation error, org.kohsuke:asm3:3.3.0 dependency is missing from pom file, #27

Closed tzachs closed 2 years ago

tzachs commented 7 years ago

Hi,

I've cloned the project (zip file) and ran mvn clean package. I got compilation error due to class not file belonging to org.kohsuke.asm3.

Adding the following helped.

org.kohsuke asm3 3.3.0
centic9 commented 7 years ago

I think I solved this for me by changing from asm3 to asm5 in the code, see https://github.com/centic9/file-leak-detector/commit/8e73796da828f35b6613ef296058d0cfe3180de6

tzachs commented 7 years ago

Thanks centic9. I was able to solve buy adding the dependency also.

basil commented 2 years ago

This is no longer an issue in recent builds.