본문 바로가기

maVen5

Maven을 위한 Nexus 내부 라이브러리(library) 추가하기 기본적으로 Nexus는 설치되어 있어야한다. nexus에 접속한다. 기본 id:admin pw:admin123 로그인하고3rd Party 클릭 Artifact Upload 탭 클릭 GAV Definition 클릭 GAV Parameters 선택 Group, Artifact, Version 은 pom.xml 의 dependency 설정에 추가하는 내용과 같다. 아래에 Select Artifact(s) to Upload...로 파일을 선택 Add Artfact를 클릭 마지막으로 Upload Artifact(s) 클릭 이렇게 되면 우선은 라이브러리 등록은 완료다. 3rd Party 목록을 오른쪽 클릭하면 Re-index가 있다. 클릭 Public Repository 오늘쪽 클릭하고 Re-index 클릭. Ma.. 2015. 1. 22.
POI 엑셀(xlsx 파일) 업로드 시 에러 java.lang.NoClassDefFoundError: org/openxmlformats/schemas/spreadsheetml/x2006/main/CTSheet xlsx pom.xml 에 아래의 dependency 추가하면 에러 수정된다. org.apache.tika tika-app 0.5 출처: http://www.jarvana.com/jarvana/view/org/apache/tika/tika-app/0.5/tika-app-0.5.jar!/org/openxmlformats/schemas/spreadsheetml/x2006/main/CTSheet$1.class?classDetails=ok 2012. 9. 27.
이클립스에서 톰캣 실행 시 갑자기 class를 찾지 못하는 오류가 발생 이클립스에서 톰캣 실행 시 갑자기 class를 찾지 못하는 오류가 발생하면서, 서버가 정상적으로 실행되지 않는 문제가 한번씩 생기는데... 2012. 7. 25 오전 10:19:26 org.apache.catalina.core.StandardContext listenerStart 심각: Error configuring application listener of class org.springframework.web.context.ContextLoaderListener java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener at org.apache.catalina.loader.WebappClassLoader.. 2012. 7. 25.
[전자정부표준프레임워크] maven 빌드 에러 eGovFramework Web Project를 생성하고 maven 빌드를 실행할 경우 아래와 같은 에러가 발생 [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] Unable to locate the Javac Compiler in: C:\Program Files (x86)\Java\jre1.5.0_22\..\lib\tools.jar Please ensure you are using JDK 1.4 or above and not a JRE (the com.sun.tools.javac.Main class is required). In most cases you can ch.. 2012. 7. 24.
전자정부 프레임워크 개발환경 가이드 이문서에 대한 자세한 설명은 http://www.egovframe.go.kr 사이트 >> 가이드 >> 개발환경 가이드를 참조한다. 1. egovFrame 사이트 >> 다운로드 >> 개발환경 >> 구현도구에서 이클립스를 다운받는다. 2. 다운받은 이클립스의 압축을 푼다. 3. maven repository를 구성한다. - mavenrepository.zip 파일은 사이트에서 다운 받을 수 있다. - mavenrepository.zip 파일을 D: 에 복사 후 압축을 푼다. - d:/mavenrepository/setting.xml 파일을 연다 - 부분을 찾아 경로를 수정한다. D:/mavenrepository/repository 4. 이클립스를 실행한다. - workspace 설정 ▪ window >> p.. 2011. 6. 29.