【发布时间】:2010-12-09 22:05:26
【问题描述】:
我找到了这段代码 sn-p:
<target name="test">
<junit fork="yes" haltonfailure="yes">
<test name="${classes}" />
<formatter type="plain" usefile="false" />
<classpath refid="test.classpath" />
</junit>
</target>
我是否需要修改它以首先编译测试类,而不是直接运行这个目标?
【问题讨论】:
标签: junit3