Error code 모음/5. JAVA, Spring errors

Ant 에러1 : compile failed see the compiler error output for details

쟈누이 2020. 5. 25. 11:04
반응형

build.xml 를 오픈한다.

혹시 모르니 복사본은 따로 남겨두도록 하자.

debuglevel="lines, vars, source"

이 속성을 다음과 같이 공백 값을 모두 없애준다.

--> debuglevel="lines,vars,source"

자세한 원인은 모르겟지만... 아무래도 공백을 인식해서 에러가 나는 듯 했다.

 

참고 링크

https://okky.kr/article/218670

 

OKKY | [질문] ant 빌드 실패..

ant로 '예제로 쉽게 배우는 스프링 프레임워크 3.0' 이라는 책의 예제 소스코드를 실행했는데 BUILD FAILED Compile failed; see the compiler error output or details. 이 에러가 계속 뜹니다. 최신버전이랑 예전버전

okky.kr

 

반응형