Hi,
I just was warned by my dev team about an issue with gwt-dev.jar :
This jar contains som apache libs, and our application (for gwt-rpc
services) also uses commons-collection, but with a distinct version.
When we run the server side unit tests we get NoSuchMethodError as the
gwt-dev jar comes prior in classpath than the commons-collections one, but
as maven user we have no way to order dependencies :'(

Did you consider to repackage the gwt-dev dependencies using jarjar (
http://code.google.com/p/jarjar/) to avoid such very disapointing issue for
newbees ? apache commons are very common in webapps !

Cheers,
Nicolas

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to