C:\Documents and Settings\Administrator\Workspaces\MyEclipse 8.5\Test-20100611\s
rc\build.xml:10: Fatal error during transformation
Total time: 0 seconds
C:\Documents and Settings\Administrator\Workspaces\MyEclipse 8.5\Test-20100611\s
rc>
复制代码
请问是怎么回事? 谢谢
ant已经配置完了,就是不知道怎么运行能出测试报告。请帮忙看下
下面是build.xml文件
<project name="Test-20100611" basedir=".">
<property name="lib.dir" value="lib"/>
<path id="test.classpath">
<!-- adding the saxon jar to your classpath -->
<fileset dir="${lib.dir}" includes="*.jar"/>
</path>
<target name="transform">
<xslt in="C:\Documents and Settings\Administrator\Workspaces\MyEclipse 8.5\Test-20100611\Lib\testng-results.xml" style="C:\Documents and Settings\Administrator\Workspaces\MyEclipse 8.5\Test-20100611\Lib\testng-results.xsl" out="C:\a\index.html">
<!-- you need to specify the directory here again -->