编译错误和运行错误 使用Ant编译、运行Junit、以及检查编码[3]
使用Ant编译、运行Junit、以及检查编码[3]
<! 产生javadoc > <target name= javadoc depends= init > <mkdir dir= ${doc api} /> <javadoc packagenames= ${javadoc package} sourcepath= ${src code} private= yes defaultexcludes= yes destdir= ${doc dir}/api > <classpath refid= classpath /> </javadoc> </target>
<! 编译Junit文件 > <target name= pilejunit depends= pilesrc > <mkdir dir= ${dist junit} /> <javac destdir= ${dist junit} deprecation= on > <src path= ${src junit} /> <classpath refid= classpath /> <classpath refid= proj libs /> </javac> </target>
![编译错误和运行错误 使用Ant编译、运行Junit、以及检查编码[3]](http://img.zhputi.com/uploads/fa92/fa9272eaf70ee044bcf2c3e07da8524b8320.jpg)
<! 运行checkstyle检查代码规范 > <target name= checkstyle depends= init > <checkstyle config= ${checkstyle config} > <fileset dir= ${src code} includes= **/* java /> <formatter type= plain /> <formatter type= xml toFile= ${dist root}/checkstyle_errors xml /> </checkstyle> </target>
lishixinzhi/Article/program/Java/ky/201311/29293相关文章
- 错误的意思 为什么要称程序的错误为Bug?
- 电子表格运算错误 下列运算中错误的是( )A.30=1B.3-2=-9C.(-3)2=9D.(-3)3=-
- 错误代码0xc000007b 电脑一开机就出现应用程序错误内容是0x1033aea8指令引用的0x00000000内存该内存不能为written咋办
- 默纳克扶梯控制系统故障代码 有默纳克NICE3000故障代码表
- error code 503 冒险岛提示error code;-2147221000怎么解决?
- 错误代码-6是什么意思 Ghost错误代码大公开
- 具有检错和纠错功能的编码是 机构设置及编码功能的实现(三)
- 0xc0000005是什么错误 电脑一开机就出现应用程式错误内容是0x1033aea8指令引用的0x00000000记忆体该记忆体不能为written咋办
- 具有检错和纠错功能的编码是 机构设置及编码功能的实现(五)[2]
- spring junit ant结合junit进行软件自动测试
爱学记

微信收款码
支付宝收款码