Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/ant/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
用Ant运行我的项目以获得声纳报告_Ant_Jdeveloper_Sonarqube_Oracle Adf - Fatal编程技术网

用Ant运行我的项目以获得声纳报告

用Ant运行我的项目以获得声纳报告,ant,jdeveloper,sonarqube,oracle-adf,Ant,Jdeveloper,Sonarqube,Oracle Adf,我正试图在ant中运行我的项目,以获得声纳报告。我已经成功地完成了一个项目。当我尝试为第二个项目配置时,出现以下错误: /home/oracle/.hudson/jobs/ZOR2/workspace/ZOR2/trunk/JDeveloperWorkspace/sonar build.xml:36:java.lang.NoSuchMethodError:org.apache.tools.ant.types.Path.iterator()Ljava/util/iterator 我看到所有文件夹和

我正试图在ant中运行我的项目,以获得声纳报告。我已经成功地完成了一个项目。当我尝试为第二个项目配置时,出现以下错误:

/home/oracle/.hudson/jobs/ZOR2/workspace/ZOR2/trunk/JDeveloperWorkspace/sonar build.xml:36:java.lang.NoSuchMethodError:org.apache.tools.ant.types.Path.iterator()Ljava/util/iterator


我看到所有文件夹和文件都已正确设置并就位

这一例外表明蚂蚁的一个旧版本不知何故被发现了。在use ant-diagnostics中添加了Path.iterator()方法,以获取有关ant环境的详细信息