maven 배포시 오류
- 작성자 :
- 전*섭
- 작성일 :
- 2013-11-19 15:55:51
- 조회수 :
- 1,357
- 구분 :
- 개발환경
- 진행상태 :
- 완료
Q
maven에서 build를 실행을 시키면은
Failed to execute goal org.codehaus.mojo:aspectj-maven-plugin:1.4:compile (default) on project template-xplatform: Execution default of goal org.codehaus.mojo:aspectj-maven-plugin:1.4:compile failed: Plugin org.codehaus.mojo:aspectj-maven-plugin:1.4 or one of its dependencies could not be resolved: Could not find artifact com.sun:tools:jar:1.4.2 at specified path C:\Program Files\Java\jre6/../lib/tools.jar
이런 오류가 발생을 하고 build가 안됩니다.
원인이 무엇이고 해결방법이 있는지요?
그럼 수고하십시요~!
Failed to execute goal org.codehaus.mojo:aspectj-maven-plugin:1.4:compile (default) on project template-xplatform: Execution default of goal org.codehaus.mojo:aspectj-maven-plugin:1.4:compile failed: Plugin org.codehaus.mojo:aspectj-maven-plugin:1.4 or one of its dependencies could not be resolved: Could not find artifact com.sun:tools:jar:1.4.2 at specified path C:\Program Files\Java\jre6/../lib/tools.jar
이런 오류가 발생을 하고 build가 안됩니다.
원인이 무엇이고 해결방법이 있는지요?
그럼 수고하십시요~!
A
안녕하세요 프레임워크 센터입니다.
JAVA path가 이상하게 잡혀 있는 듯 합니다.
tool.jar파일은 jre/../.. 에있는 것이 아니라
jdk1.6.0_45\lib/... 밑에 있습니다.
path를 정확하게 주시고 다시한번 해보시기 바랍니다.
수고하세요.
JAVA path가 이상하게 잡혀 있는 듯 합니다.
tool.jar파일은 jre/../.. 에있는 것이 아니라
jdk1.6.0_45\lib/... 밑에 있습니다.
path를 정확하게 주시고 다시한번 해보시기 바랍니다.
수고하세요.