일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- ibatis
- guvnor
- MySQL
- gwt
- @SqlResultSetMapping
- bootstrap jquery datepicker
- zabbix
- custom filter
- java tip
- gwt-ext
- maven
- jenkins
- COC
- jquery
- Hudson
- Drools Fusion
- Spring
- CEP
- JBoss Seam
- jquery serialize
- GEventEvaluator
- drools
- jstl
- querydsl
- spring jpa
- spring transaction
- JPA
- rember me
- spring security
- SVN
- Today
- Total
목록Hudson (2)
봉 블로그
[관련 url] Hudson - https://hudson.dev.java.net/ svn - http://subversion.tigris.org/ ant - http://ant.apache.org/ sventon - http://www.sventon.org/ 프로젝트 관리의 흐름은 1. svn 설치 - svn서버 와 svn클라이언트 설치. - 이클립스에 svn repositories 에서 new -> Repository Location (ex. svn://localhost/jjul) 설정. (ex. 사전에 Apple 이란 이름의 프로젝트 생성했음.) - D:\SVNRepository (repositories root) , jjul (프로젝트 저장소), Apple (진행할 프로젝트) 2. hudson 설..
Hudson을 이용한 빌드와 테스트의 자동화 2007-04-04 BEA Systems Korea Sr consultant Byungwook Cho (bcho@bea.com) Continuous Integration(점진적 통합,이하 CI)이란, 개발자가 각각 개발한 소스코드를 모아서 한꺼번에 빌드하는 통합 빌드의 과정을 특정 시점이 아니라 매일이나 매주와 같이 아주 잦은 주기로 수행함으로써 통합에서 발생하는 오류와 시간을 줄이기 위한 기법이다. Extreme Programming Community (XP)에서 애자일 방법론의 일부로 Kent Beck에 의해서 고안된 방법으로 다음과 같은 특징을 가지고 있다. 1. CI의 특징 (1) 소스코드 일관성 유지 CI툴을 설정하기 위해서는 기본적으로 소스 관리 시..