我正在通过ant目标运行集成测试,我收到以下错误
WARNING: multiple versions of ant detected in path for junit
jar:file:/C:/Apps/apache-ant-1.8.4/lib/ant.jar!/org/apache/tools/ant/Project.class
and jar:file:/c:/Oracle/Weblogic12.1.2/oracle_common/modules/org.apache.ant_1.7.1/lib/ant.jar!/org/apache/tools/ant/Project.class
我已尝试设置fork="false"
和includeantruntime="false"
,但都没有效果。有什么办法可以在我的xml中设置ant版本吗?我需要它在我安装的最新版本上运行并且是IntelliJ中的默认版本,但是它决定使用我安装的旧版本,它不支持我用来运行的methods
属性测试套件中的特定方法。否则它会运行类中的每个测试,这是我不想要的。