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

2014-12-30 Thread Dop Sun
Thanks Thomas. On Wednesday, December 31, 2014 2:33:59 AM UTC+8, Thomas Broyer wrote: > > This is actually a known issue with a proposed patch: > https://gwt-review.googlesource.com/10520 > > On Tuesday, December 30, 2014 5:04:05 PM UTC+1, Dop Sun wrote: >> >> Hi, >

.nocache.js generated with same timestamp as .gwt.xml

2014-12-30 Thread Dop Sun
Hi, In previous versions, e.g. 2.6.1, .nocache.js file generated with timestamp when the files generated. But in version 2.7.0, the .nocache.js file generated with the same timestamp of .gwt.xml. Is this by design? I'm raising this question because it causes Safari ignores latest compiled .

Re: FormPanel: why it extends SimplePanel?

2014-03-19 Thread Dop Sun
Actually, as FormPanel is a SimplePanel, it prevents me to use it as Bootstrap#forms , since there, the immediate DIV is used as children of the form. Understand that it's completely separate initiatives, one would not be expected to fully compatible to the

Re: GWT 2.0 - com.google.gwt.user.client.rpc.IsSerializable is mandatory again?

2009-12-12 Thread Dop Sun
xed this as follows (the commented lines were the original > code): > > //import java.io.Serializable; > import com.google.gwt.user.client.rpc.IsSerializable; > > //public class LoginInfo implements Serializable { > public class LoginInfo implements IsSerializable { > > On De

GWT 2.0 - com.google.gwt.user.client.rpc.IsSerializable is mandatory again?

2009-12-11 Thread Dop Sun
While I upgraded my project settings to 2.0 (via Google Eclipse Plugin), and have a runtime error while running in development mode: com.google.gwt.user.client.rpc.SerializationException: Type 'xxx' was not assignable to 'com.google.gwt.user.client.rpc.IsSerializable' and did not have a custom fie

Re: Announcing GDE 1.0.0 Beta Release - M20090313

2009-03-13 Thread Dop Sun
Oops. it works after clear all cache of FireFox. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to Google-Web-Toolkit@googlegroups.com To unsubscribe from

Re: Announcing GDE 1.0.0 Beta Release - M20090313

2009-03-13 Thread Dop Sun
Don't know the exactly reason, the above link does not work in FireFox. Someone suggests that it's because of the file mime type is text/plain. And I re-upload all files with the correct type (currently, they are text/html or image/gif ...), but still not working. Please using the IE to view the

Re: Announcing GDE 1.0.0 Beta Release - M20090313

2009-03-13 Thread Dop Sun
The modified demo app can be found at: http://ming-gwt.googlecode.com/svn/trunk/ming-gwt-test/war/default.html --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send em

Announcing GDE 1.0.0 Beta Release - M20090313

2009-03-13 Thread Dop Sun
eport bugs to gde issue tracker (http://code.google.com/p/ming- gde/issues/list). If you run into any issues, feel free to leave a messages in GDE project. Dop Sun The following is notes in the Chinese: GDE Beta (M20090313)发布了! 在GDE项目的网站上可以找到相关的文档与下载。这个链接有如何上手使用GDE最新版本的介绍: http://code.google.

GDE M20090227: supports GWT 1.6.0 M1 Now

2009-02-27 Thread Dop Sun
Hi, After the first release of GDE (GWT Development Environment based on Eclipse) at the beginning of this month, I received several feedbacks from the people here. Thanks for your interest and help. This really inspired me and GDE move forward. This is an update on what I have done on the GDE s

Re: Announcing GWT 1.6 Milestone 1

2009-02-08 Thread Dop Sun
I guess in the sample projects (included in the M1 build), there is build file for each and every of them, and within that, there build tasks for the project. Maybe, you can have a try what there? On Feb 9, 2:49 am, Sebastien wrote: > Hi, > > I am interested to migrate from the 1.5.3 to the 1.6.

Re: Announcing GWT 1.6 Milestone 1

2009-02-07 Thread Dop Sun
Waiting for quite sometime, and I'm targeting 1.6 to build my GDE project for quite some time, and finally, got a milestone release ready. :) Great News! On Feb 6, 11:26 pm, Scott Blum wrote: > Greetings GWT developers, > > The GWT team is happy to announce the availability of 1.6 Milestone 1!

Re: GDE Alpha Released: GWT Development Environment based on Eclipse/ RCP Technology

2009-02-04 Thread Dop Sun
Thanks a lot, Dop. On Feb 4, 8:17 am, Tom Schindl wrote: > Dop Sun schrieb: > > > Thanks for your reply. > > > Just look the link you are given briefly, UFace is a great idea. > > > I guess in this forum, there are lot of discussions about what's the &

Re: GDE Alpha Released: GWT Development Environment based on Eclipse/ RCP Technology

2009-02-03 Thread Dop Sun
se-IDE and RCP there)? It would be interesting to > hear your expertise knowledge on GWT-stuff. > > Tom > > [1]http://wiki.eclipse.org/UFaceKit > > Dop Sun schrieb: > > > Hi, just wraps up my GWT Development Environment (GDE) into binaries, > > and put under google code. &

GDE Alpha Released: GWT Development Environment based on Eclipse/ RCP Technology

2009-02-03 Thread Dop Sun
Hi, just wraps up my GWT Development Environment (GDE) into binaries, and put under google code. In short, GDE provides tools to create, develop, test, debug, build and deploy GWT plug-ins, based on Eclipse/ PDE technologies (similar to PDE? actually, I copied from the statements of PDE. :$) Tec