Re: GWT 2.7.0 RC1 available

2014-10-31 Thread Raphael Garnier
It works fine by adding in my CodeServer configuration : -launcherDir > ${resource_loc:cassis-server/target/cassis-server-1.0-SNAPSHOT} Reading Daniel, I thought that we had to use DevMode instead of CodeServer. But I don't know if it is possible to change the project-version by a variable !

Re: Editor Framework for Polymorphic types

2014-10-31 Thread Drew Spencer
I added a comment with a link to another SO question. One of my own in fact. Hope it helps. Drew On Thursday, 30 October 2014 16:00:21 UTC, Arpit wrote: > > Details in this SO post: > http://stackoverflow.com/questions/26656370/gwt-editor-framework-for-polymorphic-types > > Main issue with the

Re: GWT 2.7.0 RC1 available

2014-10-31 Thread Thomas Broyer
On Friday, October 31, 2014 2:10:14 PM UTC+1, Raphael Garnier wrote: > > Hi, > > I also use SDM with -noserver and I don't know wich directory I must chose > to have the refresh feature active. > > Here's the arguments : > >> -remoteUI "${gwt_remote_ui_server_port}:${unique_id}" -startupUrl >

Re: Upload a file using Drag and Drop on the Browse button in the Browser

2014-10-31 Thread Drew Spencer
Hi Surinaidu! I can tell you how I do it. Define a ChangeHandler like this: ChangeHandler changeHandler = new ChangeHandler() { @Override public void onChange(ChangeEvent event) { uploadFile(); } }; In my View I have the FileUpload field called 'uploadField'. I simply attac

Re: GWT 2.7.0 RC1 available

2014-10-31 Thread Jens
> > I also use SDM with -noserver and I don't know wich directory I must chose > to have the refresh feature active. > > Here's the arguments : > >> -remoteUI "${gwt_remote_ui_server_port}:${unique_id}" -startupUrl >> http://localhost:8080/tablet.jsp -logLevel INFO -noserver -workDir >> "${res

Re: Unexpected internal compiler error when trying out 2.7.0-RC1

2014-10-31 Thread Martijn Wijns
I just found out in the GWT Contributers group that you can try to turn off assertions to have the compiler continue. In my case it takes a long time and the compiler is unable to continue afterwards but it's worth a try. Op vrijdag 31 oktober 2014 14:21:24 UTC+1 schreef Arlo O'Keeffe: > > I hav

Re: GWT 2.7.0 RC1 available

2014-10-31 Thread Thomas Broyer
On Friday, October 31, 2014 1:48:09 PM UTC+1, rhmoller wrote: > > The gwt-dev-2.7.0-rc1.jar available through maven central has an empty > org/objectweb folder. All the asm classes are missing. > > The classes are present in the zipped version > Yes, when we deploy to Central, we strip out ASM

Re: Unexpected internal compiler error when trying out 2.7.0-RC1

2014-10-31 Thread Arlo O'Keeffe
I have the same error. On Thursday, October 30, 2014 4:39:03 PM UTC+1, Martijn Wijns wrote: > > When trying out 2.7.0-RC1 I get the following error after a page refresh: > > [ERROR] Unexpected internal compiler error > java.lang.AssertionError > at com.google.gwt.dev.jjs.impl.UnifyAst.ins

Re: GWT 2.7.0 RC1 available

2014-10-31 Thread Raphael Garnier
Hi, I also use SDM with -noserver and I don't know wich directory I must chose to have the refresh feature active. Here's the arguments : > -remoteUI "${gwt_remote_ui_server_port}:${unique_id}" -startupUrl > http://localhost:8080/tablet.jsp -logLevel INFO -noserver -workDir > "${resource_lo

Re: GWT 2.7.0 RC1 available

2014-10-31 Thread rhmoller
The gwt-dev-2.7.0-rc1.jar available through maven central has an empty org/objectweb folder. All the asm classes are missing. The classes are present in the zipped version /Rene Den torsdag den 30. oktober 2014 01.05.30 UTC+1 skrev Daniel Kurka: > > Hi all, > > I just build the GWT 2.7.0 RC1 an

Re: GWT 2.7.0 RC1 available

2014-10-31 Thread Thomas Broyer
On Friday, October 31, 2014 11:05:57 AM UTC+1, Eduardo Guardiola wrote: > > Automatic recompiles when refreshing aren't working for me. My server side > is .Net and my web server is IIS (running DevMode using -noserver). Maybe > that feauture doesn't work it this scenario? > You have to pass -

Re: GWT 2.7.0 RC1 available

2014-10-31 Thread Edu
Automatic recompiles when refreshing aren't working for me. My server side is .Net and my web server is IIS (running DevMode using -noserver). Maybe that feauture doesn't work it this scenario? 2014-10-30 21:46 GMT+01:00 Daniel Kurka : > There is no need to start the codeserver directly anymore,