Re: GWT 1.6 with Maven and build system questions/survey...

2009-04-16 Thread johann_fr
I totally agree on the fact that gwt team should not provide the maven plugin, the codehaus one can do the job. They should just take care of beeing able to integrate with any build system. My problems with the current google eclipse plugin : * If you enable gwt support on your project, GWT SDK

Re: GWT 1.6 with Maven and build system questions/survey...

2009-04-10 Thread johann_fr
Hi, I just tried to enable maven dependencies management with google eclipse plugin and m2eclipse. The plugin complains about project output folder not set to war/WEB-INF/classes. I know I can switch my maven project output, but is there any chance the plugin can be set up to adapt to my

Re: Client did not send nnn bytes as expected

2008-12-03 Thread johann_fr
Hi, Just in case : we had quite the same problem one year ago, but only with IE over https. We finally found the following solution (Apache configuration) : SetEnvIf User-Agent .*MSIE.* \ nokeepalive ssl-unclean-shutdown \ downgrade-1.0 force-response-1.0 It seems that this solution has a