안녕하세요!

Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!

카테고리: 분류되지 않음 | 1개의 댓글

Eclipse 3.5 Galileo 설치

Eclipse Download : Eclispe Classic 3.5(classic)

Plugin 설치(Help -> Install New Software)

  1. Galileo – http://download.eclipse.org/releases/galileo (필요자료 다운로드)
    1. Business Intelligence, Reporting and Charting: 리포팅 BIRT(All)
    2. Collaboration : 협업 Mylyn(All)
    3. Database Development : DB 관리(All)
    4. EclipseRT Target Platform Components : DB 접속 관리(Optional)
    5. General Purpose Tools : 기타(Optional)
    6. Mobile and Device Development : 장치(Optional)
    7. Modeling : UML 모델링(All)
    8. Programming Languages : 개발언어지원(All)
    9. SOA Development : WSDL 서비스(All)
    10. Test and Performance : 성능테스트 & 모니터링(All)
    11. Web, XML, and Java EE Development : J2EE 웹개발(All)
  2. Spring IDE & eclipse AJDT
    1. eclipse AJDT : http://download.eclipse.org/tools/ajdt/35/update
    2. Spring IDE : http://springide.org/updatesite/
  3. JD-Eclipse plug-in : http://java.decompiler.free.fr/jd-eclipse/update
  4. Maven2 plug-in : http://m2eclipse.sonatype.org/update/
  5. GEF Update Site : http://download.eclipse.org/tools/gef/updates/releases/
  6. Visual Editor 1.4 : http://download.eclipse.org/tools/ve/updates/1.4
  7. Subversive installation instructions
    1. Subversive plug-in : 기본 탑재
    2. Subversive SVN Connectors plug-in :
      SVN Connector – http://www.polarion.org/projects/subversive/download/eclipse/2.0/update-site/
  8. iBatis : http://ibatis.apache.org/tools/ibator
  9. mantis : http://mylyn-mantis.sourceforge.net/eclipse/update/
  10. Doxygen(eclox) : http://download.gna.org/eclox/update/
  11. Graphviz(abstratt) : http://abstratt.com/update/
  12. propedit : http://propedit.sourceforge.jp/eclipse/updates/
카테고리: [java]Eclipse | 댓글 남기기

Eclipse3.4.2 Ganymede 설치

Eclipse Download : Eclispe Classic 3.4.2

Plugin 설치

  1. Ganymede Update Site
    1. Charting and Reporting : 리포팅 BIRT
    2. Collaboration Tools : 협업 Mylyn
    3. Communications : 동시 작업
    4. Database Development : DB 관리
    5. Enabling Features : ,DB 접속 관리
    6. Graphical Editors and Frameworks : GEF
    7. Java Development : 개발 툴
    8. SOA Development : BPEL & SOA
    9. Testing and Performance : TPTP
    10. Web and Java EE Development : WTP
  2. Spring IDE & eclipse AJDT
    1. Spring IDE : http://springide.org/updatesite/
    2. eclipse AJDT : http://download.eclipse.org/tools/ajdt/34/update
  3. Usage Data Collector : http://download.eclipse.org/technology/epp/updates/1.0/
  4. Jadclipse
    1. Equinox/p2 plug-in : Equinox p2 Provisioning(Ganymede Update Site : Uncategorized)
    2. JD-Eclipse plug-in : http://java.decompiler.free.fr/jd-eclipse/update
  5. Maven2 plug-in : http://m2eclipse.sonatype.org/update/
  6. GEF Update Site : http://download.eclipse.org/tools/gef/updates/releases/
  7. Visual Editor 1.4 : http://download.eclipse.org/tools/ve/updates/1.4
  8. Subversive installation instructions(http://www.eclipse.org/subversive/documentation/gettingStarted/aboutSubversive/install.php)
    1. Subversive plug-in : http://download.eclipse.org/technology/subversive/0.7/update-site/
    2. Subversive SVN Connectors plug-in :
      http://www.polarion.org/projects/subversive/download/eclipse/2.0/ganymede-site/
      http://www.polarion.org/projects/subversive/download/integrations/ganymede-site/
  9. iBatis : http://ibatis.apache.org/tools/abator
  10. log4e : http://log4e.jayefem.de/update/site.xml
  11. mantis : http://mylyn-mantis.sourceforge.net/eclipse/update/

참고사이트
http://cafe.naver.com/javawithkim.cafe?iframe_url=/ArticleRead.nhn%3Farticleid=44

카테고리: [java]Eclipse | 댓글 남기기

[plugin] Eclipse Ganymede 용 jadclipse

Eclipse Ganymede 용 jadclipse plugin 설치 방법

1단계 : Equinox/p2 plug-in 설치
Equinox p2 Provisioning

2단계 : JD-Eclipse plug-in 설치하기
http://java.decompiler.free.fr/jd-eclipse/update

[원본]

카테고리: [java]Eclipse | 댓글 남기기

SVN Error

Subversion을 사용할 때 발생되는 오류
예) svn: File or directory ‘.’ is out of date; try updating

out of date 오류가 발생하는 경우는 update가 안된 상태에서 commit을 수행할 때 발생된다.
하지만, ‘.xxx’와 같은 파일에 대해서도 오류가 발생된다.
특히, svn의 ignore를 사용할 경우 위와 같은 에러를 볼 수 있다.

