Hey guys, I can use GWT with external libraries, and I can use 
superdevmode, but I seem to have an issue when I try to do both at the same 
time. I'm using this library for oauth2 login 
http://code.google.com/p/gwt-oauth2/ and in my Project.gwt.xml I have 
<inherits name='com.google.api.gwt.oauth2.OAuth2' /> and I have the .jar in 
my WEB-INF/libs. 

Everything works fine in production, but when I try to launch superdevmode, 
I get [ERROR] Unable to find 'com/google/api/gwt/oauth2/OAuth2.gwt.xml' on 
your classpath. If I don't include that, superdevmode works fine. My 
Program arguments for my run configuration is "-src src\ -workDir 
"C:\My-Directory" -port 1234 com.package.Class" Any ideas on what to do? 
Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to