A user has had a conflict with the selenium classes I bundled into gwt-user.jar and requested that we remove them. The only problem with this solution is when you actually want to run a selenium driven test. In htis case, you must add selenium-client-java.jar to the class path. Suggested by: chadward Patch by: zundel Review by: jgw git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@3180 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/build.xml b/user/build.xml index 8e85c2f..6e653e3 100755 --- a/user/build.xml +++ b/user/build.xml
@@ -64,7 +64,6 @@ <fileset dir="super" excludes="**/package.html" /> <fileset dir="${javac.out}" /> <zipfileset src="${gwt.tools.lib}/tomcat/servlet-api-2.4.jar" /> - <zipfileset src="${gwt.tools.lib}/selenium/selenium-java-client-driver.jar" /> </gwt.jar> </target>