해결책)
1) 없다.
2) 프로젝트 생성 후 최초 svn repository에 등록할 경우,
    repository에 프로젝트 명만 등록한 상태로 만든다. 이 말은 프로젝트 내의 다른 파일들을 commit 하지 말라는 이야기이다.
    그 후, log폴더 또는 target폴더를 생성하여 ignore 상태로 변경한다.
    이제 svn repository에 commit을 수행하면 된다. 이후부터는 또 다른 ignore를 생성하더라도 상기 에러를 발생하지 않는다.

카테고리: 개발관련 | 댓글 남기기

초보자를 위한 유닉스 팁과 기교

IBM Developer에 소개된 UNIX 팁과 기교에 대한 간단한 자료이다.
파일 관리 도구
vi 편집기
필터와 정규 표현식
알아두면 유용한 셸 기교

카테고리: 개발관련 | 댓글 남기기

Eclipse3.4.1 + Maven 설정

 
Maven plugin을 설치하고 다음과 같은 에러가 발생하였다.
Eclipse is running in a JRE, but a JDK is required
Some Maven plugins may not work
 http://bluemoonsoft.tistory.com/plugin/CallBack_bootstrapperSrc when importing projects or updating source folders.
eclipse.ini를 열어서 다음을 추가해준다.
-vm
C:\Program Files\Java\jdk1.6.0_10\bin\javaw.exe
 
3. settings.xml 작성
우선 사용자의 홈 디렉토리에 있는 .m2 디렉토리를 찾습니다. 이 디렉토리는 mvn install 커맨드를 통해서 Maven이 초기화할 때 생성됩니다.
Windows XP의 경우 "C:\Documents and Settings\사용자명" 디렉토리에 이며 이 디렉토리에 .m2 디렉토리를 찾아서
다음의 파일을  "C:\Documents and Settings\사용자명\.m2\settings.xml" 파일로 저장한다.
eclipse의 preference에서 위치를 지정한다.
 
<settings xmlns="http://maven.apache.org/POM/4.0.0"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
                      http://maven.apache.org/xsd/settings-1.0.0.xsd">
</settings>

카테고리: [java]Eclipse | 댓글 남기기

Eclipse3.4.1 Subversive 플러그인 설치

[Eclipse 3.4.1에서 Subversion의 플러그인인 subversive 설치 방법]
 
이클립스 3.4.1은 아직까지 SVN Team Provider 만을 기본으로 제공하고 있다.
Subversive SVN Connector의 설치는 별도의 업데이트 사이트에서 받아야 한다.
 
웹 검색을 통하여 찾은 문서는 다음과 같다.
 
제가 내린 결론은 2번 문서처럼하되 3번 문서의 Ganymede Release처럼 하라는 것이다.
  • Subversive Update Site is a part of Ganymede Update Site.
    Look at Help > Software Updates… > Available Software > Ganymede > Collaboration Tools
  • http://www.polarion.org/projects/subversive/download/eclipse/2.0/ganymede-site/ – [required] Subversive SVN Connectors
  • http://www.polarion.org/projects/subversive/download/integrations/ganymede-site/ – [optional] Subversive Integrations
  • 카테고리: [java]Eclipse | 댓글 남기기

    Eclipse 3.4 Ganymede and Spring IDE 2.0.6

    [이클립스 3.4에서 Spring IDE 설치] – [원본]

    To install Spring IDE 2.0.6 into Eclipse 3.4 Ganymede you need to switch off the Mylyn integration (as per the instructions) and remove the Eclipse 3.2 dependency.

    From a clean install of Eclipse 3.4 Ganymede:

    1. From the menu: Help->Software Updates
    2. Click Add site…
    3. Enter the the Spring IDE update site url: http://springide.org/updatesite/site.xml
    4. Click Ok
    5. Check the box next to Sprint IDE Update Site
    6. Expand Sprint IDE Update Site
    7. Expand Dependencies
    8. Uncheck Spring IDE Dependencies (only for Eclipse 3.2.x)
    9. Expand Integrations
    10. Uncheck Spring Mylyn Integration (optional)
    11. Click Install
    12. Screen will show no unresolved dependencies
    13. Click Next >
    14. Select I accept the terms of the license agreement
    15. Click Finish
    카테고리: [java]Eclipse | 댓글 남기기

    자바 웹 스타트 애플리케이션을 CD-ROM으로 배포

    [요약 및 링크]

    이 기사에서는 CD와 인터넷 양쪽 모두를 이용하는 애플리케이션 설치 단계에 대해 설명합니다. 설치 프로세스에 필요한 조건은 다음과 같습니다.

    1. 설치된 애플리케이션은 업데이트를 스스로 확인하고 JWS 캐시와 통합되어야 합니다.
    2. 기존 또는 최신 버전의 자바 없이도 설치 후 즉시 시스템에서 실행할 수 있어야 합니다.
    3. 설치된 애플리케이션에는 인터넷 연결이 필요 없습니다.
    4. 설치된 프로그램은 사용하기 쉬워야 하며 사용자 인터페이스는 간단해야 합니다.
    카테고리: 개발관련 | 댓글 남기기