Noob question: still learning GWT, and I just set up my project to use GWTTestCase by running webAppCreator -junit . He set everything up well, and I can write and run test cases, but calling 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 does not seem to break anything, so I do not want to spend a lot of time on it. Just thought that I would post here to find out if anyone has an idea about this. Thanks.
-tjw
source share