ant에서 junit 실행시 문제 해결
- Posted at 2007/07/16 19:35
- Filed under Program/JAVA
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 파일을 복사하면 된다.
Posted by 김형준
- Response
- No Trackback , No Comment
Trackback URL : http://www.jaso.co.kr/trackback/178






