ant에서 junit 실행시 문제 해결

ant의 build.xml 파일에서 <junit ...> task를 사용할 경우 다음과 같은 문제가 발생할 수 있다.

Ant could not find the task or a class this task relies upon.

This is common and has a number of causes; the usual
solutions are to read the manual pages then download and
install needed JAR files, or fix the build file:

....

해결방법은 ANT 설치디렉토리($ANT_HOME) 아래에 lib 디렉토리에 junit.jar 파일을 복사하면 된다.

크리에이티브 커먼즈 라이센스
Creative Commons License

Posted by 김형준


Trackback URL : http://www.jaso.co.kr/trackback/178

Leave a comment
« Previous : 1 : ... 244 : 245 : 246 : 247 : 248 : 249 : 250 : 251 : 252 : ... 388 : Next »