Please some advice on the following: All my GWt app stuff is contained in the following (sub) package:
com.bla.gwt.app1.client com.bla.gwt.app1.App1.gwt.xml I want to remove the redundant "client" subpackage. As far as I see it, I have 2 options: 1) Put <source path="." /> in App1.gwt.xml 2) Put <source path="app1" /> in App1.gwt.xml and put App1.gwt.xml one lever higher: com.bla.gwt.App1.gwt.xml I prefer 1), but then I get the following warning when starting hosted mode (in gwt 2.0 ms1): "Non-canonical source package" What does this exactly mean and why is GWT warning me about this? Please some advice? Ed --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
