이클립스 메이븐 Maven dependency lib export 추출 방법

1.  메이븐 빌드후 이클립스 내부 톰캣에 기동 하면 배포된 톰캣폴더에 메이븐에서 사용한 라이브러리가 다 배포되있음 이것을 복사해서 가져가면됨(100%확실한 방법)

eGovFrameDev-3.7.0-64bit(이클립스)\workspace(프로젝트)\.metadata\.plugins\org.eclipse.wst.server.core(이클립스 톰캣)\tmp0(서버1)\wtpwebapps\test(프로젝트이름)\WEB-INF\lib 


2. 메이븐 빌드로 라이브러리 떨구기

프로젝트 - 우클릭 - Run As -Maven Build 

Goals 에 dependency:copy-dependencies 추가  

Run 실행

project- target - dependency folder 에 라이브러리 파일 떨어짐



보통 자동완성 기능은 Ctrl + Space 로 하시는데 

이클립스에서 사용한 문장을 자동완성 하는기능이있다.

바로  word completion 기능

기본 단축키는 Alt + /  쳐보면 바로 알수있다.


그렇다면 이키를 Shift + Space 로 변경하여 더쉽게 사용하자



eclipse 한글 크게 나오게 하기

eclipse 2013. 3. 18. 14:23 Posted by jiddong

맨날 까묵고 찾아봐서 글쓴다...


eclipse -> Window - >Perferences -> General -> Appearance -> Color and Font -> Java -> 

Java Editor Text Font -> Edit -> 글꼴 (Consolas) 스크립트 (키릴자모) 선택 


Eclipse 자동 주석 설정

eclipse 2012. 12. 14. 11:11 Posted by jiddong

위치 

Window -> Preferences -> Java  -> Code Style -> Code Templates -> Comments 

Window -> Preferences -> JavaScript  -> Code Style -> Code Templates -> Comments 



Function or method  설정  예시


/**

 * @package : ${package_name}/${file_name}

 * @author : ${user}  

 * @date : ${date}

 * ${tags}

 * ${enclosing_type}

 */


메소드에서 주석 생성하면 이런 식으로 나옴


/**

 * 현재 패스가 폰인지 패드인지 확인 

 * @package : js/schedule/phone/scheduleList.java

 * @author : 이름

 * @date : 2012. 12. 13.

 * @returns {Boolean}

 *

 */


${}  상세 내용설명

data : Current date (현재 날짜)

dollar : The dollar symbol (달러문양)

enclosing_type :The type enclosing the method (선택된 메소드의 타입)

file_name : Name of the enclosing compilation (선택된 편집파일 이름)

package_name : Name of the enclosing package (선택된 패키지 이름)

project_name : Name of the enclosing project (선택된 프로젝트 이름)

tags : Generated Javadoc tags (@param, @return...) (Javedoc 태그 생성)

time : Current time (현재 시간)

todo : Todo task tag ('해야할일'태그 생성)

type_name : Name of the current type (현재 타입의 이름)

user : User name (사용자 이름)

year : Current year (현재 연도)



참조 블로그 

::: 관련 파일 다운로드 :::

1. jadclipse

URL : http://jadclipse.sourceforge.net/wiki/index.php/Main_Page 
file : net.sf.jadclipse_3.x.x.jar
2. jad.exe
URL :  http://www.varaneckas.com/jad 

::: jar 파일 추가 :::
1. elclipse/plugin/ 에 다운로드 받은  net.sf.jadclipse_3.x.x.jar 파일을 추가
2. eclipse 재실행

::: jad.exe path 설정 :::
1. 재실행 후
2. Windows > Preferences > Java (expanding) > JadClipse 선택
3. Path to decompiler 에 다운로드 받은 jad.exe 의 위치를 입력