Re: GWT 2.8.0 compile warnings

2016-11-25 Thread Dave Kichler
Scoured my classpath for any conflicting dependencies and found none.  Also 
cleared out my gwt-unitCache but no to avail - the warnings still remain.  

On Wednesday, 23 November 2016 13:13:23 UTC-8, Jens wrote:
>
> Double check your classpath. Especially if you use gradle/maven make sure 
> you really have only a single GWT version on classpath. Also try deleting 
> your gwt-unitCache. 
>
> -- J.
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8 generates code 14% bigger than GWT 2.7

2016-11-25 Thread Slava Pankov
@Jens

I've tried WITHOUT any success to use closure compiler externally with GWT 
2.8
See my question 
here: 
https://groups.google.com/forum/#!searchin/google-web-toolkit/closure$20compiler%7Csort:date/google-web-toolkit/k_kjIv9Klsg/LZAZiUf9BAAJ
Still want to find out exact steps to get it working :-(


On Friday, November 25, 2016 at 2:43:11 AM UTC-8, Kirill Prazdnikov wrote:
>
> Hi Jens, 
>
> What if we have SSO linker ? 
> Then no hacks is needed, right ?
> Then just run the Google Closure Compiler on the output.
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Bug in IE11 with GWT project (White screen after some time)

2016-11-25 Thread Slava Pankov
I'm using jQuery Datatable and GWT 2.8, and don't have any problems with 
IE11, despite of large (thousands of rows) datasets fetched from the server 
side.
It could be many reasons why your app is failing, try to open web 
development tools, may be something will be logged there during your app 
crash.

On Friday, November 25, 2016 at 8:12:18 AM UTC-8, johan.d...@gmail.com 
wrote:
>
> Our team has a problem when running a GWT application on IE11. After some 
> time, the content of the IE11 browser becomes white.
> One of the characteristic of the problem is that this happens randomly, 
> sometimes after 1.5 hours, sometimes a complete night, sometimes more (one 
> of the requirement of the application is to keep it opened several days).
>
>
>
>
> 
>
>
>
> - GWT 2.8 version (bug is present with 2.7 version too (tested))
> - Datatable (jquery datatable plugin) is in use (via JSNI) but the problem 
> occurs with pure GWT as well,
> - Application is requesting data to the server every 5 seconds via http 
> GET request,
> - To reproduce the bug faster I open 5 windows together (same application 
> same data), after one night some of them are frozen (i.e. blank page) 
> (mainly 2), some of them are still working,
> - I am using local network,
> - The problem does not occur with firefox version 45.4.0 (application for 
> IE11 is compiled with the same user.agent property gecko1_8),
>
> My question is:
> Has anybody else already seen this strange behavior?
> Has anyone any idea what I could try?
> I already tried with enabling/disabling the "Use software rendering 
> instead of GPU rendering*", I already tried with disabling all add-ons.
>
> Thank you.
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Bug in IE11 with GWT project (White screen after some time)

2016-11-25 Thread johan . diringer


Our team has a problem when running a GWT application on IE11. After some 
time, the content of the IE11 browser becomes white.
One of the characteristic of the problem is that this happens randomly, 
sometimes after 1.5 hours, sometimes a complete night, sometimes more (one 
of the requirement of the application is to keep it opened several days).







- GWT 2.8 version (bug is present with 2.7 version too (tested))
- Datatable (jquery datatable plugin) is in use (via JSNI) but the problem 
occurs with pure GWT as well,
- Application is requesting data to the server every 5 seconds via http GET 
request,
- To reproduce the bug faster I open 5 windows together (same application 
same data), after one night some of them are frozen (i.e. blank page) 
(mainly 2), some of them are still working,
- I am using local network,
- The problem does not occur with firefox version 45.4.0 (application for 
IE11 is compiled with the same user.agent property gecko1_8),

My question is:
Has anybody else already seen this strange behavior?
Has anyone any idea what I could try?
I already tried with enabling/disabling the "Use software rendering instead 
of GPU rendering*", I already tried with disabling all add-ons.

Thank you.

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


gwt compile error "No source code" using gwt-lib with transient sources

2016-11-25 Thread Michael Budnick
My current maven project (named refBuecherWelt) is based on 3 submodule 
(shared,server,client) layout from the gwt-maven-archetypes [1].
The refBuecherWelt-client submodule (a gwt-app) depend on an other lib 
(named universalclientLib) which is build in an independend maven project.

When I migrate the lib also to 3 submodules, gwt:compile (or 
gwt:codeserver) shows the error
[INFO]   [ERROR] Errors in 'de/all4net/.../client/FaceDataObject.java'
[INFO]  [ERROR] Line 8: No source code is available for type 
de.all4net...shared.TaskDirection; did you forget to inherit a required 
module?

The lib-client is a gwt-lib and depend on jars lib-shared and lib-shared 
with sources but the gwt-comiler don't see the sources from lib-shared.

How must I reference the lib-shared so the gwt-comiler see the sources if 
compiling the refBuecherWelt-client?


refBuecherWelt-client pom.xml:

http://maven.apache.org/POM/4.0.0";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>

4.0.0

de.all4net.sdh.bhb
refBuecherWelt
1.1.0.BUILD-SNAPSHOT

refBuecherWelt-client
gwt-app
refBuecherWelt-client


${mavenVersion}




${project.groupId}
refBuecherWelt-shared
${project.version}


de.all4net
universalclient.lib-client
${universalclientLib.version}


${project.groupId}
refBuecherWelt-shared
${project.version}
sources


com.google.gwt
gwt-user
${gwt.version}


com.google.gwt
gwt-dev
${gwt.version}






net.ltgt.gwt.maven
gwt-maven-plugin

de.all4net.sdh.bhb.App
app







lib-client pom.xml:

http://maven.apache.org/POM/4.0.0";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>

4.0.0

de.all4net
universalclient.lib
1.1.0.BUILD-SNAPSHOT

universalclient.lib-client
gwt-lib
universalclient lib-client


${mavenVersion}




${project.groupId}
universalclient.lib-shared
${project.version}


${project.groupId}
universalclient.lib-shared
${project.version}
sources


com.google.gwt
gwt-user
${gwt.version}






net.ltgt.gwt.maven
gwt-maven-plugin

de.all4net.universalclient.S2bLib

s2bLib







lib-shared pom.xml:

http://maven.apache.org/POM/4.0.0";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>

4.0.0

de.all4net
universalclient.lib
1.1.0.BUILD-SNAPSHOT


universalclient.lib-shared
universalclient lib-shared


${mavenVersion}




com.google.gwt
gwt-servlet
${gwt.version}
provided


net.customware.gwt.dispatch
gwt-dispatch
1.2.0






maven-source-plugin






m2e


m2e.version




com.google.gwt
gwt-user
${gwt.version}





org.codehaus.mojo
gwt-maven-plugin
${gwt.version}









[1] https://github.com/tbroyer/gwt-maven-archetypes

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8 generates code 14% bigger than GWT 2.7

2016-11-25 Thread Kirill Prazdnikov
Hi Jens,

What if we have SSO linker ?
Then no hacks is needed, right ?
Then just run the Google Closure Compiler on the output.

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8 generates code 14% bigger than GWT 2.7

2016-11-25 Thread Óscar Frías Barranco
> Do you have a step by step guide to run the closure compiler externally ?
>>
>
> Basically you would need to replicate what has been done programmatically
> in the removed ClosureJsRunner class. See commit
>
> https://github.com/gwtproject/gwt/commit/162ccc9c9112a09bf9e
> a046da95760f5f1886b72
>
> Looks like you have to
> - define your own gwt_externs file to tell Closure Compiler which special
> GWT variables not to rename
> - maybe create a hack.js file that exports gwtOnLoad function so it does
> not get removed by Closure Compiler. Maybe its not needed if also passing
> in the .nocache.js file to Closure compiler. no idea.
> - Give Closure Compiler the GWT output (your *.cache.js files including
> split points) in the correct ordering as split point files have
> dependencies (initial fragment, leftover, split points)
>



Thanks for your help, but unfortunately this does not look like a simple
process to implement for GWT users like us.  For the moment we will remain
in GWT 2.7 which generates a smaller code for our website, and hoping that
future GWT versions will be able to reduce or at least maintain the same
code size as version 2.7

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8 generates code 14% bigger than GWT 2.7

2016-11-25 Thread Jens


> Do you have a step by step guide to run the closure compiler externally ?
>

Basically you would need to replicate what has been done programmatically 
in the removed ClosureJsRunner class. See commit

https://github.com/gwtproject/gwt/commit/162ccc9c9112a09bf9ea046da95760f5f1886b72

Looks like you have to
- define your own gwt_externs file to tell Closure Compiler which special 
GWT variables not to rename
- maybe create a hack.js file that exports gwtOnLoad function so it does 
not get removed by Closure Compiler. Maybe its not needed if also passing 
in the .nocache.js file to Closure compiler. no idea.
- Give Closure Compiler the GWT output (your *.cache.js files including 
split points) in the correct ordering as split point files have 
dependencies (initial fragment, leftover, split points)


-- J.



-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8 generates code 14% bigger than GWT 2.7

2016-11-25 Thread Óscar Frías Barranco
>
> And why don't keep it experimental too in 2.8 instead of removing it?
>>
>
> Why keeping it if it's only half baked into GWT and you can run it
> externally as well?
>


Do you have a step by step guide to run the closure compiler externally ?

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.