GWT Compiler Fails and alert for a file that is generated by its own process!

2012-12-13 Thread Rodrigo Teixo
Hi, I am trying to gwt compile my modules that are 100% POJO using objectify. All my classes are Serializable and have a default constructor and a private static final long serialVersionUID = 0 But now I got this error for a file called MyClass_FieldSerializer.java that is not mine.. Its

Size of permutations getting too bigger

2011-07-27 Thread Rodrigo Teixo
Hi all, I currently working on a project using gwt in appengine and I am having problem with the size of the permutations that are breaking the appengine limit of 150MB deploy size. My project has 14 modules. The folders of permutations under the war directory has a average of 1MB. No

Re: Size of permutations getting too bigger

2011-07-27 Thread Rodrigo Teixo
Surely not, cause I just received this message of the moderator of the thread above: Wrong forum. Please post on google-web-toolkit-users group instead. So, can someone help me how to reduce the deploy size? Thanks in advance, [], Rodrigo. -- You received this message because you are

GWT - Generated Class MyClassName_FieldSerializer.java

2010-11-06 Thread Rodrigo Teixo
Hello, I trying to compile a module and it goes for a error in a generated file MyClassName_FieldSerializar that I havent control over it. It gives a error in line 20 but there is no problem in this line eitheir in the entry-point class or the class metioned in the error message. The class

External JS - steps to make it work

2010-09-28 Thread Rodrigo Teixo
Well people, Sorry to post something like it again, but the already posted questions dont solve mine. I have a line in my .html something like body onload=javascript:test(); The function test() is in my own file test.js. First I put test.js javascript file in the public tab of the module. The

GWT - javascript result is not encoding correctly!

2010-09-22 Thread Rodrigo Teixo
Hi all. I have made a simple module and a html with UTF-8 enconding. The javascript result page did not encode the dinamic result in the same way. Look this code fragment: public void onModuleLoad() { stocksFlexTable.setHTML(0, 0, Cor);