Re: module.nocache.js generated with same timestamp as module.gwt.xml

2015-02-18 Thread Rob Newton
I have just noticed this same issue, and am glad to have found Dop Sun's post here. Thanks Thomas for the link to the proposed path. I notice on Jan 6 the patch was merged, but then reverted later that day, because *need to update some tests before committing this change*. I hope this hasn't

Re: Unexpected error while processing XML

2015-02-18 Thread Jens
GeneratorExt has been renamed to IncrementalGenerator. So you have to update your own generators that extend GeneratorExt and any library that also uses GeneratorExt. -- J. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe

Unexpected error while processing XML

2015-02-18 Thread Meryem Alay
I wanna use gwt 2.6.1 , I've had some problems. Does anyone have an idea? [ERROR] Unexpected error while processing XML [INFO] java.lang.NoClassDefFoundError: com/google/gwt/core/ext/GeneratorExt [INFO] at java.lang.ClassLoader.defineClass1(Native Method) [INFO] at

Logout then login error (Exception while dispatching incoming RPC call: javax.servlet.ServletException: Content-Type was '(null)'. Expected 'text/x-gwt-rpc'.)

2015-02-18 Thread gwtWorker
I am logging out of application the logging in again.I get this error The user can not login and the error: *The call failed on the server; see server log for details* appears Using GWT 2.7. Can anyone tell whats causing this? From the logs I get 17:07:44,625 ERROR

Re: Logout then login error (Exception while dispatching incoming RPC call: javax.servlet.ServletException: Content-Type was '(null)'. Expected 'text/x-gwt-rpc'.)

2015-02-18 Thread Jens
The exception itself is pretty clear: GWT-RPC checks if a GWT-RPC request has the HTTP header Content-Type: text/x-gwt-rpc. If GWT can not find that header or the header has no value then it throws the above exception. So in your setup something is messing up that HTTP header. So I guess you

Re: NetBeans Gwt 2.7 SDM

2015-02-18 Thread Mohammed Sameen
Hi Juan, see this link https://netbeans.org/kb/74/web/quickstart-webapps-gwt.html. On Wednesday, February 18, 2015 at 6:53:32 AM UTC+5:30, Juan Calderón wrote: Dear all, I would appreciate so much any guide to integrate Gwt 2.7 with NetBeans. Thanks a lot. -- You received this message

Re: NetBeans Gwt 2.7 SDM

2015-02-18 Thread Juan Calderón
Thanks for you answer. That tutorial uses the Gwt4nb plugin, and as far as I know, it supports until Gwt 2.6, not Gwt 2.7. Actually, I use it with Gwt 2.6 but I want to update to 2.7 in order to take advantages like the incremental compilation and so on. In addition, I want to change my

Re: GWT 2.7.0 is here

2015-02-18 Thread showlong
On Tuesday, February 17, 2015 at 3:54:35 PM UTC-8, Jens wrote: When you start DevMode -war /path/to/war/ then GWT 2.7 will generate a module.nocache.js file in the specified war folder. However it does not override any existing modulenocache.js file. So the best thing you can do is to

Re: GWT 2.7.0 is here

2015-02-18 Thread Jens
Thanks for your info. I clean the war/client dir and then launch SDM but still the launch page http://127.0.0.1:/module.html still cannot load client/module.nocache.js file although the module.nocache.js file is really under war/client/module.nocache.js. This is Tomcat server, does

Re: What is the path of the Host HTML page that loads our GWT app ? (new to GWT)

2015-02-18 Thread Jens
1. XxxApp/src/com/acg/xxx/gwt/public Seems like the best bet because all public resources are copied to the GWT compilation output folder automatically. -- J. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from

Re: GWT 2.7.0 is here

2015-02-18 Thread showlong
If you use Tomcat then you launch DevMode -noserver -war exploded war folder which tells GWT to not start the Jetty server provided by GWT. Instead GWT assumes that you deploy exploded war folder yourself using whatever server you like. DevMode -noserver -war exploded war folder is the

Re: What is the path of the Host HTML page that loads our GWT app ? (new to GWT)

2015-02-18 Thread ssg
Thanks Jens. On Wednesday, February 18, 2015 at 2:55:14 PM UTC-5, Jens wrote: 1. XxxApp/src/com/acg/xxx/gwt/public Seems like the best bet because all public resources are copied to the GWT compilation output folder automatically. -- J. -- You received this message because you are

Re: DeferredCommand Deprecated. Need help.

2015-02-18 Thread Jim Douglas
See the documentation: http://www.gwtproject.org/javadoc/latest/com/google/gwt/user/client/DeferredCommand.html On Wednesday, February 18, 2015 at 1:23:18 PM UTC-8, ssg wrote: I am migrating from GWT 1.7.0 to GWT 2.7.0 Below is the code from GW 1.7.0 *

