Yep, that works, and no warning .... thanks... On Tue, Nov 10, 2009 at 11:23 AM, Thomas Broyer <t.bro...@gmail.com> wrote:
> > > > On Nov 10, 10:59 am, Ed <post2edb...@hotmail.com> wrote: > > 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? > > <source path="" /> should work (it works with <super-source/>, as used > in GWT's Emulation.gwt.xml) > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-toolkit@googlegroups.com To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en -~----------~----~----~----~------~----~------~--~---