日食内部的蚂蚁杜尼特构建错误
我希望有些人已经看到并解决了我现在在蚂蚁脚本中遇到的问题。我正在使用ant脚本在eclipse中编译我的java代码,但eclipse一直给我这些错误
[junitreport] Processing E:\workspace\DataOrchestrationDevelopment\DataOrchestration\Logs\jsreports\junit\html\TESTS-TestSuites.xml to C:\Users\u0160235\AppData\Local\Temp\null1503375679
[junitreport] Loading stylesheet jar:file:/E:/software/apache/apache-ant-1.8.2/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-frames.xsl
[junitreport] : Error! The first argument to the non-static Java function 'replace' is not a valid object reference.
[junitreport] : Error! Cannot convert data-type 'void' to 'reference'.
[junitreport] : Fatal Error! Could not compile stylesheet
[junitreport] Failed to process E:\workspace\DataOrchestrationDevelopment\DataOrchestration\Logs\jsreports\junit\html\TESTS-TestSuites.xml
BUILD FAILED
E:\workspace\DataOrchestrationDevelopment\DataOrchestration\ant\developerbuild.xml:124: The following error occurred while executing this line:
E:\workspace\DataOrchestrationDevelopment\DataOrchestration\ant\QunitAntScript.xml:20: Errors while applying transformations: Fatal error during transformation
我的环境设置:
- 视窗 7
- 日食 3.6 RC2 32 位
- JDK 1.6 更新 32 32 位
- 蚂蚁 1.7.2
- Junit 4(在 eclipse 中):在我的项目 jar 文件夹中,我有 junit-dep-4.8.2.jar
有一件事要提一下,如果我使用相同的蚂蚁脚本在eclipse外部编译我的代码,一切都很好,但它在eclipse内部不起作用。我试图谷歌上面的样式表上面的错误,但这对我没有多大帮助。我的猜测是,不知何故,在日食中使用了不同版本的junit,但我可能是错的。