Maven can't load gwt-maven-plugin:2.8.0-SNAPSHOT

2016-01-11 Thread Thomas Broyer
"Connection timed out": it's a net connectivity issue. -- 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

Re: Download link for GWT 2.8.0?

2016-01-11 Thread Jim Douglas
The download link for 2.8.0-beta1 is at the top of this thread: https://groups.google.com/forum/#!msg/google-web-toolkit-contributors/TzsINiDf5xg/ShQY7JVrAQAJ On Monday, January 11, 2016 at 11:12:18 AM UTC-8, Paul Mazzuca wrote: > > If you are using Maven, you can just update the pom.xml file.

Re: GWT Developer Plugin does not work in Chrome

2016-01-11 Thread Slava Pankov
Use Firefox ESR 24.8.1 or Chromium 39 from Dart distribution (though Chromium is not very stable for me, dev mode plugin is hanging up often). And try superdev mode with SDBG (if you are using Eclipse), it's not perfect, but quite usable. On Friday, January 8, 2016 at 2:29:58 AM UTC-8,

GWT-log 3.1.3 issues GWT 2.6.1 with

2016-01-11 Thread vaibhav gwt
Hi, GWT 2.6.1 Just upgraded to 2.6.1 and ran into the following when trying to build with gwt-log-3.1.3.jar. [java][ERROR] Errors in 'com/allen_sauer/gwt/log/client/util/DOMUtil.java' [java] [ERROR] Line 33: Rebind result

Re: Download link for GWT 2.8.0?

2016-01-11 Thread Thomas Broyer
On Monday, January 11, 2016 at 5:05:35 AM UTC+1, steve Zara wrote: > > Is there an estimate for when the download link on www.gwtproject.org > will be for gwt-2.8.0.zip? > Well, not before there *is* a gwt-2.8.0.zip to be linked to ;-) Or did you mean 2.8.0-beta1? -- You received this

Re: GWT-log 3.1.3 issues GWT 2.6.1 with

2016-01-11 Thread vaibhav bhalke
Error resolved with following combination GWT 2.6.1 or newer gwt-log-3.3.2.jar On Mon, Jan 11, 2016 at 6:01 PM, Paul Robinson wrote: > > On 11 Jan 2016 11:13 a.m., "vaibhav

Integration between GWT & GWT-EXT application

2016-01-11 Thread Kumar Gaurav
Hi, I've a requirement where I need to integrate 2 GWT applications. One of the applications is developed in GWT and another in GWT-EXT. Basically, my main application is in GWT which is using GWT widgets for display. Another application is using GWT-EXT for panel display. My requirement is

[gwt-contrib] Ensure that host page CSS does not influence GWT app appearance?

2016-01-11 Thread confile
I have a GWT app embedded in a host page. The host page has its own css inside the header element. How can I ensure that my GWT app's css is not influenced by the css of the host page? -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To

Re: GWT-log 3.1.3 issues GWT 2.6.1 with

2016-01-11 Thread Paul Robinson
On 11 Jan 2016 11:13 a.m., "vaibhav gwt" wrote: > Just upgraded to 2.6.1 and ran into the following when trying to > build with gwt-log-3.1.3.jar. Your gwt-log is too old. See the compatibility information here: https://github.com/fredsa/gwt-log/wiki/GettingStarted

getSession().getServletContext().getRealPath returns wrong path

2016-01-11 Thread N Troncoso
I restructured a project to use tbroyer's gwt maven plugin and split the code into client/shared/server modules. Since then, getSEssion().getServletContext().getRealPath("/") is returning Project\server\src\main\webapp\, when it should be returning the target directory. Is there something in

Re: How to Load html files through iframe

2016-01-11 Thread N Troncoso
Frame iframe = new Frame(); iframe.setUrl("path/to/file"); On Monday, December 28, 2015 at 10:23:01 AM UTC-5, Chandan Kumar Rout wrote: > > Hi all. > I want to load a html file which is in location file:///C:/test.html. > How i can load it in my GWT application. Is it possible or not. > --

Re: GWT Server Memory Leak

2016-01-11 Thread lucyjava
We have very similar memory leak symptom as described in this post and the bug6193, although we are using GWT 2.6.1, request factory, hibernate, production mode.

GWT 3.0 Question

2016-01-11 Thread Eric Nissan
I keep reading that GWT 3.0 will not have uibinder or widgets. I don't understand what that means for future versions Wwill all my existing code that uses uiBinder, and all my widgets cease to work with GWT 3.0? Is there anything I can watch/read that explains what we should expect in the

getSession().getServletContext().getRealPath returns wrong path

2016-01-11 Thread Thomas Broyer
This is a server thing (I.e. not GWT-related, unless you're using DevMode built-in servlets container). How are you running your server-side code? tomcat7-maven-plugin? -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this

Re: getSession().getServletContext().getRealPath returns wrong path

2016-01-11 Thread N Troncoso
I am. The problem I'm getting is that I'm trying to get the path to a file, but getRealPath() returns null because the path doesn't exist, since I'm trying to find something in /resources (target) vs. webapp/resources (src) On Monday, January 11, 2016 at 12:18:40 PM UTC-5, N Troncoso wrote: >

Re: GWT Developer Plugin does not work in Chrome

2016-01-11 Thread Sarir Ahmad
You can use firefox 24.2.2 v -- 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

Re: Download link for GWT 2.8.0?

2016-01-11 Thread Paul Mazzuca
If you are using Maven, you can just update the pom.xml file. The beta has been posted here, along with past versions. http://mvnrepository.com/artifact/com.google.gwt/gwt-user. I imagine that the release candidate will be posted as soon as the dev team feels it is ready. On Sunday,

Maven can't load gwt-maven-plugin:2.8.0-SNAPSHOT

2016-01-11 Thread Bruno Salmon
hi, I have a maven project using GWT 2.8.0-beta1 and gwt-maven-plugin:2.8.0-SNAPSHOT which was working a mounth ago (last run was 2015/12/09) but is now reporting this error: [ERROR] Plugin org.codehaus.mojo:gwt-maven-plugin:2.8.0-SNAPSHOT or one of its dependencies could not be resolved: