easycompany 프로젝트 에러
- 작성자 :
- 강*영
- 작성일 :
- 2012-07-19 12:13:55
- 조회수 :
- 2,059
- 구분 :
- 실행환경
- 진행상태 :
- 완료
Q
안녕하세요?
easycompany 프로젝트 중에서
pom.xml 에서
Multiple annotations found at this line:
- Missing artifact apache-validator:commons-validator:jar:1.1.3:compile
- Missing artifact egovframework.rte:egovframework.rte.ptl.mvc:jar:1.0.0:compile
- Missing artifact egovframework.rte:egovframework.rte.psl.dataaccess:jar:
1.0.0:compile
- Missing artifact egovframework.rte:egovframework.rte.fdl.string:jar:1.0.0:compile
- Missing artifact net.sf:log4jdbc3:jar:1.1:compile
- 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.fdl.cmmn:jar:1.0.0:compile
- Missing artifact log4j:log4j:jar:1.3alpha-8:compile
- Missing artifact egovframework.rte:egovframework.rte.fdl.idgnr:jar:1.0.0:compile
에러 때문에 문의 드립니다.
답변 부탁드립니다.
감사합니다.
easycompany 프로젝트 중에서
pom.xml 에서
Multiple annotations found at this line:
- Missing artifact apache-validator:commons-validator:jar:1.1.3:compile
- Missing artifact egovframework.rte:egovframework.rte.ptl.mvc:jar:1.0.0:compile
- Missing artifact egovframework.rte:egovframework.rte.psl.dataaccess:jar:
1.0.0:compile
- Missing artifact egovframework.rte:egovframework.rte.fdl.string:jar:1.0.0:compile
- Missing artifact net.sf:log4jdbc3:jar:1.1:compile
- 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.fdl.cmmn:jar:1.0.0:compile
- Missing artifact log4j:log4j:jar:1.3alpha-8:compile
- Missing artifact egovframework.rte:egovframework.rte.fdl.idgnr:jar:1.0.0:compile
에러 때문에 문의 드립니다.
답변 부탁드립니다.
감사합니다.
A
안녕하세요.. 강일영님..
우선.. 가지고 계신 것이 이전 1.0 버전의 교육 예제이신 것 같습니다.
교육자료에 보시면.. 최신 교육 교재가 있고.. 그 안에.. workspace를 받으시면..
2.0으로 작성된 easycompany가 있습니다.
현 상태에서 조치하시는 방법은..
두가지 조치가 필요하신 것 같습니다.
첫째 다음과 같은 reponsitories 추가..
<repositories>
<repository>
<id>mvn2</id>
<url>http://repo1.maven.org/maven2/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>egovframe</id>
<url>http://www.egovframe.go.kr/maven/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
두번째 조치는 FAQ의 "Missing artifact (commons-validator, standard) 발생" 조치 내역을 확인하시면 됩니다.
그럼.. 즐거운 하루되십시오.
감사합니다.
우선.. 가지고 계신 것이 이전 1.0 버전의 교육 예제이신 것 같습니다.
교육자료에 보시면.. 최신 교육 교재가 있고.. 그 안에.. workspace를 받으시면..
2.0으로 작성된 easycompany가 있습니다.
현 상태에서 조치하시는 방법은..
두가지 조치가 필요하신 것 같습니다.
첫째 다음과 같은 reponsitories 추가..
<repositories>
<repository>
<id>mvn2</id>
<url>http://repo1.maven.org/maven2/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>egovframe</id>
<url>http://www.egovframe.go.kr/maven/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
두번째 조치는 FAQ의 "Missing artifact (commons-validator, standard) 발생" 조치 내역을 확인하시면 됩니다.
그럼.. 즐거운 하루되십시오.
감사합니다.