免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 6096 | 回复: 1
打印 上一主题 下一主题

[原创]Cruisecontrol, Ant, Checkstyle集成 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2008-09-16 15:03 |只看该作者 |倒序浏览
来源:配置管理之路(http://bbs.scmroad.com) 作者:laofo


首先我们到Cruisecontrol的官方网址,看看在Cruisecontrol中集成checkstyle的信息
http://confluence.public.thoughtworks.org/display/CC/CheckStyle

这里讲述了集成的三个步骤
Step 1 - Add CheckStyle to your ant build
(在Ant构建中加入CheckStyle的task)
Step 2 - Merge the output file into the log
(在Cruisecontro中把checkstyle的输出合并到Cruisecontrol的log文件中)
Step 3 - Enable the CheckStyle page in the web application
(在Cruisecontrol的web应用中启用Checkstyle页面)

其中第一点,我们已经做完了,你可以到这里找相应的文档.
Ant下使用checkstyle全攻略
http://bbs.scmroad.com/viewthread.php?tid=828&extra=page%3D1

第二点,我们只需要到Cruisecontrol中,相应项目的log部分,添加入以下的代码


        <log>
            <merge dir="projects/${project.name}/target/test-results"/>
            <merge dir="projects/${project.name}/target/check-results"/>
        </log>

第三点,我们按照官方的指示去做就可以了.

In the CruiseControl webapps directory, there is a file called main.jsp which we need to edit. Locate the section of code that creates a new tabrow which has been commented out. As part of the new tabrow, there is a tab for CheckStyle which calls the checkstyle.jsp. Uncomment the section of code that you want. Note that there is also a section of code that creates a tab for PMD that we do not need for this.
Rebuild the web application and redeploy it.
class="code-java" <%--
              <cruisecontrol:tabrow/>
              <cruisecontrol:tab name="checkstyle" label="CheckStyle">
                <%@ include file="checkstyle.jsp" %>
              </cruisecontrol:tab>
              <cruisecontrol:tab name="pmd" label="PMD">
                <%@ include file="pmd.jsp" %>
              </cruisecontrol:tab>
--%>

第三部分启用Checkstyle页面,事实上这部分在Cruisecontrol中已经写好了,你只要找到相应的页面main.jsp,去掉注释就可以了.


转载请注明出处.欢迎大家来配置管理之路(scmroad.com)一起讨论软件配置管理的方方面面.谢谢.

论坛徽章:
0
2 [报告]
发表于 2008-09-16 15:04 |只看该作者
做到这里我们已经在Cruisecontrol中成功的集成了ant, svn, checkstyle
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP