BUILD FAILED : The <path> type doesn't support nested text data

上一篇 / 下一篇  2012-05-09 08:21:02 / 个人分类:TestNG/Ant/Eclipse/Java

http://www.experts-exchange.com/Programming/Languages/Java/Q_21759425.html

TAG:

MillionRoses 引用 删除 dian106106   /   2012-05-09 09:33:57
公司版:
<project name= "MSNHP" 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:/eclipse/workplace/MSNHP/test-output/testng-results.xml" style= "C:/eclipse/workplace/MSNHP/test-output/testng-results.xsl"
  out= "C:/eclipse/workplace/MSNHP/test-output/index1.html " >
             <!-- you need to specify the directory here again -->
<param name= "testNgXslt.outputDir" expression= "C:/eclipse/workplace/MSNHP/test-output/" />
<classpath refid= "test.classpath" />
</xslt>
</target>
</project>
MillionRoses 引用 删除 dian106106   /   2012-05-09 08:29:58
帖子url:
http://bbs.51testing.com/viewthread.php?tid=556076&extra=
 

评分:0

我来说两句

日历

« 2024-04-21  
 123456
78910111213
14151617181920
21222324252627
282930    

数据统计

  • 访问量: 73990
  • 日志数: 80
  • 建立时间: 2012-04-12
  • 更新时间: 2013-05-21

RSS订阅

Open Toolbar