GWT 2.8.0-rc1 issue (GWT 2.8.0-beta1 working)

2016-08-03 Thread Teletin Alin
Hi, I do have a problem since moving to rc1 related to a map object. Using beta1 the code works ok, but with rc1 it yields "this.static$.animals.put is not a function". Example code: @JsNative(isNative = true, namespace="Example.com", name="Person") public class Person{

Errors in com/google/gwt/emul/java/lang/String.java

2016-10-13 Thread Teletin Alin
Hi all, I have the following error at compilation: Errors in com/google/gwt/emul/java/lang/String.java [INFO] [ERROR] Line 165: 'String.NativeFunction String.getFromCharCodeFunction()' has invalid name 'String.fromCharCode'. [INFO] [ERROR] Line 165:

Re: Errors in com/google/gwt/emul/java/lang/String.java

2016-10-14 Thread Teletin Alin
I want to confirm that having 2.8.0-rc3 (used for org.codehaus.mojo:gwt-maven-plugin) 2.8.0-rc3 solved the isue. Thank you. joi, 13 octombrie 2016, 20:21:00 UTC+3, Thomas Broyer a scris: > > The problem is that you have a mix of rc2 and rc3 libs in your classpath, > and this is because

[gwt-contrib] GWT 2.8.0-rc1 issue (GWT 2.8.0-beta1 working)

2016-08-04 Thread Teletin Alin
Hi, I do have a problem since moving to rc1 related to a map object. Using beta1 the code works ok, but with rc1 it yields "this.static$.animals.put is not a function". Example code: @JsNative(isNative = true, namespace="Example.com", name="Person") public class Person{

Re: [gwt-contrib] GWT 2.8.0-rc1 issue (GWT 2.8.0-beta1 working)

2016-08-07 Thread Teletin Alin
> > First of all, thank you for your support. > I have tried to create a repro example but unfortunately, I didn't succeed. The issue has place in a project from my work and I can't put it here, so instead I have tried to create a sample project with the code that throws the issue. For my

[gwt-contrib] Ext.form.field.File not working with gwt2.8.0-rc2 (with gwt2.8.0-beta1 it works)

2016-09-01 Thread Teletin Alin
Hi all, I have a problem with an upload button which sends the selected file to a servlet and takes some action on servlet response. This is the code: //all ESExtXXX or ExtXXX from following code are wrapped javascript with jsinterop ESExtCreateParams *uploadPanelParams* = new

[gwt-contrib] Re: Ext.form.field.File not working with gwt2.8.0-rc2 (with gwt2.8.0-beta1 it works)

2016-09-02 Thread Teletin Alin
> > I do have generateJsInteropExports flag in my pom: > org.codehaus.mojo gwt-maven-plugin ${gwt.maven.plugin.version} <-- version is 2.8.0-rc2-patched --> ${java.version} <-- version is 1.8 --> ${java.version} true

[gwt-contrib] Re: Errors in com/google/gwt/emul/java/lang/String.java

2016-10-13 Thread Teletin Alin
> > Forgot to say that with: > The pom.xml versions for gwt: 2.8.0-rc2-patched 2.8.0-rc2 it works. So, the problem is in rc3. -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from