Re: GWT compile times between 2.6.0 & 2.7.0

2015-01-15 Thread Jens
I don't know why a developer wants to regularly compile an app during development except he want to optimize the amount of permutations. I can't remember when I did a full app compile during development. Anyways, keep in mind that you have 800k line of code that GWT generates an AST from. Then

GWT compile times between 2.6.0 & 2.7.0

2015-01-15 Thread Denny Chitwood
I work with a rather large code base using GWT 2.6.0 currently. I'm currently evaluating GWT 2.7.0 for upgrade. In my initial tests, I'm noticing a 50% slow down in build times. With *GWT 2.6.0*, I'm able to build my war in *2.53 minutes*. After changing to *GWT 2.7.0*, my build has gone to *3.

Errors migrating to GWT 2.7.0 . Can someone please help me ?

2015-01-15 Thread ssg
I am getting the following error while performing Ant Build. *Can someone please help me ?* Compiling module com.acg.mmsea.gwt.Appname [java][WARN] Unable to read: jar:file:/C:/gwt-2.7.0/gwt-user.jar!/com/google/gwt/core/Core.gwtar. Skipping: java.io.InvalidClassException: com.google.g

Re: "Too much recursion" after repeating open and close tabs

2015-01-15 Thread Jens
No idea how to help. You have some recursion in your code that executes too often for the given browser. Browsers have a stack size / recursion limit: http://stackoverflow.com/a/7828803/3478317 I guess you have to look at your code and refactor it. -- J. -- You received this message because y

Re: DataGrid inside InfoWindow doesn't show table data

2015-01-15 Thread Kevin Workman
Thanks for the reply. I ended up just using a CellTable: package com.test.client; import java.util.Arrays; import com.google.gwt.ajaxloader.client.AjaxLoader; import com.google.gwt.ajaxloader.client.AjaxLoader.AjaxLoaderOptions; import com.google.gwt.cell.client.TextCell; import com.google.gwt

"Too much recursion" after repeating open and close tabs

2015-01-15 Thread Anaís Martínez
Hello I have one Tab layout panel in which different tabs are created and destroyed acording to information received from server. That is, my site shows a list of items, which have different characteristics showed in tabs. The number and contain for each of them is different, so when user clic

GWT ignores source excludes in .gwt.xml

2015-01-15 Thread Anton Samoylov
Hello, I'm facing a problem: when I enable incrementalCompileWarnings flag in gwt-maven-plugin, I'm starting to get errors like this: Tracing compile failure path for type 'my.module.servlet.SomeClass' [INFO] [ERROR] Errors in 'jar:file:/path/to/jar/servlet/SomeClass.java' [INFO] [ERROR] Line 15

/* noflip */ GSS in GWT 2.7.0 doesn't seem to work

2015-01-15 Thread Tal Shani
Hi group, I have the following very simple css inside some .gss file .closeButtonContainer { /* @noflip */ float: right; margin: 4px; } .footer { padding: 0 10px; /* @noflip */ text-align: right; } The no flip seems to be ignored because if i use an rtl locale, i get .c