Re: Problem creating custom gwt theme

2012-04-05 Thread El Mentecato Mayor
I realized soon after posting how to solve my problem... so here's the solution; you have to use the path conventions that the gwt themes use so that your resources can be found. I should have known that because long time ago I got a custom theme from the GWT Theme Generator ( http://works.sen-s

Re: Problem creating custom gwt theme

2012-04-05 Thread El Mentecato Mayor
(this is from an old thread I know, but the question hasn't been answered fully in this forum anywhere I see) So I want to create a custom gwt theme. To do this, I created a standalone maven project with a similar dir structure that I see with the gwt standard theme inside gwt-user.jar. I packa

Re: Problem creating custom gwt theme

2010-11-18 Thread Thomas Broyer
On 17 nov, 21:16, mitratul 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 sour

Re: Problem creating custom gwt theme

2010-11-18 Thread Gaurav Vaish
Ensure that your "theme" module "inherits" from "com.google.gwt.user.User" so as to get a "default-linker". -- Happy Hacking, Gaurav Vaish www.mastergaurav.com On Nov 18, 1:16 am, mitratul wrote: > Hi, > > I am trying to create my own theme and use it. But while launching Dev > mode, it is giv

Problem creating custom gwt theme

2010-11-17 Thread mitratul
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