일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- java tip
- Spring
- zabbix
- gwt
- JPA
- COC
- gwt-ext
- CEP
- drools
- jstl
- bootstrap jquery datepicker
- guvnor
- GEventEvaluator
- spring jpa
- ibatis
- SVN
- spring transaction
- querydsl
- jquery serialize
- MySQL
- JBoss Seam
- spring security
- @SqlResultSetMapping
- Drools Fusion
- rember me
- Hudson
- custom filter
- jenkins
- jquery
- maven
- Today
- Total
목록개발환경/Eclipse (5)
봉 블로그
kepler 에서 maven-dependency 플러그인의 copy-dependencies goal 을 지원하지 않는다는 에러남. 아래와 같이 업데이트 해야 함. update site : http://download.eclipse.org/technology/m2e/releases 참고사이트 : http://eclipse.org/m2e/ 최신버전의 플러그인 설치가 안되면 아래 참조.http://stackoverflow.com/questions/8706017/maven-dependency-plugin-goals-copy-dependencies-unpack-is-not-supported-b
Extensionshttp://www.programcreek.com/2012/02/commonly-used-eclpse-workbench-extension-points/ 2. Commonly Used Extension PointsThe following are commonly or frequently used extension points of Workbench and their purposes.org.eclipse.ui.views - add a vieworg.eclipse.ui.viewActions - add an action under a vieworg.eclipse.ui.editors - allows a user to edit an object(e.g. file), it is like a view,..
VM option 란에 다음 줄을 삽입하면 된다. -encoding UTF-8 -charset UTF-8 -docencoding UTF-8
참고 : http://subclipse.tigris.org/install.html 또는 http://subclipse.tigris.org/servlets/ProjectProcess?pageID=p4wYuA Eclipse update site URL: http://subclipse.tigris.org/update_1.6.x
Cypal Studio Eclipse Plugin을 사용한 GWT 개발환경 구축 Eclipse 3.4.* (JEE Developers 용), GWT 1.5.3 기준 참고 : http://www.cypal.in/studiodocs Requirements GWT를 위한 Cypal Studio 는 JEE Developers 용 Eclipse IDE를 필요로한다 . 먼저 Eclipse를 설치하고 Google Web Toolkit을 download 후 압축해제한다. Installation Cypal Studio를 다운로드 후 /dropins/Cypal/plugins 폴더에 압축을 해제한다. Eclipse를 실행하고 Window->Preferences->Cypal Studio 에서 GWT home 에 Google ..