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) ?