이클립스 프로젝트 생성 오류 질문입니다
- 작성자 :
- 장*영
- 작성일 :
- 2010-06-30 10:10:02
- 조회수 :
- 3,733
- 구분 :
- 실행환경
- 진행상태 :
- 완료
Q
전자정부표준프레임워크로 잘 구현 되는 이클립스 폴더를 압축해서
다른 컴퓨터로 그대로 옮겨서 압축을 풀고 설정수정 하고
프로젝트를 생성하니 pom.xml 에서 오류가 발생합니다.
오류 내용은
Multiple annotations found at this line:
- Missing artifact org.springmodules:spring-modules-validation:jar:
0.9:compile
- Missing artifact egovframework.rte:egovframework.rte.fdl.property:jar:
1.0.0:compile
- Missing artifact apache-taglibs:standard:jar:1.1.2:compile
- Missing artifact egovframework.rte:egovframework.rte.ptl.mvc:jar:
1.0.0:compile
- Missing artifact apache-validator:commons-validator:jar:1.1.3:compile
- Missing artifact egovframework.rte:egovframework.rte.fdl.string:jar:
1.0.0:compile
- Missing artifact log4j:log4j:jar:1.3alpha-8:compile
- Missing artifact
egovframework.rte:egovframework.rte.psl.dataaccess:jar:1.0.0:compile
- Missing artifact net.sf:log4jdbc3:jar:1.1:compile
- Missing artifact egovframework.rte:egovframework.rte.fdl.cmmn:jar:
1.0.0:compile
- Missing artifact egovframework.rte:egovframework.rte.fdl.idgnr:jar:
1.0.0:compile
딱봐도 버전이 안맞아서 발생하는 오류인데..
원래 하던 컴퓨터는 오류 안나고 잘 생성 됩니다...
업데이트를 해도 나는데 왜그런지 잘 모르겠습니다.
다른 컴퓨터로 그대로 옮겨서 압축을 풀고 설정수정 하고
프로젝트를 생성하니 pom.xml 에서 오류가 발생합니다.
오류 내용은
Multiple annotations found at this line:
- Missing artifact org.springmodules:spring-modules-validation:jar:
0.9:compile
- Missing artifact egovframework.rte:egovframework.rte.fdl.property:jar:
1.0.0:compile
- Missing artifact apache-taglibs:standard:jar:1.1.2:compile
- Missing artifact egovframework.rte:egovframework.rte.ptl.mvc:jar:
1.0.0:compile
- Missing artifact apache-validator:commons-validator:jar:1.1.3:compile
- Missing artifact egovframework.rte:egovframework.rte.fdl.string:jar:
1.0.0:compile
- Missing artifact log4j:log4j:jar:1.3alpha-8:compile
- Missing artifact
egovframework.rte:egovframework.rte.psl.dataaccess:jar:1.0.0:compile
- Missing artifact net.sf:log4jdbc3:jar:1.1:compile
- Missing artifact egovframework.rte:egovframework.rte.fdl.cmmn:jar:
1.0.0:compile
- Missing artifact egovframework.rte:egovframework.rte.fdl.idgnr:jar:
1.0.0:compile
딱봐도 버전이 안맞아서 발생하는 오류인데..
원래 하던 컴퓨터는 오류 안나고 잘 생성 됩니다...
업데이트를 해도 나는데 왜그런지 잘 모르겠습니다.
A
안녕하세요.. 장지영님..
maven repository가 복사가 되지 않은 상태에서... 해당 dependency library들을 인터넷을 통해서 다운로드 받지 못해서 발생한 오류입니다.
사용하시는 eclipse 설정에 따라 다르지만..
가지고 계신 egovframeworkSample 이라면..
해당 디렉토리 밑에 maven 디렉토리가 있고 그 위치에 settings.xml이 있습니다.
여기 항목 중에 offline 항목이 true로 되어 있다면.. false로 변경하시고..
eclipse를 재기동하시기 바랍니다.
혹.. 인터넷이 연결되지 않는 환경이라면..
maven 디렉토리 밑에 repository를 그대로 복사해 넣으시면 됩니다.
그럼.. 즐거운 하루되십시오.
감사합니다.
maven repository가 복사가 되지 않은 상태에서... 해당 dependency library들을 인터넷을 통해서 다운로드 받지 못해서 발생한 오류입니다.
사용하시는 eclipse 설정에 따라 다르지만..
가지고 계신 egovframeworkSample 이라면..
해당 디렉토리 밑에 maven 디렉토리가 있고 그 위치에 settings.xml이 있습니다.
여기 항목 중에 offline 항목이 true로 되어 있다면.. false로 변경하시고..
eclipse를 재기동하시기 바랍니다.
혹.. 인터넷이 연결되지 않는 환경이라면..
maven 디렉토리 밑에 repository를 그대로 복사해 넣으시면 됩니다.
그럼.. 즐거운 하루되십시오.
감사합니다.