공통모듈질문
- 작성자 :
- 공****문
- 작성일 :
- 2009-07-22 00:00:00
- 조회수 :
- 4,704
- 구분 :
- 공통컴포넌트
- 진행상태 :
- 완료
Q
안녕하세요?
어제 공통모듈 동영상강좌를 따라 실습하다 에러가 나서 문의 드렸었는데요
POM.XML을 ECLIPSE로 열면 다음과 같은 에러가 나며 하기와같은 ARTIFACT가 없어서 빌드가 안된다고 합니다
참고로 EMS 설처 동영상강좌에 나온 그대로 (디렉토리 위치까지 동일하게) 실행 하였습니다
하기의 ARTIFACT를 어디서 받아야 하나요?
=============================================
Multiple annotations found at this line:
- Missing artifact apache-validator:commons-validator:jar:
1.1.3:compile
- Missing artifact javax.servlet:servlet-api:jar:2.4:provided
- Missing artifact javax.servlet:jstl:jar:1.1.2:compile
- Missing artifact log4j:log4j:jar:1.3alpha-8:compile
- Missing artifact com.tmax.tibero:tibero-jdbc:jar:3.0:compile
- Missing artifact altibase:altibase-jdbc-driver:jar:5.1.3.18:compile
- Missing artifact net.sf:log4jdbc3:jar:1.1:compile
- Missing artifact commons-digester:commons-digester:jar:
1.8:compile
- Missing artifact org.antlr:antlr:jar:3.0.1:compile
- Missing artifact org.springmodules:spring-modules-validation:jar:
0.9:compile
- Missing artifact apache-taglibs:standard:jar:1.1.2:compile
- Missing artifact org.aspectj:aspectjrt:jar:1.6.1:compile
- Missing artifact
egovframework.rte:egovframework.rte.fdl.string:jar:1.0.0-SNAPSHOT:compile
- Missing artifact org.aspectj:aspectjweaver:jar:1.6.1:compile
======================================================================
어제 공통모듈 동영상강좌를 따라 실습하다 에러가 나서 문의 드렸었는데요
POM.XML을 ECLIPSE로 열면 다음과 같은 에러가 나며 하기와같은 ARTIFACT가 없어서 빌드가 안된다고 합니다
참고로 EMS 설처 동영상강좌에 나온 그대로 (디렉토리 위치까지 동일하게) 실행 하였습니다
하기의 ARTIFACT를 어디서 받아야 하나요?
=============================================
Multiple annotations found at this line:
- Missing artifact apache-validator:commons-validator:jar:
1.1.3:compile
- Missing artifact javax.servlet:servlet-api:jar:2.4:provided
- Missing artifact javax.servlet:jstl:jar:1.1.2:compile
- Missing artifact log4j:log4j:jar:1.3alpha-8:compile
- Missing artifact com.tmax.tibero:tibero-jdbc:jar:3.0:compile
- Missing artifact altibase:altibase-jdbc-driver:jar:5.1.3.18:compile
- Missing artifact net.sf:log4jdbc3:jar:1.1:compile
- Missing artifact commons-digester:commons-digester:jar:
1.8:compile
- Missing artifact org.antlr:antlr:jar:3.0.1:compile
- Missing artifact org.springmodules:spring-modules-validation:jar:
0.9:compile
- Missing artifact apache-taglibs:standard:jar:1.1.2:compile
- Missing artifact org.aspectj:aspectjrt:jar:1.6.1:compile
- Missing artifact
egovframework.rte:egovframework.rte.fdl.string:jar:1.0.0-SNAPSHOT:compile
- Missing artifact org.aspectj:aspectjweaver:jar:1.6.1:compile
======================================================================
A
안녕하세요.
공통모듈 동영상강좌 진행시 자동으로 생성되는 pom.xml에 사용상에 불편을 개선한 plug-in을 update사이트에 등록하였습니다.
구현도구(eclipse)의 Help>Software Updates 메뉴의 Available Software탭에서 http://www.egovframe.org/update를 체크하시고 Install 버튼을 클릭하여 신규 plug-in을 설치하시기 바랍니다.
Maven 라이브러리는 "CivilAppeal 설치"를 참조하시어 추가 설치하시고 테스트하시기 바랍니다.
CivilAppeal 설치 : http://www.egovframe.org/wiki/doku.php?id=egovframework:rte:sample:cvpl:binary#설치
감사합니다.
공통모듈 동영상강좌 진행시 자동으로 생성되는 pom.xml에 사용상에 불편을 개선한 plug-in을 update사이트에 등록하였습니다.
구현도구(eclipse)의 Help>Software Updates 메뉴의 Available Software탭에서 http://www.egovframe.org/update를 체크하시고 Install 버튼을 클릭하여 신규 plug-in을 설치하시기 바랍니다.
Maven 라이브러리는 "CivilAppeal 설치"를 참조하시어 추가 설치하시고 테스트하시기 바랍니다.
CivilAppeal 설치 : http://www.egovframe.org/wiki/doku.php?id=egovframework:rte:sample:cvpl:binary#설치
감사합니다.