We are moving an existing project to GWT and the project has a lot of sub-projects (JAR's) that use these classes. If I change the package to be unique, I will have to change lots of classes that were using classes in Keys.jar !!!
On 14 nov, 14:13, gregor <[EMAIL PROTECTED]> wrote: > Hi Pepgrifell, > > > > > I have read an old post saying that compiler is not trying to find > > classes from Keys.jar?aaa.bbb.ccc.ddd but finding classes of package > > aaa.bbb.ccc.ddd in all claspath. > > AFAIK that is correct. I think you need to use a unique package name > for your shared GWT compatible classes to keep the GWT compiler away > from your incompatible classes. > > regards > gregor --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. 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 -~----------~----~----~----~------~----~------~--~---