Re: What is the path of the Host HTML page that loads our GWT app ? (new to GWT)

2015-02-18 Thread ssg
Thanks Thomas. On Wednesday, February 18, 2015 at 3:46:07 PM UTC-5, Thomas Broyer wrote: The one(s) that loads the *.nocache.js script. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving

What is the path of the Host HTML page that loads our GWT app ? (new to GWT)

2015-02-18 Thread Thomas Broyer
The one(s) that loads the *.nocache.js script. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit 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

DeferredCommand Deprecated. Need help.

2015-02-18 Thread ssg
I am migrating from GWT 1.7.0 to GWT 2.7.0 Below is the code from GW 1.7.0 * DeferredCommand*.addPause(); *DeferredCommand*.addCommand(new Command() { @Override public void execute() {

Re: GWT and Material Design

2015-02-18 Thread mark kevin ringor
Hi, We updated the site and implemented some new Material Widgets: 1. Nav Bar 2. Collapsible 3. DropDown 4. Switches 5. Range 6. Fixed Floating Button with container 7. Cards Hope you like it guys. Best Regards, Kevin On Tuesday, January 6, 2015 at 10:30:37 AM UTC+8, philip andrew wrote: Hi

Re: GWT Material Design

2015-02-18 Thread mark kevin ringor
Hi, We updated the site and implemented some new Material Widgets: 1. Nav Bar 2. Collapsible 3. DropDown 4. Switches 5. Range 6. Fixed Floating Button with container 7. Cards Hope you like it guys. Best Regards, Kevin On Friday, February 6, 2015 at 1:51:20 PM UTC+8, mark kevin ringor wrote:

question on GWT showcase examples

2015-02-18 Thread Magnus
Hi, I am interested in an example from the GWT showcase and I wonder how to take it away from the showcase app and get it running for it alone. Let's say CwCellList: http://samples.gwtproject.org/samples/Showcase/Showcase.html#!CwCellList In the Example section there are a lot of declarations

Re: question on GWT showcase examples

2015-02-18 Thread Magnus
I also found that ContactInfoForm.ui.xml is missing. Could it be that those examples are incomplete? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: How do I make the GWT Compiler see other modules in Eclipse?

2015-02-18 Thread Thomas Broyer
IIRC, you might have to explicitly export the sources from the project properties (somewhere near Build path); but the GPE is supposed to automatically add references to source folders of referenced projects, so maybe just refresh the classpath for your launch configuration? On Wednesday,

Re: How do I make the GWT Compiler see other modules in Eclipse?

2015-02-18 Thread ehodges
Source folders are automatically exported from Eclipse projects. There's actually no way to turn that off. The latest GWT compile stuff for Eclipse doesn't create run configurations as far as I can tell. At least they aren't listed on the Run Configuration window's left hand tree. You now

What is the path of the Host HTML page that loads our GWT app ? (new to GWT)

2015-02-18 Thread ssg
I have to add ext-js script tags in the Host HTML page that loads my GWT app. I am migrating this application (Xxx) from GWT 1.7.0 to GWT 2.7.0. script src=js/ext/adapter/ext/ext-base.js/script and script src=js/ext/ext-all.js/script My application has Xxx.html pages in 4 different locations;

Re: div / parsing not work in dom Element through innerHtml ?

2015-02-18 Thread Jens
The browser does this and not GWT. You have to provide valid HTML otherwise the browser will try to fix your broken HTML by rewriting it. Otherwise you must probably use a XHTML doctype. -- J. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

div / parsing not work in dom Element through innerHtml ?

2015-02-18 Thread Ed
Should or can I put div / as innerHTML on a gwt dom Element? According to the spec i'ts not valid HTML, but it's valid XHTML. If I input the following string: div div / /div div div / /div The gwt dom Element will contain the following, which is incorrect: div div div/div

Re: div / parsing not work in dom Element through innerHtml ?

2015-02-18 Thread Ed Bras
Thanks @Jens, I was afraid of that.. :( I am not sure what doctype I should use at the moment with all these html5 support. I currently use: !DOCTYPE html. I am also not sure if I would break other things. I think it's better to use valid html... ​ -- You received this message because you are

Re: How do I make the GWT Compiler see other modules in Eclipse?

2015-02-18 Thread ehodges
I agree that the project dependency out to be enough. I see the compiler finding foo: Loading inherited module 'Foo' Module location: file://c:/somepath/Workspaces/MyEclipse%20Professional%yadda%20yadda/foo/src/main/foopath/Foo.gwt.xml But it can't see the Java source for the code