eclipse taskdef class edu.umd.cs.findbugs.anttask.FindBugsTask cannot be found

okjsp 게시판 소스를 받아 findbugs 적용 중 해당 라이브러리가 없다며 ant build가 먹히지 않았다.

아직 진행중이긴 하지만

위의 상황의 경우 해결방법을 메모한다.

ant builder 옵션에서 findbugs jar를 추가하면 된다. 

Windows -> Preferences -> Ant -> Runtime -> Classpath

-> Add external jars, then select the findbugs-ant.jar


+ Recent posts