GWT compiler doesn't create symbol maps files

2011-10-23 Thread Alexander
Hello. GWT compiler doesn't create directory symbolMaps deploy. Already for a long time I'm trying to solve this problem. Every time I spend on it about a day without results. Folder rpcPolicyManifest created in WEB-INF/deploy folder, but symbolMaps not. I tried to compile and through gwt-maven-p

Re: GWT compiler doesn't create symbol maps files

2015-02-17 Thread Jan Swaelens
Hello, Just wanted to notify everybody that the com.google.gwt.junit.JUnit inheritance is also included when you use the default errai module for example. We had to get rid of it by using our own module definition for errai excluding that entry. cheers -- You received this message because yo

Re: GWT compiler doesn't create symbol maps files

2011-10-23 Thread Alexander
A miracle happened, I found the reason. I don't even know how much time I have spent. On Oct 23, 6:13 pm, Alexander wrote: > Hello. > > GWT compiler doesn't create directory symbolMaps deploy. > Already for a long time I'm trying to solve this problem. Every time I > spend on it about a day with

Re: GWT compiler doesn't create symbol maps files

2011-11-14 Thread Thomas Käfer
thanks for posting this, I was just having the same problem! On 23 Okt., 16:03, Alexander wrote: > A miracle happened, I found the reason. > > I don't even know how much time I have spent. > > On Oct 23, 6:13 pm, Alexander wrote: > > > > > > > > > Hello. > > > GWT compiler doesn't create direct

Re: GWT compiler doesn't create symbol maps files

2013-07-22 Thread Douglas Hoskins
Same happening here; this is exacerbated by the GWT maven plugin including JUnit by default. Take comfort in thinking of the many hours you have saved others! On Sunday, October 23, 2011 4:03:46 PM UTC+1, Alexander wrote: > > A miracle happened, I found the reason. > > I don't even know how m

Re: GWT compiler doesn't create symbol maps files

2013-07-22 Thread Thomas Broyer
On Monday, July 22, 2013 10:07:33 AM UTC+2, Douglas Hoskins wrote: > > Same happening here; this is exacerbated by the GWT maven plugin including > JUnit by default. Everybody tells you *not* to use the gwt-maven-plugin's archetype. https://code.google.com/p/google-web-toolkit/wiki/WorkingWith