본문 바로가기

Eclipse/__Setting

(5)
springsource-tool-suite-2.5.2 SpringSource Tool Suite Download Getting StartedPlease review the following documents to get information on latest changes and features New and Noteworthy Feature Comparison Installation Instructions If you have any questions, comments or bug reports sent a mail to sts@springsource.com or open a JIRA issue against the SpringSource Tool Suite project. You can also ask questions in the Spring Deve..
START USING TOAD EXTENSION FOR ECLIPSE START USING TOAD EXTENSION FOR ECLIPSE To install Toad Extension for Eclipse: Open Eclipse. Select Help | Install New Software. In the Install dialog, Work with box, enter the following website address: http://toaddownload.quest.com/toadextensions/eclipse/beta In the Details area, clear the Group items by category checkbox. Important: For the current BETA version it is necessary to download the ..
메이븐 플러그인 - UMLGraph http://www.graphviz.org/Download..php 환경 변수 path에 위에서 설치한 Graphciz의 bin 폴더를 설정해줍니다. 그 안에 있는 dot 이라는 명령어를 사용해야 하기 때문입니다. maven에 UMLGraph 플러그인 설정 org.apache.maven.plugins maven-javadoc-plugin gr.spinellis.umlgraph.doclet.UmlGraphDoc gr.spinellis UmlGraph 4.6 -inferrel -inferdep -quiet -hide java.* -collpackages java.util.* -qualify -postfixpackage -nodefontsize 9 -nodefontpackagesize 7 mvn javadoc..
SVN Client Eclipse plug-in Subversive SVN Client Eclipse plug-in Subversive Name : Subversive URL : http://www.polarion.org/projects/subversive/download/update-site/
SVN과 SVNSERVERManager Setting 1. 아래의 링크에서 최신 버젼의 SVN과 SVNSERVERManager 를 다운 받거나, 첨부된 파일을 다운로드. http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91&expandFolder=91&folderID=74 http://www.pyrasis.com/main/SVNSERVEManager 2. SVN 을 설치 3. SVN 에서 관리할 소스들을 저장할 루트 디렉토리르 생성 3-1. mkdir d:\svn 3-2. mkdir d:\svn\data 4. 프로젝트 소스 및 설정 파일들을 저장할 Repository(저장소)를 생성 (추후에 프로젝트를 새로 생성할때 마다 아래와 같은 방식으로 계속 저장소 생성) 4-1. svnadmin..