• 测试技术
  • 博客
  • 视频
  • 开源
  • 论坛
  • 沙龙
  • 下载
  • 杂志
  • 招聘

字号: | 推荐给好友 上一篇 | 下一篇

Eclipse快速上手指南 (3) 使用Ant

发布: 2008-6-25 13:25 | 作者: 不详 | 来源: 领测软件测试网编辑整理 | 查看: 23次 | 进入领测软件测试网论坛讨论

领测软件测试网

g Q.bKb%f$v 软件测试技术门户,}j@.zp3^r

    <!-- 初始化任务 -->软件测试技术门户7q'c"{&JP*|vj)w
    <target name="init">
}a g8Xi0o    </target>

T#XuYk0V/A 软件测试技术门户MM:X.W O.r'y Pn

    <!-- 编译 -->软件测试技术门户;A h \n&oUJ
    <target name="compile" depends="init" description="compile the source files">软件测试技术门户 MHG#]9^+P
        <mkdir dir="${classes.dir}"/>
mf2v ` g*[(z}_*X        <javac srcdir="${src.dir}" destdir="${classes.dir}" target="1.4">软件测试技术门户g1jE oA%HV
            <classpath refid="master-classpath"/>
3F mJ8`i:`        </javac>软件测试技术门户 h{c }\
    </target>

Pgi Jg1X5y$H#_ ^@

'I*Sx(CV}#?V Z    <!-- 测试 -->软件测试技术门户[?cp3H%S
    <target name="test" depends="compile" description="run junit test">
+Oql\[5q8]fc1U        <mkdir dir="${report.dir}"/>软件测试技术门户vz`"y$i4C#j
        <junit printsummary="on"软件测试技术门户#i ]*CLp xp Tx2M
                haltonfailure="false"
Mw']/X A$E                failureproperty="tests.failed"
1ob2q0K:^,YCh!_8@                showoutput="true">软件测试技术门户 y)@ZiU4E
            <classpath refid="master-classpath" />
*L@NG+R$\C            <formatter type="plain"/>
6};?Z d y"d _            <batchtest todir="${report.dir}">
(x K3v?%EhW                <fileset dir="${classes.dir}">软件测试技术门户 EeM%\F*}
                    <include name="**/*Test.*"/>软件测试技术门户jO-]h^&MIf
                </fileset>
s }bM#d3u:W3xE            </batchtest>
tT[Y3_0BX"Z#j        </junit>软件测试技术门户Q