Re: gwt 2.6 symlinks with jetty

2014-02-18 Thread Jens
Alternatively you could also download jetty (any version you like), configure it like you want and let it point to your projects' war folder. Then you launch DevMode with -noserver parameter. That way you do not depend on GWT's embedded server. -- J. -- You received this message because you

Re: Development Mode will not be supported in Firefox 27+

2014-02-18 Thread Aleksander Gralak
That is pretty bad information for all GWT developers. For now I can stick with FF 24.2, however in the future we need to develop on the most up to date browsers. When do you estimate Super Dev Mode will be production ready? If it is more then 6 months then we should think of some workaround.

Re: GWT Wrapper for Twitter Bootstrap v3!

2014-02-18 Thread Joshua Godi
Just have to use the setters that are there for non-UiBinder. // Create overall container FluidContainer container = new FluidContainer(); // Create the row for the columns Row row = new Row(); // Create the columns Column first =

Re: Using SuperDevMode with code splitting

2014-02-18 Thread Luis Fernando Planella Gonzalez
Well, I hope this will be sorted out, because debugging on a monolithic code of hundreds of thousands lines of code simply doesn't work - the browser hangs as expected. There's the following statement on http://www.gwtproject.org/articles/superdevmode.html : Currently, Super Dev Mode doesn't

Can't create datatable using GWT

2014-02-18 Thread jas86f
Hi, When I try to create a datatable in java, using GWT I get an error that shows that there is a problem with datatable creation. Does anyone know something about that?? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from

Re: GWT 2.6 RC1 DevMode log4j fail?

2014-02-18 Thread Dennis R.
Hi, we got a similiar problem in our project. At startup in DevMode we get: log4j:WARN No appenders could be found for logger (org.eclipse.jetty.util.log). log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more in

Re: GWT 2.6 RC1 DevMode log4j fail?

2014-02-18 Thread Thomas Broyer
On Tuesday, February 18, 2014 2:15:26 PM UTC+1, Dennis R. wrote: Hi, we got a similiar problem in our project. At startup in DevMode we get: log4j:WARN No appenders could be found for logger (org.eclipse.jetty.util.log). log4j:WARN Please initialize the log4j system properly.

Re: GWT 2.6 RC1 DevMode log4j fail?

2014-02-18 Thread Dennis R.
Ok I understand why splitting client and server side might be a good idea and we will check if this is applicable for us and worth the time investment. Except the Warnings/Errors in DevMode do we have to fear anything else when we keep up our approach with GWT 2.6? Why does this only come up

Re: GWT 2.6 RC1 DevMode log4j fail?

2014-02-18 Thread Thomas Broyer
On Tuesday, February 18, 2014 3:36:00 PM UTC+1, Dennis R. wrote: Ok I understand why splitting client and server side might be a good idea and we will check if this is applicable for us and worth the time investment. Except the Warnings/Errors in DevMode do we have to fear anything else

Re: GWT 2.6 RC1 DevMode log4j fail?

2014-02-18 Thread Dennis R.
Ok Thanks for your help then I will keep an eye on this. Am Dienstag, 18. Februar 2014 16:18:58 UTC+1 schrieb Thomas Broyer: On Tuesday, February 18, 2014 3:36:00 PM UTC+1, Dennis R. wrote: Ok I understand why splitting client and server side might be a good idea and we will check if this

CssResource inheritance and avoiding rule repetition on injection, possibility of an @Require?

2014-02-18 Thread GWTter
Hi all, Let me just go with an example right off the bat. Let's say I have the following: === Pseudocode === SuperCssResource: This is injected onModuleLoad before anything else .genButton{ color: black; } Widget1 consists of: --- css --- MyCssResource: .myButton{ color: red; } --- html ---

Audio Streaming on iOS

2014-02-18 Thread Tim Hill
Hi all, I am investigating putting Text To Speak functionality into a site I am developing.I have found a free site to do the conversion (e.g. http://speechutil.com/convert/wav?text=some+text)that streams the result back, and it is all working fine APART from on iOS devices - I am passing in

Passing data between Views

2014-02-18 Thread Glyndwr Bartlett
I am trying to pass the login details from the login view to the next view. I found a tutorial and followed it however I am stuck. I am able to store the login data on the server side but an unable to retrieve it. The server side code is: private ViewData viewData = new ViewData(); public

Re: Running Hupa in Development Mode

2014-02-18 Thread Harry Lin
Hi Manuel, I download Hupa from http://james.apache.org/hupa/ , The version is 0.0.2. Manuel Carrasco於 2014年2月17日星期一UTC+8上午3時58分55秒寫道: Which version have you checked out? On Thu, Feb 13, 2014 at 11:43 AM, Harry Lin linc...@gmail.comjavascript: wrote: In my attempt to run hupa in

[gwt-contrib] Re: Change in gwt[master]: Slightly optimize System.nativeArraycopy for the common case.

2014-02-18 Thread Roberto Lublinerman
I don't know whether it is only me or a general problem but in my local repo Gerrit seems to be acting up, pushes take forever and end up in error. On Tue, Feb 18, 2014 at 8:24 PM, Roberto Lublinerman rlu...@google.comwrote: Roberto Lublinerman has uploaded a new patch set (#2). Change