Hi all,

I use java cup in my project and when I run test (classic Junit runner) or 
put GWT at top of classpath (before maven dependencies), My code do not 
compile anymore or tests failed.

This is due to java cup which is embedded in gwt jars and which might be an 
old version. In my maven dependencies I use java cup 11 which has new 
methods.

How can I configure my project to not use GWT java cup but the one I have 
defined in my pom.xml (for hosted mode I put GWT dependency after Maven 
dependencies but I don't know how to do it when I run test) ?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/q2ETU4AsDK8J.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to