Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/gwt/3.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
Java GWT Junit ant警告:在Junit的路径中检测到多个ant版本_Java_Gwt_Ant_Junit - Fatal编程技术网

Java GWT Junit ant警告:在Junit的路径中检测到多个ant版本

Java GWT Junit ant警告:在Junit的路径中检测到多个ant版本,java,gwt,ant,junit,Java,Gwt,Ant,Junit,Noob问题:仍在学习GWT,我只是通过运行webAppCreator-junit来设置使用GWTTestCase的项目。它很好地设置了一切,我能够编写和运行测试用例,但是调用ant test.dev会给我以下警告: [junit] WARNING: multiple versions of ant detected in path for junit [junit] jar:file:/usr/share/ant/lib/ant.jar!/org/apache/tools/ant/P

Noob问题:仍在学习GWT,我只是通过运行
webAppCreator-junit
来设置使用GWTTestCase的项目。它很好地设置了一切,我能够编写和运行测试用例,但是调用
ant test.dev
会给我以下警告:

[junit] WARNING: multiple versions of ant detected in path for junit 
[junit]     jar:file:/usr/share/ant/lib/ant.jar!/org/apache/tools/ant/Project.class
[junit] and jar:file:/home/webbtra/proj/myProject/trunk/lib/gwt-dev.jar!/org/apache/tools/ant/Project.class
它似乎没有破坏任何东西,所以我不想花太多时间在它上面。我想我会在这里发布,看看是否有人对此有所了解。谢谢


-tjw

我想它是一个。

您的链接需要登录。。。你能复制/粘贴吗?@Travis我现在找不到,但你可能对这个链接感兴趣: