'Plugin'에 해당되는 글 2건

  1. 2011.08.19 [TOOL] codenarc - groovy static analysis tool
  2. 2011.05.26 [Jenkins-CI] serena dimensions plugin
2011. 8. 19. 11:42 카테고리 없음
CODENARC
Tool > Static Analysis
저자 : Chris Mair
홈페이지  : http://codenarc.sourceforge.net/


CodeNarc analyzes Groovy code for defects, bad practices, inconsistencies, style issues and more.

[LICENSE] Apache License V2.0  


[requirement]
groovy 1.7
java 1.5 or later
log4j 1.2.13 or later


eclipse plugin 
Supported Eclipse versions: 3.5, 3.6 and 3.7
http://codenarceclipse.sourceforge.net/ 
posted by smplnote
2011. 5. 26. 13:34 IT


1. manage plugins 에서 install 후 exit
cf) serena로 검색

2. copy jar
from : /java_api/lib/ or /AdminConsole/lib/
to : /WEB-INF/lib
darius.jar
dmclient.jar
dmfile.jar
dmnet.jar

cf) Dimensions CM 2009 R1.x and R2 이상의 library 를 사용해야 문제가 없음 
(이전버전일 경우 java.lang.NoSuchMethodError: com.serena.dmclient.api.DimensionsObjectFactory.getServerVersion(I)Ljava/util/List; 메세지 발생 )
 

jenkins start

3. 전역정보 설정
jenkins 관리 > configure system > Dimensions
 
ref) https://wiki.jenkins-ci.org/display/JENKINS/Dimensions+Plugin 
posted by smplnote