
DailyBuild
nlslzf
这个作者很懒,什么都没留下…
展开
-
使用ant编译flex的mxml application
http://blog.youkuaiyun.com/james999/archive/2009/03/05/3961239.aspx 在现实应用中,如果使用未购买license的(或破解版的)FlexBuidler去编译flash文件,是要付法律责任的,特别是企业开发。所以,你必须利用Flex SDK自己手工编译。 Adobe提供了一个FlexTasks这个Ant扩展来辅助进行编译操作,在我的另一篇...原创 2009-08-07 10:49:04 · 121 阅读 · 0 评论 -
How to compile a Flex project with RSL using Ant
[url]http://businessintelligence.me/blog_en/ria/rsl-compile-flex-project-ant/[/url] Recently, we had to write an Ant script to build our application and put it under continuous integration. At the be...原创 2009-08-07 10:50:28 · 93 阅读 · 0 评论 -
ant 生成javadoc
<target name="create_doc"> <!-- destdirjavadoc --> <javadoc destdir="bin/api" encoding="UTF-8" docencoding="UTF-8"> <!-- dirjavaclass -->原创 2011-01-10 14:12:11 · 89 阅读 · 0 评论 -
Ant&FindBugs
FindBugs, Part 1: Improve the quality of your code http://www.ibm.com/developerworks/library/j-findbug1/#resources http://pmd.sourceforge.net/ant-task.html PMD原创 2011-01-10 15:01:54 · 153 阅读 · 0 评论 -
使用EMMA 测量测试覆盖率
http://blog.youkuaiyun.com/axzywan/archive/2009/01/05/3714765.aspx 本文主要通过一个示例项目介绍如何在集成了 Ant 和 Junit 的基础上,利用 EMMA 来收集单元测试对代码的覆盖率。 介绍测试代码覆盖率的重要性 测试驱动开发(TDD)是极限编程的一个重要特点,它具有很多优点,并被越来越多的开发人员所接受。在测试驱动开发过...原创 2011-01-10 17:12:04 · 132 阅读 · 0 评论 -
Learning doxygen for source code documentation
http://www.ibm.com/developerworks/aix/library/au-learningdoxygen/ 这里写得不错,入门使用足够了原创 2011-08-13 23:07:43 · 107 阅读 · 0 评论