GWT Junit ant 警告:在 junit 的路径中检测到多个版本的 ant
菜鸟问题:仍在学习 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
Noob question: still learning GWT, and I just set up my project to use GWTTestCase by running webAppCreator -junit
. It set up everything nicely and I'm able to write and run test cases, but invoking ant test.dev
gives me this warning:
[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
It doesn't seem to be breaking anything so I don't want to spend a ton of time on it. Just figured I'd post here to see if anyone has some insight on this. Thanks.
-tjw
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我猜这是一个错误。
I guess it is a bug.