본문 바로가기

Dev. Tool/Maven

(3)
error configuring application listener of class xxx 아래와 같이 하면 된다던데... 해결 안 됨. Update Project Configuration 만 진행 후 해결됨.정확히는 모르겠지만 메이븐 설정에서 Update Project.. 이 포인트 인 거 같다 이 오류는 이 오류는 maven의 dependency가 정상적으로 처리되지 못한 경우.. tomcat의 server plugin의 임시 deploy 디렉토리에 WEB-INF/lib에 jar들이 정상 배포되지 않기 때문입니다.. 해결하시는 방법은.. 개발환경 v1.0(eclipse 3.4기반)의 경우는 다음과 같이 조치하시면 되실 것 같습니다. - Project 메뉴 선택 -> Clean... 선택 후.. 프로젝트 재빌드 수행.. - 프로젝트 선택 -> context menu -> Maven -> Up..
No compiler is provided in this environment [출처 : http://millky.com/@origoni/post/869?language=ko_kr] 메이븐 컴파일 오류 : Installed_JREs 수정하기 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.0:compile (default-compile) on project Millky2: Compilation failure[ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?[ERROR] -> [Help 1][ERROR] [ERROR] To see the full stack..
메이븐 빌드 - Fatal error compiling: tools.jar not found Goals 에서 clean package -Plocal 했는데, [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) on project test: Fatal error compiling: tools.jar not found: C:\Program Files\Java\jre7\..\lib\tools.jar -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to..