On 17 nov, 21:16, mitratul <[email protected]> wrote: > Hi, > > I am trying to create my own theme and use it. But while launching Dev > mode, it is giving the following errors in eclipse console: > > Initializing AppEngine server > Loading modules > com.mitratul.theme.standard.Standard > Translatable source found in... > [WARN] No source path entries; expect subsequent failures > Bootstrap link for command-line module > 'com.mitratul.theme.standard.Standard' > Linking module 'com.mitratul.theme.standard.Standard' > Constructing StandardLinkerContext > [ERROR] Primary linker is null. Does your module > inherit from com.google.gwt.core.Core or com.google.gwt.user.User? > > com.mitratul.theme.standard.Standard is my theme module. I have > followed the same directory structure inside the module as i found > inside GWT inbuilt themes. > > Can anybody tell me why is this error coming?
Your theme has to be <inherit/>ed in an application, not compiled standalone. -- 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.
