持续集成 Java手册_第1页
持续集成 Java手册_第2页
持续集成 Java手册_第3页
持续集成 Java手册_第4页
持续集成 Java手册_第5页
免费预览已结束,剩余1页可下载查看

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

第第页持续集成Java手册持续集成Java手册

发表于:2023-07-04来源::点击数:标签:

持续集成Java手册一、概念MartinFowler的文章:ContinuousIntegration中文翻译:持续集成二、工具传统工具:VisualStudio.Net,VisualSourceSafe,RationalClearCase自动编译工具:Ant回归测试工具:JUnit代码检查工具:CheckStyle持续集成

持续集成Java手册

一、概念

MartinFowler的文章:ContinuousIntegration中文翻译:持续集成

二、工具

传统工具:VisualStudio.Net,VisualSourceSafe,RationalClearCase

自动编译工具:Ant

回归测试工具:JUnit

代码检查工具:CheckStyle

持续集成工具:CruiseControl

三、步骤

CruiseControl监控远程版本控制系统的变化

变化发生时CruiseControl调用编译工具进行编译(Ant等)

编译成功后调用JUnit进行回归测试

编译成功后调用CheckStyle进行代码检查

完毕后将编译结果、测试结果、代码检查结果发送至开发人员、主管经理,并发布至网站,甚至报警器

所有这一切都是按照编制好的脚本自动进行的

四、实施示例

目前我们使用的是ClearCase,主控软件为CruiseControl,其脚本文件为cccc.xml

配置远程版本控制系统

modificationsetquietperiod=30

clearcasebranch=mainviewpath=D:\cc_view\chelseafc\Nucleus2.0\Portrecursive=true/

/modificationset

配置编译工具

scheduleinterval=30

antantscript=C:\Java\JBuilder2023\thirdparty\ant\bin\ant.batbuildfile=D:\cc_view\chelseafc\Nucleus2.0\Port\clearcase-build.xmltarget=cleanbuildmultiple=1/

/schedule

配置测试用例(在ant的配置文件中)

targetname=testdepends=initdescription=Rununittests

deletedir=${junit.results}/

mkdirdir=${junit.results}/

-junitfork=yeshaltonfailure=yes

-classpath

pathelementlocation=${build.dir}/

/classpath

formattertype=plainusefile=false/

formattertype=xml/

-batchtesttodir=${junit.results}

filesetdir=${build.dir}includes=**/*Test.class/

/batchtest

/junit

/target

配置报告形式

publishers

currentbuildstatuspublisherfile=currentbuild.txt/

-htmlemailmailhost=returnaddress=workflow_engine@subjectprefix=ContinuousIntegration:buildresultsurl=http://chelsea:8044/cruisecontrol/buildresultsspamwhilebroken=truexsldir=F:\software\Agile.Net\cruisecontrol-2.2\reporting\jsp\xslcss=F:\software\Agile.Net\cruisecontrol-2.2\reporting\jsp\css\cruisecontrol.csslogdir=D:\Tomcat4.1\webapps\cruisecontrol\samplelogs

alwaysaddress=chelsea@/

alwaysaddress=ajax@/

mapalias=chelseaaddress=chelsea@/

/htmlemail

/publishers

其中CruiseControl暂时没有提供代码检查工具的支持,建议使用Ant来调用CheckStyle,示例如下(没有真正运行过):

targetname=web.checkstyle

mkdirdir=${target.temp}/checkstyle/

mkdirdir=${target.web}/checkstyle/

-taskdefresource=perties

-classpath

filesetdir=${support.tools}/checkstyle31includes=**/*.jar/

/classpath

/taskdef

-copyfile=${support.tools}/checkstyle31/custom.xmloverwrite=truetofile=${target.temp}/checkstyle/custom.xml

-filterset

filtertoken=source.javavalue=${basedir}/${source.java}/

filtertoken=target.checkstylevalue=${basedir}/${target.temp}/checkstyle/

/filterset

/copy

-checkstyleconfig=${target.temp}/checkstyle/custom.xmlfailOnViolation=false

filesetdir=${source.java}/mainincludes=**/*.java/

formattertype=plain/

formattertype=xmltoFile=${target.temp}/checkstyle/checkstyle_errors.xml/

/checkstyle

stylebasedir=${target.temp}/checkstyledestdir=${target.web}/checkstyleincludes=checkstyle_errors.xmlstyle=${support.tools}/checkstyle31/checkstyle-noframes.xsl/

/target

五、几点提示

CruiseControl会自动根据本地ClearCase的View监控远程VOB

其实除了监控远程版本控制系统外其它的任务都可以由Ant来完成,CC只负责监控变化并调用Ant即可

可以为cruisecontrol.bat加入启动参数“-port8055”,这样可以用JMX(http://localhost:8055)来控制cc

最好避免中文路径,否则就需要手工为几个Xml格式的文件,如cc的reportServlet的Web.xml等加入编码方式“?xmlversion=1.0encoding=UTF-8?”,或者将中文路径映射为虚拟硬盘:“substY:D:\cc_view\chelsea\Platform\开发\Nucleus2.0\Source”

中文log无法正常显示时,需要设置CruiseControl配置文件中log元素的“encoding”属性,如:

logdir=D:\Tomcat4.1\webapps\cruisecontrol\samplelogsencoding=utf-8

mergedir=D:\cc_view\chelseafc\Nucleus2.0\Port\test-results/

/log

编译失败后,在下次checkin之前,一般不需要重新编译,这时可设置

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论