[gwt-contrib] Re: Unable to compile GWT 2.8.0-rc1 module in IntelliJ

2020-03-31 Thread Michal Zimen
Hi,

  Finally, after couple hours, I found out that there was a conflict in 
apache-ant dependency. Multiple packages with different versions served the 
same stuff.

I hope this might help others to solve this kind of issue.

m.

Dňa pondelok, 30. marca 2020 11:34:13 UTC+2 Michal Zimen napísal(a):
>
> Hi,
>
>   I'm facing similar problem. Migrating from gwt-2.4.0 to gwt-2.8.2 along 
> with jdk1.6 migration to jdk1.8.
>
> I've added the gwt-dev-2.8.2 dependency to the classpath/refid to the 
> below construct, but the issue still persists.
>
>  failonerror="true">
> 
> 
> 
> 
> 
> 
> 
> 
>
> This is a part of the error message:
>
>  [java]   Loading inherited module 
> 'com.google.gwt.http.HTTP'
>  [java]  Module location: 
> jar:file:/C:/SOV/workspace/SOV/_libraries/gwt-2.8.2/gwt-user.jar!/com/google/gwt/http/HTTP.gwt.xml
>  [java]  Loading inherited module 
> 'com.google.gwt.user.Timer'
>  [java] Module location: 
> jar:file:/C:/SOV/workspace/SOV/_libraries/gwt-2.8.2/gwt-user.jar!/com/google/gwt/user/Timer.gwt.xml
>  [java] [ERROR] Line 19: Unexpected exception 
> while processing element 'source'
>  [java] java.lang.NoClassDefFoundError: 
> org/apache/tools/ant/types/ZipScanner
>  [java] at 
> com.google.gwt.dev.resource.impl.DefaultFilters.getScanner(DefaultFilters.java:240)
>
> Thanks,
>
>   Michal
>
>
> Dňa pondelok, 1. augusta 2016 20:21:52 UTC+2 Thomas Broyer napísal(a):
>>
>> I actually meant the ant dependency with the test scope, but actually gwt 
>> uses a different ant dependency. But it really looks like a bug in IntelliJ 
>> now that we unbundled most dependencies from Maven artifacts.
>
>

-- 
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 it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/6e573bac-c97f-48d0-b4d7-b61efa570027%40googlegroups.com.


[gwt-contrib] Re: Unable to compile GWT 2.8.0-rc1 module in IntelliJ

2020-03-30 Thread Michal Zimen
Hi,

  I'm facing similar problem. Migrating from gwt-2.4.0 to gwt-2.8.2 along 
with jdk1.6 migration to jdk1.8.

I've added the gwt-dev-2.8.2 dependency to the classpath/refid to the below 
construct, but the issue still persists.











This is a part of the error message:

 [java]   Loading inherited module 
'com.google.gwt.http.HTTP'
 [java]  Module location: 
jar:file:/C:/SOV/workspace/SOV/_libraries/gwt-2.8.2/gwt-user.jar!/com/google/gwt/http/HTTP.gwt.xml
 [java]  Loading inherited module 
'com.google.gwt.user.Timer'
 [java] Module location: 
jar:file:/C:/SOV/workspace/SOV/_libraries/gwt-2.8.2/gwt-user.jar!/com/google/gwt/user/Timer.gwt.xml
 [java] [ERROR] Line 19: Unexpected exception 
while processing element 'source'
 [java] java.lang.NoClassDefFoundError: 
org/apache/tools/ant/types/ZipScanner
 [java] at 
com.google.gwt.dev.resource.impl.DefaultFilters.getScanner(DefaultFilters.java:240)

Thanks,

  Michal


Dňa pondelok, 1. augusta 2016 20:21:52 UTC+2 Thomas Broyer napísal(a):
>
> I actually meant the ant dependency with the test scope, but actually gwt 
> uses a different ant dependency. But it really looks like a bug in IntelliJ 
> now that we unbundled most dependencies from Maven artifacts.

-- 
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 it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/efb8c071-1f4b-46e3-986c-b171a5ef8025%40googlegroups.com.


Re: GWT 2.8.0 RC1 - InternalCompilerException: Error constructing Java AST

2016-08-12 Thread Thomas Broyer
Do you have JDT in your dependencies? (mvn dependency:tree) And do you (still) 
have both client and server code in the same project? Also, which 
gwt-maven-plugin do you use, and which version?

-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 RC1 - InternalCompilerException: Error constructing Java AST

2016-08-12 Thread Thomas Broyer
Do you have JDT in your dependencies? (mvn dependency:tree) And do you (still) 
have both client and server code in the same project? Also, which 
gwt-maven-plugin do you use, and which version?

-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 RC1 - InternalCompilerException: Error constructing Java AST

2016-08-10 Thread harshyadav
Try adding just the following dependency:


xml-apis
xml-apis
1.4.01



Also this, if you have not already done so:


   javax.servlet
   javax.servlet-api
   3.1.0
   provided




And this is how GWT dependencies look for me (2.8.0-rc1):


   
  
 com.google.gwt
 gwt
 ${gwtVersion}
 pom
 import
  
   




   
  com.google.gwt
  gwt-servlet
  runtime
   
   
  com.google.gwt
  gwt-user
  provided
   
   
  com.google.gwt
  gwt-dev
  provided
   





On Wednesday, August 10, 2016 at 11:19:25 AM UTC-4, Michael Wiles wrote:
>
> I get the same issue using the maven plugin 2.8.0-rc1... Anyone got the 
> maven gwt plugin working? Or is it because I have some rogue dependency?
>
> On Tuesday, 2 August 2016 16:07:43 UTC+2, Uwe Maurer wrote:
>>
>> Hi,
>>
>> I tried GWT 2.8.0 RC1 and get this error. Any ideas?
>>
>>Compiling...
>> [ERROR] An internal compiler exception occurred
>> com.google.gwt.dev.jjs.InternalCompilerException: Error constructing Java 
>> AST
>> at 
>> com.google.gwt.dev.jjs.impl.GwtAstBuilder.translateException(GwtAstBuilder.java:3886)
>> at 
>> com.google.gwt.dev.jjs.impl.GwtAstBuilder.getInternalCompilerException(GwtAstBuilder.java:4291)
>> at 
>> com.google.gwt.dev.jjs.impl.GwtAstBuilder.createMembers(GwtAstBuilder.java:3985)
>> at 
>> com.google.gwt.dev.jjs.impl.GwtAstBuilder.processImpl(GwtAstBuilder.java:3825)
>> at 
>> com.google.gwt.dev.jjs.impl.GwtAstBuilder.process(GwtAstBuilder.java:3860)
>> at 
>> com.google.gwt.dev.javac.CompilationStateBuilder$CompileMoreLater$UnitProcessorImpl.process(CompilationStateBuilder.java:129)
>> at 
>> com.google.gwt.dev.javac.JdtCompiler$CompilerImpl.process(JdtCompiler.java:384)
>> at org.eclipse.jdt.internal.compiler.Compiler.compile(Compiler.java:470)
>> at com.google.gwt.dev.javac.JdtCompiler.doCompile(JdtCompiler.java:1089)
>> at 
>> com.google.gwt.dev.javac.CompilationStateBuilder$CompileMoreLater.compile(CompilationStateBuilder.java:325)
>> at 
>> com.google.gwt.dev.javac.CompilationStateBuilder.doBuildFrom(CompilationStateBuilder.java:548)
>> at 
>> com.google.gwt.dev.javac.CompilationStateBuilder.buildFrom(CompilationStateBuilder.java:479)
>> at 
>> com.google.gwt.dev.javac.CompilationStateBuilder.buildFrom(CompilationStateBuilder.java:465)
>> at 
>> com.google.gwt.dev.cfg.ModuleDef.getCompilationState(ModuleDef.java:423)
>> at com.google.gwt.dev.Precompile.precompile(Precompile.java:222)
>> at com.google.gwt.dev.Precompile.precompile(Precompile.java:202)
>> at com.google.gwt.dev.Precompile.precompile(Precompile.java:143)
>> at com.google.gwt.dev.Compiler.compile(Compiler.java:204)
>> at com.google.gwt.dev.Compiler.compile(Compiler.java:155)
>> at com.google.gwt.dev.Compiler.compile(Compiler.java:144)
>> at com.google.gwt.dev.Compiler$1.run(Compiler.java:118)
>> at com.google.gwt.dev.CompileTaskRunner.doRun(CompileTaskRunner.java:55)
>> at 
>> com.google.gwt.dev.CompileTaskRunner.runWithAppropriateLogger(CompileTaskRunner.java:50)
>> at com.google.gwt.dev.Compiler.main(Compiler.java:125)
>> Caused by: java.lang.NoSuchMethodError: 
>> org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isDefaultMethod()Z
>> at 
>> com.google.gwt.dev.jjs.impl.GwtAstBuilder.createMethod(GwtAstBuilder.java:4080)
>> at 
>> com.google.gwt.dev.jjs.impl.GwtAstBuilder.createMembers(GwtAstBuilder.java:3975)
>> ... 21 more
>>[ERROR] at DateTimeFormatInfoImpl_es_CL.java(22): public class 
>> DateTimeFormatInfoImpl_es_CL extends DateTimeFormatInfoImpl_es_419
>>   org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
>>
>>
>>

-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 RC1 - InternalCompilerException: Error constructing Java AST

2016-08-10 Thread Michael Wiles
I get the same issue using the maven plugin 2.8.0-rc1... Anyone got the 
maven gwt plugin working? Or is it because I have some rogue dependency?

On Tuesday, 2 August 2016 16:07:43 UTC+2, Uwe Maurer wrote:
>
> Hi,
>
> I tried GWT 2.8.0 RC1 and get this error. Any ideas?
>
>Compiling...
> [ERROR] An internal compiler exception occurred
> com.google.gwt.dev.jjs.InternalCompilerException: Error constructing Java 
> AST
> at 
> com.google.gwt.dev.jjs.impl.GwtAstBuilder.translateException(GwtAstBuilder.java:3886)
> at 
> com.google.gwt.dev.jjs.impl.GwtAstBuilder.getInternalCompilerException(GwtAstBuilder.java:4291)
> at 
> com.google.gwt.dev.jjs.impl.GwtAstBuilder.createMembers(GwtAstBuilder.java:3985)
> at 
> com.google.gwt.dev.jjs.impl.GwtAstBuilder.processImpl(GwtAstBuilder.java:3825)
> at 
> com.google.gwt.dev.jjs.impl.GwtAstBuilder.process(GwtAstBuilder.java:3860)
> at 
> com.google.gwt.dev.javac.CompilationStateBuilder$CompileMoreLater$UnitProcessorImpl.process(CompilationStateBuilder.java:129)
> at 
> com.google.gwt.dev.javac.JdtCompiler$CompilerImpl.process(JdtCompiler.java:384)
> at org.eclipse.jdt.internal.compiler.Compiler.compile(Compiler.java:470)
> at com.google.gwt.dev.javac.JdtCompiler.doCompile(JdtCompiler.java:1089)
> at 
> com.google.gwt.dev.javac.CompilationStateBuilder$CompileMoreLater.compile(CompilationStateBuilder.java:325)
> at 
> com.google.gwt.dev.javac.CompilationStateBuilder.doBuildFrom(CompilationStateBuilder.java:548)
> at 
> com.google.gwt.dev.javac.CompilationStateBuilder.buildFrom(CompilationStateBuilder.java:479)
> at 
> com.google.gwt.dev.javac.CompilationStateBuilder.buildFrom(CompilationStateBuilder.java:465)
> at com.google.gwt.dev.cfg.ModuleDef.getCompilationState(ModuleDef.java:423)
> at com.google.gwt.dev.Precompile.precompile(Precompile.java:222)
> at com.google.gwt.dev.Precompile.precompile(Precompile.java:202)
> at com.google.gwt.dev.Precompile.precompile(Precompile.java:143)
> at com.google.gwt.dev.Compiler.compile(Compiler.java:204)
> at com.google.gwt.dev.Compiler.compile(Compiler.java:155)
> at com.google.gwt.dev.Compiler.compile(Compiler.java:144)
> at com.google.gwt.dev.Compiler$1.run(Compiler.java:118)
> at com.google.gwt.dev.CompileTaskRunner.doRun(CompileTaskRunner.java:55)
> at 
> com.google.gwt.dev.CompileTaskRunner.runWithAppropriateLogger(CompileTaskRunner.java:50)
> at com.google.gwt.dev.Compiler.main(Compiler.java:125)
> Caused by: java.lang.NoSuchMethodError: 
> org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isDefaultMethod()Z
> at 
> com.google.gwt.dev.jjs.impl.GwtAstBuilder.createMethod(GwtAstBuilder.java:4080)
> at 
> com.google.gwt.dev.jjs.impl.GwtAstBuilder.createMembers(GwtAstBuilder.java:3975)
> ... 21 more
>[ERROR] at DateTimeFormatInfoImpl_es_CL.java(22): public class 
> DateTimeFormatInfoImpl_es_CL extends DateTimeFormatInfoImpl_es_419
>   org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
>
>
>

-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


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 surprise, the sample project works fine even if it is pretty the 
same with the original project which doesn't work.

I will put here the repro when I will have it.

-- 
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 it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/407e3d58-521f-45dd-8341-5011ee34e204%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [gwt-contrib] Re: GWT 2.8.0 RC1 is here!

2016-08-04 Thread Mark Duesbury
Problem solved.. 

I had the configuration in the wrong place. Should be...





  prepare-package



compile









-Xms2g -Xmx4g -Xss1024k

desktop.html

${project.build.directory}/${project.build.finalName}

true

true

true

INFO




It seems 2.8 is less forgiving than 2.7 in this regard




>>

-- 
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 it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/cb0ee9c1-8d2e-44e0-90e9-65f18a8b337d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [gwt-contrib] Re: GWT 2.8.0 RC1 is here!

2016-08-04 Thread Mark Duesbury
Sorry should have mentioned...

gwtversion is set to...

2.8.0-rc1


But because there was not a 2.8.0-rc1 version of the gwt-maven-plugin i 
changed the version of the plugin back to 2.8.0-beta1 (should have changed 
it to 2.8.0-SNAPSHOT)


I just changed the version of the gwt-maven-plugin to 2.8.0-SNAPSHOT and 
ran again Still the same out of memory error occurs.


On Friday, August 5, 2016 at 3:05:29 AM UTC+1, Roberto Lublinerman wrote:
>
> The issue was addressed post beta 1. Please use the 2.8rc1 instead.
>
> On Thu, Aug 4, 2016 at 6:57 PM, Mark Duesbury  > wrote:
>
>> Just tried with -Xmx8g (running on 16gb Macbook Pro)
>>
>> [ERROR] Exception in thread "main" java.lang.OutOfMemoryError: GC 
>> overhead limit exceeded
>>
>> [ERROR] at com.google.gwt.dev.jjs.impl.ReferenceMapper.createType(
>> ReferenceMapper.java:280)
>>
>> [ERROR] at com.google.gwt.dev.jjs.impl.ReferenceMapper.get(
>> ReferenceMapper.java:146)
>>
>> [ERROR] at com.google.gwt.dev.jjs.impl.GwtAstBuilder.createField(
>> GwtAstBuilder.java:3900)
>>
>> [ERROR] at com.google.gwt.dev.jjs.impl.GwtAstBuilder.createMembers(
>> GwtAstBuilder.java:3969)
>>
>> [ERROR] at com.google.gwt.dev.jjs.impl.GwtAstBuilder.processImpl(
>> GwtAstBuilder.java:3825)
>>
>> [ERROR] at com.google.gwt.dev.jjs.impl.GwtAstBuilder.process(
>> GwtAstBuilder.java:3860)
>>
>> [ERROR] at 
>> com.google.gwt.dev.javac.CompilationStateBuilder$CompileMoreLater$UnitProcessorImpl.process(
>> CompilationStateBuilder.java:129)
>>
>> [ERROR] at com.google.gwt.dev.javac.JdtCompiler$CompilerImpl.process(
>> JdtCompiler.java:384)
>>
>> [ERROR] at 
>> org.eclipse.jdt.internal.compiler.Compiler.processCompiledUnits(
>> Compiler.java:546)
>>
>> [ERROR] at org.eclipse.jdt.internal.compiler.Compiler.compile(
>> Compiler.java:458)
>>
>> [ERROR] at com.google.gwt.dev.javac.JdtCompiler.doCompile(
>> JdtCompiler.java:1089)
>>
>> [ERROR] at 
>> com.google.gwt.dev.javac.CompilationStateBuilder$CompileMoreLater.compile(
>> CompilationStateBuilder.java:325)
>>
>> [ERROR] at com.google.gwt.dev.javac.CompilationStateBuilder.doBuildFrom(
>> CompilationStateBuilder.java:548)
>>
>> [ERROR] at com.google.gwt.dev.javac.CompilationStateBuilder.buildFrom(
>> CompilationStateBuilder.java:479)
>>
>> [ERROR] at com.google.gwt.dev.javac.CompilationStateBuilder.buildFrom(
>> CompilationStateBuilder.java:465)
>>
>> [ERROR] at com.google.gwt.dev.cfg.ModuleDef.getCompilationState(
>> ModuleDef.java:423)
>>
>> [ERROR] at com.google.gwt.dev.Precompile.precompile(Precompile.java:222)
>>
>> [ERROR] at com.google.gwt.dev.Precompile.precompile(Precompile.java:202)
>>
>> [ERROR] at com.google.gwt.dev.Precompile.precompile(Precompile.java:143)
>>
>> [ERROR] at com.google.gwt.dev.Compiler.compile(Compiler.java:204)
>>
>> [ERROR] at com.google.gwt.dev.Compiler.compile(Compiler.java:155)
>>
>> [ERROR] at com.google.gwt.dev.Compiler.compile(Compiler.java:144)
>>
>> [ERROR] at com.google.gwt.dev.Compiler$1.run(Compiler.java:118)
>>
>> [ERROR] at com.google.gwt.dev.CompileTaskRunner.doRun(
>> CompileTaskRunner.java:55)
>>
>> [ERROR] at com.google.gwt.dev.CompileTaskRunner.runWithAppropriateLogger(
>> CompileTaskRunner.java:50)
>>
>> [ERROR] at com.google.gwt.dev.Compiler.main(Compiler.java:125)
>>
>> Full GWT Maven Plugin config
>>
>> 
>>
>> 
>>
>> org.codehaus.mojo
>>
>> gwt-maven-plugin
>>
>> 2.8.0-beta1
>>
>> 
>>
>> 
>>
>> com.google.gwt
>>
>> gwt-user
>>
>> ${gwtversion}
>>
>> 
>>
>> 
>>
>> com.google.gwt
>>
>> gwt-dev
>>
>> ${gwtversion}
>>
>> 
>>
>> 
>>
>> com.google.gwt
>>
>> gwt-servlet
>>
>> ${gwtversion}
>>
>> 
>>
>> 
>>
>> 
>>
>> 
>>
>> 
>>
>>   -Xms1024M -Xmx8g -Xss1024k
>>
>> 
>>
>> 
>>
>> compile
>>
>> 
>>
>> 
>>
>> 
>>
>> 
>>
>> desktop.html
>>
>> ${project.build.directory}/${project.build.finalName}> hostedWebapp>
>>
>> true
>>
>> true
>>
>> true
>>
>> INFO
>>
>> 
>>
>>  
>>
>> It works fine if I switch back to GWT 2.7.0
>>
>> On Thursday, August 4, 2016 at 10:13:40 PM UTC+1, Roberto Lublinerman 
>> wrote:
>>>
>>> You might need to increase the heap size. JDT still uses more memory 
>>> under Java 8 which is the source level that is currently supported by GWT 
>>> (try -Xmx3g or  -Xmx4g). 
>>>
>>> On Thu, Aug 4, 2016 at 11:27 AM, Mark Duesbury  
>>> wrote:
>>>
 Hi .. Thanks for the rc...

 I have been struggling for a while now with a 
 java.lang.OutOfMemoryError: GC overhead limit exceeded error on 
 compilation 
 since switching to GWT 2.8.0 beta1. I thought and hoped the problem would 
 be solved with the release of the RC, but it hasn't. I have searched high 
 and low on stackoverflow and elsewhere and tried just about every 
 combination of jvm settings I could find.. but nothing works. I dont think 
 my project is that large with 215 source files.

 The last settings I tried were...

 

 

 

 4

   -Xmx2g 

Re: [gwt-contrib] Re: GWT 2.8.0 RC1 is here!

2016-08-04 Thread 'Roberto Lublinerman' via GWT Contributors
The issue was addressed post beta 1. Please use the 2.8rc1 instead.

On Thu, Aug 4, 2016 at 6:57 PM, Mark Duesbury 
wrote:

> Just tried with -Xmx8g (running on 16gb Macbook Pro)
>
> [ERROR] Exception in thread "main" java.lang.OutOfMemoryError: GC overhead
> limit exceeded
>
> [ERROR] at com.google.gwt.dev.jjs.impl.ReferenceMapper.createType(Ref
> erenceMapper.java:280)
>
> [ERROR] at com.google.gwt.dev.jjs.impl.ReferenceMapper.get(ReferenceM
> apper.java:146)
>
> [ERROR] at com.google.gwt.dev.jjs.impl.GwtAstBuilder.createField(GwtA
> stBuilder.java:3900)
>
> [ERROR] at com.google.gwt.dev.jjs.impl.GwtAstBuilder.createMembers(Gw
> tAstBuilder.java:3969)
>
> [ERROR] at com.google.gwt.dev.jjs.impl.GwtAstBuilder.processImpl(GwtA
> stBuilder.java:3825)
>
> [ERROR] at com.google.gwt.dev.jjs.impl.GwtAstBuilder.process(GwtAstBu
> ilder.java:3860)
>
> [ERROR] at com.google.gwt.dev.javac.CompilationStateBuilder$
> CompileMoreLater$UnitProcessorImpl.process(Comp
> ilationStateBuilder.java:129)
>
> [ERROR] at com.google.gwt.dev.javac.JdtCompiler$CompilerImpl.process(
> JdtCompiler.java:384)
>
> [ERROR] at org.eclipse.jdt.internal.compiler.Compiler.
> processCompiledUnits(Compiler.java:546)
>
> [ERROR] at org.eclipse.jdt.internal.compiler.Compiler.compile(Comp
> iler.java:458)
>
> [ERROR] at com.google.gwt.dev.javac.JdtCompiler.doCompile(JdtCompi
> ler.java:1089)
>
> [ERROR] at com.google.gwt.dev.javac.CompilationStateBuilder$
> CompileMoreLater.compile(CompilationStateBuilder.java:325)
>
> [ERROR] at com.google.gwt.dev.javac.CompilationStateBuilder.doBuildFrom(
> CompilationStateBuilder.java:548)
>
> [ERROR] at com.google.gwt.dev.javac.CompilationStateBuilder.buildFrom(
> CompilationStateBuilder.java:479)
>
> [ERROR] at com.google.gwt.dev.javac.CompilationStateBuilder.buildFrom(
> CompilationStateBuilder.java:465)
>
> [ERROR] at com.google.gwt.dev.cfg.ModuleDef.getCompilationState(
> ModuleDef.java:423)
>
> [ERROR] at com.google.gwt.dev.Precompile.precompile(Precompile.java:222)
>
> [ERROR] at com.google.gwt.dev.Precompile.precompile(Precompile.java:202)
>
> [ERROR] at com.google.gwt.dev.Precompile.precompile(Precompile.java:143)
>
> [ERROR] at com.google.gwt.dev.Compiler.compile(Compiler.java:204)
>
> [ERROR] at com.google.gwt.dev.Compiler.compile(Compiler.java:155)
>
> [ERROR] at com.google.gwt.dev.Compiler.compile(Compiler.java:144)
>
> [ERROR] at com.google.gwt.dev.Compiler$1.run(Compiler.java:118)
>
> [ERROR] at com.google.gwt.dev.CompileTaskRunner.doRun(Compil
> eTaskRunner.java:55)
>
> [ERROR] at com.google.gwt.dev.CompileTaskRunner.runWithAppropriateLogger(
> CompileTaskRunner.java:50)
>
> [ERROR] at com.google.gwt.dev.Compiler.main(Compiler.java:125)
>
> Full GWT Maven Plugin config
>
> 
>
> 
>
> org.codehaus.mojo
>
> gwt-maven-plugin
>
> 2.8.0-beta1
>
> 
>
> 
>
> com.google.gwt
>
> gwt-user
>
> ${gwtversion}
>
> 
>
> 
>
> com.google.gwt
>
> gwt-dev
>
> ${gwtversion}
>
> 
>
> 
>
> com.google.gwt
>
> gwt-servlet
>
> ${gwtversion}
>
> 
>
> 
>
> 
>
> 
>
> 
>
>   -Xms1024M -Xmx8g -Xss1024k
>
> 
>
> 
>
> compile
>
> 
>
> 
>
> 
>
> 
>
> desktop.html
>
> ${project.build.directory}/${project.build.finalName} hostedWebapp>
>
> true
>
> true
>
> true
>
> INFO
>
> 
>
> 
>
> It works fine if I switch back to GWT 2.7.0
>
> On Thursday, August 4, 2016 at 10:13:40 PM UTC+1, Roberto Lublinerman
> wrote:
>>
>> You might need to increase the heap size. JDT still uses more memory
>> under Java 8 which is the source level that is currently supported by GWT
>> (try -Xmx3g or  -Xmx4g).
>>
>> On Thu, Aug 4, 2016 at 11:27 AM, Mark Duesbury 
>> wrote:
>>
>>> Hi .. Thanks for the rc...
>>>
>>> I have been struggling for a while now with a
>>> java.lang.OutOfMemoryError: GC overhead limit exceeded error on compilation
>>> since switching to GWT 2.8.0 beta1. I thought and hoped the problem would
>>> be solved with the release of the RC, but it hasn't. I have searched high
>>> and low on stackoverflow and elsewhere and tried just about every
>>> combination of jvm settings I could find.. but nothing works. I dont think
>>> my project is that large with 215 source files.
>>>
>>> The last settings I tried were...
>>>
>>> 
>>>
>>> 
>>>
>>> 
>>>
>>> 4
>>>
>>>   -Xmx2g -Xms1g -Xss1024k
>>>
>>>   true
>>>
>>> 
>>>
>>> 
>>>
>>> compile
>>>
>>> 
>>>
>>> 
>>>
>>> 
>>>
>>>
>>> The error occurs at different points in the compile cycle... A few
>>> samples are shown below...
>>>
>>> [ERROR] Exception in thread "main" java.lang.OutOfMemoryError: GC
>>> overhead limit exceeded
>>>
>>> [ERROR] at org.eclipse.jdt.internal.compiler.lookup.BoundSet.(Bou
>>> ndSet.java:308)
>>>
>>> [ERROR] at org.eclipse.jdt.internal.compiler.lookup.InferenceContext18.
>>> createInitialBoundSet(InferenceContext18.java:230)
>>>
>>> [ERROR] at org.eclipse.jdt.internal.compiler.lookup.ConstraintExpressio
>>> 

Re: [gwt-contrib] Re: GWT 2.8.0 RC1 is here!

2016-08-04 Thread 'Roberto Lublinerman' via GWT Contributors
You might need to increase the heap size. JDT still uses more memory under
Java 8 which is the source level that is currently supported by GWT (try
-Xmx3g or  -Xmx4g).

On Thu, Aug 4, 2016 at 11:27 AM, Mark Duesbury 
wrote:

> Hi .. Thanks for the rc...
>
> I have been struggling for a while now with a java.lang.OutOfMemoryError:
> GC overhead limit exceeded error on compilation since switching to GWT
> 2.8.0 beta1. I thought and hoped the problem would be solved with the
> release of the RC, but it hasn't. I have searched high and low on
> stackoverflow and elsewhere and tried just about every combination of jvm
> settings I could find.. but nothing works. I dont think my project is that
> large with 215 source files.
>
> The last settings I tried were...
>
> 
>
> 
>
> 
>
> 4
>
>   -Xmx2g -Xms1g -Xss1024k
>
>   true
>
> 
>
> 
>
> compile
>
> 
>
> 
>
> 
>
>
> The error occurs at different points in the compile cycle... A few samples
> are shown below...
>
> [ERROR] Exception in thread "main" java.lang.OutOfMemoryError: GC overhead
> limit exceeded
>
> [ERROR] at org.eclipse.jdt.internal.compiler.lookup.BoundSet.(
> BoundSet.java:308)
>
> [ERROR] at org.eclipse.jdt.internal.compiler.lookup.InferenceContext18.
> createInitialBoundSet(InferenceContext18.java:230)
>
> [ERROR] at org.eclipse.jdt.internal.compiler.lookup.
> ConstraintExpressionFormula.inferInvocationApplicability(C
> onstraintExpressionFormula.java:336)
>
> [ERROR] at org.eclipse.jdt.internal.compiler.lookup.InferenceContext18.
> inferInvocationApplicability(InferenceContext18.java:370)
>
> [ERROR] at org.eclipse.jdt.internal.compiler.lookup.
> ParameterizedGenericMethodBinding.computeCompatibleMethod18(
> ParameterizedGenericMethodBinding.java:233)
>
>
>
> --
> 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 it, send an
> email to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/google-web-toolkit-contributors/1c185f70-edf4-
> 4e54-9cfe-48b7908d54ba%40googlegroups.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/CAC7T7g%3Dx45KNani6eccA9MUejj%2BGNOOPcduVaf%3D-Gx9b0fQxhw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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

2016-08-04 Thread Thomas Broyer
Goktug: my reading of JsInterop is that @JsType(isNative=true) types 
shouldn't have non-annotated non-public members: either they're "mapped" 
properties and methods and should be public or annotated with @JsMethod or 
@JsProperty, or they're @JsOverlay methods; and there shouldn't be 
@JsIgnore'd members as well. If this is exact, then maybe the compiler 
should complain.
+1 for seeing a repro sample though, as the snippet wouldn't work anyway 
(to begin with, uses @JsNative instead of @JsType)

On Thursday, August 4, 2016 at 9:33:04 PM UTC+2, Goktug Gokdogan wrote:
>
> I'm not sure what you mean by working fine. If animal doesn't exist in the 
> object; it is expected to fail. Can you provide a full repro example?
>
> On Thu, Aug 4, 2016 at 2:50 AM, Teletin Alin  
> wrote:
>
>> 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{
>>
>> @JsProperty(name = "name")
>> public String name;
>> @JsProperty(name = "age")
>> public int age;
>>
>> private Map animals; //an extra property that is 
>> not found in javascript
>>
>> public native boolean isOld();
>>
>> @JsOverlay
>> public final void buyAnimal(Animal animal){ // I don't know if it 
>> matters, but Animal object is also native as Person
>> String animalName = animal.getName();
>> animals.put(animalName, animal); // this fails with 
>> "this.static$.animals.put is not a function"
>> }
>> }
>>
>> The above code works fine when using beta1.
>> Is there some documentation related to differences between rc1 and 
>> beta1(at least related to jsinterop)?
>> *What other changes should I make when moving to rc1?*
>>
>> My pom file contains:
>> ...
>> 
>> ...
>> 1.8
>> 2.8.0-rc1
>> 
>> 2.8.0-SNAPSHOT
>> 1.0.0-SNAPSHOT
>> ...
>> 
>> ...
>> 
>> org.codehaus.mojo
>> gwt-maven-plugin
>> ${gwt.maven.plugin.version}
>> 
>> ${java.version}
>> ${java.version}
>> true
>> ${gwt.style}
>>
>> -Xmx2048m -Xss1024k -XX:MaxPermSize=256m
>> ${webappDirectory}
>> ${superDevMode}
>> true
>> ...
>> ...
>> htmlunit
>> 
>> 
>> 
>> compile
>> 
>> compile
>> 
>> 
>> 
>> run
>> 
>> run
>> 
>> 
>> 
>> test
>> 
>> test
>> 
>> 
>> **/GwtTestSuite*.java
>> 
>> 
>> 
>> 
>> ...
>> 
>> ...
>> 
>> 
>> com.google.gwt
>> gwt-servlet
>> 
>> 
>> com.google.gwt
>> gwt-user
>> provided
>> 
>> 
>> com.google.gwt
>> gwt-dev
>> provided
>> 
>> 
>> com.google.gwt
>> gwt-codeserver
>> provided
>> 
>> ...
>> 
>> ...
>>
>> Thank you,
>>
>> -- 
>> 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 it, send an 
>> email to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/google-web-toolkit-contributors/0d7bb6ac-a184-4c55-a6f0-f09af725a82a%40googlegroups.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
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 it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/44347e9e-13c2-4bc4-b063-5fdfa93cd478%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2016-08-04 Thread 'Goktug Gokdogan' via GWT Contributors
I'm not sure what you mean by working fine. If animal doesn't exist in the
object; it is expected to fail. Can you provide a full repro example?

On Thu, Aug 4, 2016 at 2:50 AM, Teletin Alin 
wrote:

> 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{
>
> @JsProperty(name = "name")
> public String name;
> @JsProperty(name = "age")
> public int age;
>
> private Map animals; //an extra property that is
> not found in javascript
>
> public native boolean isOld();
>
> @JsOverlay
> public final void buyAnimal(Animal animal){ // I don't know if it
> matters, but Animal object is also native as Person
> String animalName = animal.getName();
> animals.put(animalName, animal); // this fails with
> "this.static$.animals.put is not a function"
> }
> }
>
> The above code works fine when using beta1.
> Is there some documentation related to differences between rc1 and
> beta1(at least related to jsinterop)?
> *What other changes should I make when moving to rc1?*
>
> My pom file contains:
> ...
> 
> ...
> 1.8
> 2.8.0-rc1
> 2.8.0-SNAPSHOT version>
> 1.0.0-SNAPSHOT
> ...
> 
> ...
> 
> org.codehaus.mojo
> gwt-maven-plugin
> ${gwt.maven.plugin.version}
> 
> ${java.version}
> ${java.version}
> true
> ${gwt.style}
>
> -Xmx2048m -Xss1024k -XX:MaxPermSize=256m
> ${webappDirectory}
> ${superDevMode}
> true
> ...
> ...
> htmlunit
> 
> 
> 
> compile
> 
> compile
> 
> 
> 
> run
> 
> run
> 
> 
> 
> test
> 
> test
> 
> 
> **/GwtTestSuite*.java
> 
> 
> 
> 
> ...
> 
> ...
> 
> 
> com.google.gwt
> gwt-servlet
> 
> 
> com.google.gwt
> gwt-user
> provided
> 
> 
> com.google.gwt
> gwt-dev
> provided
> 
> 
> com.google.gwt
> gwt-codeserver
> provided
> 
> ...
> 
> ...
>
> Thank you,
>
> --
> 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 it, send an
> email to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/google-web-toolkit-contributors/0d7bb6ac-a184-
> 4c55-a6f0-f09af725a82a%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/CAN%3DyUA0VNa-Zx-FyGPypLAD0iaFrn7z88RF2p%2BMgNUHo9G%2Bhuw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0-rc1 and closure compiler

2016-08-04 Thread Slava Pankov
IMO it was a bad idea to eliminate closure compiler from GWT, I've always 
used it and usually get 5-10% smaller output.
It's still possible to use, but "manually". I'm building with PRETTY 
option, then unzip war file, process all *.cache.js with closure compiler 
and put them back to war file.
Not sure it's stable though, still have no enough time to test 
it thoroughly.

On Thursday, August 4, 2016 at 9:33:54 AM UTC-7, Luis Fernando Planella 
Gonzalez wrote:
>
> Em quinta-feira, 4 de agosto de 2016 12:03:04 UTC-3, Thomas Broyer 
> escreveu:
>>
>>
>>
>> On Thursday, August 4, 2016 at 2:21:29 PM UTC+2, Luis Fernando Planella 
>> Gonzalez wrote:
>>>
>>> I've always used the closure compiler with past versions (even with 
>>> 2.8.0-beta1, which we have used in production already).
>>> Now, to my surprise, it is no longer supported in GWT 2.8.0-rc1, as 
>>> there's no mention to it in the release notes (
>>> http://www.gwtproject.org/release-notes.html).
>>>
>>
>> We may want to add a note about it; but that was an experimental feature 
>> and those tend to come and go as experiments prove their value or not.
>> See 
>> https://gwt.googlesource.com/gwt/+/162ccc9c9112a09bf9ea046da95760f5f1886b72%5E%21/
>>  
>> for the rationale.
>>
>
> Ok. In our project, we used to enable the closure compiler because the 
> codebase is quite large, and closure compiler helped in reducing further 
> the code size. I don't have the numbers at hand, but the full code size 
> (including all split points) is about 2.8M, and closure compiler reduced 
> some hundred kilobytes from it.
>  
>
>>  
>>
>>> Now the compiler no longer supports the old closure compiler option, but 
>>> has a new -X[no]closureFormattedOutput option.
>>>
>>
>> It's not really new actually: 
>> https://gwt.googlesource.com/gwt/+/6fa611cf9ad7ffa077a7378a100a7ccbd95e3cb3%5E%21/
>>
>
> I have assumed it was new because it is not present as option in the 
> gwt-maven-plugin (which is updated up to the beta1).
>
>  
>>
>>> I'm guessing closure compiler is no longer integrated in GWT, but it 
>>> still has the option to format for closure to a later (manual) usage of 
>>> closure compiler.
>>> I'm using the gwt-maven-plugin, which still uses beta1, but explicitly 
>>> changing its dependencies to 2.8.0-rc1 for gwt-user, gwt-dev and 
>>> gwt-codeserver artifacts, making it usable already for rc1.
>>> I can't, however, pass the new option (I think there's no way to pass 
>>> arbitrary compiler arguments with gwt-maven-plugin) until the maven plugin 
>>> is updated.
>>>
>>> What are the new instructions to keep using closure compiler?
>>>
>>
>> There aren't (see comment about -XclosureFormattedOutput in the commit 
>> message that introduced it)
>> Do you really *need* it?
>>
>
> I was assuming that flag was needed in order to generate code that 
> complies with the closure compiler limitations (
> https://developers.google.com/closure/compiler/docs/limitations).
> Maybe that is not the case and I can just invoke the closure compiler 
> manually on the generated GWT code? Should I expect any runtime problems by 
> doing this?
>

-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0-rc1 and closure compiler

2016-08-04 Thread Luis Fernando Planella Gonzalez
Em quinta-feira, 4 de agosto de 2016 12:03:04 UTC-3, Thomas Broyer escreveu:
>
>
>
> On Thursday, August 4, 2016 at 2:21:29 PM UTC+2, Luis Fernando Planella 
> Gonzalez wrote:
>>
>> I've always used the closure compiler with past versions (even with 
>> 2.8.0-beta1, which we have used in production already).
>> Now, to my surprise, it is no longer supported in GWT 2.8.0-rc1, as 
>> there's no mention to it in the release notes (
>> http://www.gwtproject.org/release-notes.html).
>>
>
> We may want to add a note about it; but that was an experimental feature 
> and those tend to come and go as experiments prove their value or not.
> See 
> https://gwt.googlesource.com/gwt/+/162ccc9c9112a09bf9ea046da95760f5f1886b72%5E%21/
>  
> for the rationale.
>

Ok. In our project, we used to enable the closure compiler because the 
codebase is quite large, and closure compiler helped in reducing further 
the code size. I don't have the numbers at hand, but the full code size 
(including all split points) is about 2.8M, and closure compiler reduced 
some hundred kilobytes from it.
 

>  
>
>> Now the compiler no longer supports the old closure compiler option, but 
>> has a new -X[no]closureFormattedOutput option.
>>
>
> It's not really new actually: 
> https://gwt.googlesource.com/gwt/+/6fa611cf9ad7ffa077a7378a100a7ccbd95e3cb3%5E%21/
>

I have assumed it was new because it is not present as option in the 
gwt-maven-plugin (which is updated up to the beta1).

 
>
>> I'm guessing closure compiler is no longer integrated in GWT, but it 
>> still has the option to format for closure to a later (manual) usage of 
>> closure compiler.
>> I'm using the gwt-maven-plugin, which still uses beta1, but explicitly 
>> changing its dependencies to 2.8.0-rc1 for gwt-user, gwt-dev and 
>> gwt-codeserver artifacts, making it usable already for rc1.
>> I can't, however, pass the new option (I think there's no way to pass 
>> arbitrary compiler arguments with gwt-maven-plugin) until the maven plugin 
>> is updated.
>>
>> What are the new instructions to keep using closure compiler?
>>
>
> There aren't (see comment about -XclosureFormattedOutput in the commit 
> message that introduced it)
> Do you really *need* it?
>

I was assuming that flag was needed in order to generate code that complies 
with the closure compiler limitations 
(https://developers.google.com/closure/compiler/docs/limitations).
Maybe that is not the case and I can just invoke the closure compiler 
manually on the generated GWT code? Should I expect any runtime problems by 
doing this?

-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0-rc1 and closure compiler

2016-08-04 Thread Thomas Broyer


On Thursday, August 4, 2016 at 2:21:29 PM UTC+2, Luis Fernando Planella 
Gonzalez wrote:
>
> I've always used the closure compiler with past versions (even with 
> 2.8.0-beta1, which we have used in production already).
> Now, to my surprise, it is no longer supported in GWT 2.8.0-rc1, as 
> there's no mention to it in the release notes (
> http://www.gwtproject.org/release-notes.html).
>

We may want to add a note about it; but that was an experimental feature 
and those tend to come and go as experiments prove their value or not.
See 
https://gwt.googlesource.com/gwt/+/162ccc9c9112a09bf9ea046da95760f5f1886b72%5E%21/
 
for the rationale.
 

> Now the compiler no longer supports the old closure compiler option, but 
> has a new -X[no]closureFormattedOutput option.
>

It's not really new 
actually: 
https://gwt.googlesource.com/gwt/+/6fa611cf9ad7ffa077a7378a100a7ccbd95e3cb3%5E%21/
 

> I'm guessing closure compiler is no longer integrated in GWT, but it still 
> has the option to format for closure to a later (manual) usage of closure 
> compiler.
> I'm using the gwt-maven-plugin, which still uses beta1, but explicitly 
> changing its dependencies to 2.8.0-rc1 for gwt-user, gwt-dev and 
> gwt-codeserver artifacts, making it usable already for rc1.
> I can't, however, pass the new option (I think there's no way to pass 
> arbitrary compiler arguments with gwt-maven-plugin) until the maven plugin 
> is updated.
>
> What are the new instructions to keep using closure compiler?
>

There aren't (see comment about -XclosureFormattedOutput in the commit 
message that introduced it)
Do you really *need* it?

-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


[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{

@JsProperty(name = "name")
public String name;
@JsProperty(name = "age")
public int age;

private Map animals; //an extra property that is 
not found in javascript

public native boolean isOld();

@JsOverlay
public final void buyAnimal(Animal animal){ // I don't know if it 
matters, but Animal object is also native as Person
String animalName = animal.getName();
animals.put(animalName, animal); // this fails with 
"this.static$.animals.put is not a function"
}
}

The above code works fine when using beta1.
Is there some documentation related to differences between rc1 and beta1(at 
least related to jsinterop)?
*What other changes should I make when moving to rc1?*

My pom file contains:
...

...
1.8
2.8.0-rc1
2.8.0-SNAPSHOT
1.0.0-SNAPSHOT
...

...

org.codehaus.mojo
gwt-maven-plugin
${gwt.maven.plugin.version}

${java.version}
${java.version}
true
${gwt.style}

-Xmx2048m -Xss1024k -XX:MaxPermSize=256m
${webappDirectory}
${superDevMode}
true
...
...
htmlunit



compile

compile



run

run



test

test


**/GwtTestSuite*.java




...

...


com.google.gwt
gwt-servlet


com.google.gwt
gwt-user
provided


com.google.gwt
gwt-dev
provided


com.google.gwt
gwt-codeserver
provided

...

...

Thank you,

-- 
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 it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/0d7bb6ac-a184-4c55-a6f0-f09af725a82a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


GWT 2.8.0-rc1 and closure compiler

2016-08-04 Thread Luis Fernando Planella Gonzalez
I've always used the closure compiler with past versions (even with 
2.8.0-beta1, which we have used in production already).
Now, to my surprise, it is no longer supported in GWT 2.8.0-rc1, as there's 
no mention to it in the release notes 
(http://www.gwtproject.org/release-notes.html).

Now the compiler no longer supports the old closure compiler option, but 
has a new -X[no]closureFormattedOutput option.
I'm guessing closure compiler is no longer integrated in GWT, but it still 
has the option to format for closure to a later (manual) usage of closure 
compiler.
I'm using the gwt-maven-plugin, which still uses beta1, but explicitly 
changing its dependencies to 2.8.0-rc1 for gwt-user, gwt-dev and 
gwt-codeserver artifacts, making it usable already for rc1.
I can't, however, pass the new option (I think there's no way to pass 
arbitrary compiler arguments with gwt-maven-plugin) until the maven plugin 
is updated.

What are the new instructions to keep using closure compiler?

-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


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{

@JsProperty(name = "name")
public String name;
@JsProperty(name = "age")
public int age;

private Map animals; //an extra property that is 
not found in javascript

public native boolean isOld();

@JsOverlay
public final void buyAnimal(Animal animal){ // I don't know if it 
matters, but Animal object is also native as Person
String animalName = animal.getName();
animals.put(animalName, animal); // this fails with 
"this.static$.animals.put is not a function"
}
}

The above code works fine when using beta1.
Is there some documentation related to differences between rc1 and beta1(at 
least related to jsinterop)?
*What other changes should I make when moving to rc1?* Add as dependency 
the jsinterop.annotations, or set the generateJsInteropExports to true, or 
the way of running the app, etc?

Thank you,

-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 RC1 - InternalCompilerException: Error constructing Java AST

2016-08-02 Thread Thomas Broyer


On Tuesday, August 2, 2016 at 6:35:05 PM UTC+2, Uwe Maurer wrote:
>
> Great that most dependencies are referenced now.
>
> You are right, the extra JDT library should not even be on the GWT 
> classpath.  
> We use the gwt-gradle-plugin to compile GWT projects with gradle, maybe 
> our configuration is not correct there.
>

I don't know gwt-gradle-plugin well, but quickly looking at its source, I 
don't think you can do that (without splitting the 'war' and 'gwt' into 
separate subprojects)
Maybe if you use something like:

configurations.gwt.exclude group: 'xxx.xxx.xxx', module: 'jdt'

or possibly using module replacement to tell Gradle that JDT is "replaced" 
by gwt-dev whenever both are in the same configuration:

dependencies {
modules {
module("xxx.xxx.xxx:jdt") {
replacedBy("com.google.gwt:gwt-dev")
}
}
}

But because gwt-gradle-plugin doesn't use Configuration#extendsFrom, I'm 
not sure it'll work.

-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 RC1 - InternalCompilerException: Error constructing Java AST

2016-08-02 Thread Uwe Maurer
Great that most dependencies are referenced now.

You are right, the extra JDT library should not even be on the GWT 
classpath.  
We use the gwt-gradle-plugin to compile GWT projects with gradle, maybe our 
configuration is not correct there.

On Tuesday, August 2, 2016 at 6:03:37 PM UTC+2, Thomas Broyer wrote:
>
>
>
> On Tuesday, August 2, 2016 at 5:50:22 PM UTC+2, Uwe Maurer wrote:
>>
>> Thanks for the hint. Yes, the problem was that GWT SDK duplicates these 
>> JDT classes instead of depending on the corresponding library.
>>
>
> JDT is the only dependency that's still bundled into GWT, and this is the 
> case because a) it uses a patched JDT (for a memory issue) and b) it uses 
> internal APIs that are "normally" hidden into a JAR (yes, a JAR inside a 
> JAR) and aren't available in any artifact in any Maven repo (that I know 
> of).
>
> Note: GWT has always bundled its dependencies. It's only starting with 
> 2.8.0-rc1 that dependencies are "referenced" instead; except for JDT.
>
> BTW, what's the reason you have JDT and gwt-dev in the same 
> classpath/scope/configuration? Are you using JDT in client-side code? (a 
> GWT generator?) If not, Gradle is flexible enough so you can correctly 
> segregate dependencies depending on their use.
>

-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 RC1 - InternalCompilerException: Error constructing Java AST

2016-08-02 Thread Thomas Broyer


On Tuesday, August 2, 2016 at 5:50:22 PM UTC+2, Uwe Maurer wrote:
>
> Thanks for the hint. Yes, the problem was that GWT SDK duplicates these 
> JDT classes instead of depending on the corresponding library.
>

JDT is the only dependency that's still bundled into GWT, and this is the 
case because a) it uses a patched JDT (for a memory issue) and b) it uses 
internal APIs that are "normally" hidden into a JAR (yes, a JAR inside a 
JAR) and aren't available in any artifact in any Maven repo (that I know 
of).

Note: GWT has always bundled its dependencies. It's only starting with 
2.8.0-rc1 that dependencies are "referenced" instead; except for JDT.

BTW, what's the reason you have JDT and gwt-dev in the same 
classpath/scope/configuration? Are you using JDT in client-side code? (a 
GWT generator?) If not, Gradle is flexible enough so you can correctly 
segregate dependencies depending on their use.

-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 RC1 - InternalCompilerException: Error constructing Java AST

2016-08-02 Thread Uwe Maurer
Thanks for the hint. Yes, the problem was that GWT SDK duplicates these JDT 
classes instead of depending on the corresponding library.
Then gradle could not resolve this version conflict and kept the old JDT. 
Forcing a higher version fixed it.

On Tuesday, August 2, 2016 at 4:35:37 PM UTC+2, Jens wrote:
>
> *Caused by: java.lang.NoSuchMethodError: 
> org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isDefaultMethod()Z*
>
>
> Check your dependencies. Looks like you have an old JDT on class path and 
> GWT requires a newer one.
>
> -- J.
>

-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 RC1 - InternalCompilerException: Error constructing Java AST

2016-08-02 Thread Jens
*Caused by: java.lang.NoSuchMethodError: 
org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isDefaultMethod()Z*


Check your dependencies. Looks like you have an old JDT on class path and 
GWT requires a newer one.

-- J.

-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


GWT 2.8.0 RC1 - InternalCompilerException: Error constructing Java AST

2016-08-02 Thread Uwe Maurer
Hi,

I tried GWT 2.8.0 RC1 and get this error. Any ideas?

   Compiling...
[ERROR] An internal compiler exception occurred
com.google.gwt.dev.jjs.InternalCompilerException: Error constructing Java 
AST
at 
com.google.gwt.dev.jjs.impl.GwtAstBuilder.translateException(GwtAstBuilder.java:3886)
at 
com.google.gwt.dev.jjs.impl.GwtAstBuilder.getInternalCompilerException(GwtAstBuilder.java:4291)
at 
com.google.gwt.dev.jjs.impl.GwtAstBuilder.createMembers(GwtAstBuilder.java:3985)
at 
com.google.gwt.dev.jjs.impl.GwtAstBuilder.processImpl(GwtAstBuilder.java:3825)
at 
com.google.gwt.dev.jjs.impl.GwtAstBuilder.process(GwtAstBuilder.java:3860)
at 
com.google.gwt.dev.javac.CompilationStateBuilder$CompileMoreLater$UnitProcessorImpl.process(CompilationStateBuilder.java:129)
at 
com.google.gwt.dev.javac.JdtCompiler$CompilerImpl.process(JdtCompiler.java:384)
at org.eclipse.jdt.internal.compiler.Compiler.compile(Compiler.java:470)
at com.google.gwt.dev.javac.JdtCompiler.doCompile(JdtCompiler.java:1089)
at 
com.google.gwt.dev.javac.CompilationStateBuilder$CompileMoreLater.compile(CompilationStateBuilder.java:325)
at 
com.google.gwt.dev.javac.CompilationStateBuilder.doBuildFrom(CompilationStateBuilder.java:548)
at 
com.google.gwt.dev.javac.CompilationStateBuilder.buildFrom(CompilationStateBuilder.java:479)
at 
com.google.gwt.dev.javac.CompilationStateBuilder.buildFrom(CompilationStateBuilder.java:465)
at com.google.gwt.dev.cfg.ModuleDef.getCompilationState(ModuleDef.java:423)
at com.google.gwt.dev.Precompile.precompile(Precompile.java:222)
at com.google.gwt.dev.Precompile.precompile(Precompile.java:202)
at com.google.gwt.dev.Precompile.precompile(Precompile.java:143)
at com.google.gwt.dev.Compiler.compile(Compiler.java:204)
at com.google.gwt.dev.Compiler.compile(Compiler.java:155)
at com.google.gwt.dev.Compiler.compile(Compiler.java:144)
at com.google.gwt.dev.Compiler$1.run(Compiler.java:118)
at com.google.gwt.dev.CompileTaskRunner.doRun(CompileTaskRunner.java:55)
at 
com.google.gwt.dev.CompileTaskRunner.runWithAppropriateLogger(CompileTaskRunner.java:50)
at com.google.gwt.dev.Compiler.main(Compiler.java:125)
Caused by: java.lang.NoSuchMethodError: 
org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isDefaultMethod()Z
at 
com.google.gwt.dev.jjs.impl.GwtAstBuilder.createMethod(GwtAstBuilder.java:4080)
at 
com.google.gwt.dev.jjs.impl.GwtAstBuilder.createMembers(GwtAstBuilder.java:3975)
... 21 more
   [ERROR] at DateTimeFormatInfoImpl_es_CL.java(22): public class 
DateTimeFormatInfoImpl_es_CL extends DateTimeFormatInfoImpl_es_419
  org.eclipse.jdt.internal.compiler.ast.TypeDeclaration


-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


[gwt-contrib] Re: GWT 2.8.0 RC1 is here!

2016-08-02 Thread Frank Taffelt
thanks for spotting in the right direction. yes i had an exclusion for the 
xerces in another dependency.


On Tuesday, August 2, 2016 at 2:56:19 AM UTC+2, Thomas Broyer wrote:
>
> Do you somehow exclude xerces?
> Here's dependency:tree excerpt from the "dynatablerf" sample; see how it 
> inherits 1.4.01 from xercesImpl 2.11.0:
>
> [INFO] +- com.google.gwt:gwt-dev:jar:2.8.0-rc1:provided
> [INFO] |  +- com.google.code.gson:gson:jar:2.6.2:provided
> [INFO] |  +- org.ow2.asm:asm:jar:5.0.3:provided
> [INFO] |  +- org.ow2.asm:asm-util:jar:5.0.3:provided
> [INFO] |  |  \- org.ow2.asm:asm-tree:jar:5.0.3:provided
> [INFO] |  +- org.ow2.asm:asm-commons:jar:5.0.3:provided
> [INFO] |  +- colt:colt:jar:1.2.0:provided
> [INFO] |  +- ant:ant:jar:1.6.5:provided
> [INFO] |  +- commons-collections:commons-collections:jar:3.2.2:provided
> [INFO] |  +- commons-io:commons-io:jar:2.4:provided
> [INFO] |  +- com.ibm.icu:icu4j:jar:50.1.1:provided
> [INFO] |  +- tapestry:tapestry:jar:4.0.2:provided
> [INFO] |  +- net.sourceforge.htmlunit:htmlunit:jar:2.19:provided
> [INFO] |  |  +- xalan:xalan:jar:2.7.2:provided
> [INFO] |  |  |  \- xalan:serializer:jar:2.7.2:provided
> [INFO] |  |  +- org.apache.commons:commons-lang3:jar:3.4:provided
> [INFO] |  |  +- org.apache.httpcomponents:httpclient:jar:4.5.1:provided
> [INFO] |  |  |  \- org.apache.httpcomponents:httpcore:jar:4.4.3:provided
> [INFO] |  |  +- org.apache.httpcomponents:httpmime:jar:4.5.1:provided
> [INFO] |  |  +- commons-codec:commons-codec:jar:1.10:provided
> [INFO] |  |  +- net.sourceforge.htmlunit:htmlunit-core-js:jar:2.17:provided
> [INFO] |  |  +- xerces:xercesImpl:jar:2.11.0:provided
> [INFO] |  |  |  \- xml-apis:xml-apis:jar:1.4.01:provided
> [INFO] |  |  +- net.sourceforge.nekohtml:nekohtml:jar:1.9.22:provided
> [INFO] |  |  +- net.sourceforge.cssparser:cssparser:jar:0.9.18:provided
> [INFO] |  |  +- commons-logging:commons-logging:jar:1.2:provided
>
> Maybe it could be linked to the version of Maven being used? Which version 
> are you using?
>
> On Monday, August 1, 2016 at 11:41:21 AM UTC+2, Frank Taffelt wrote:
>>
>> some steps further:
>>
>> [INFO] \- com.google.gwt:gwt-dev:jar:2.8.0-rc1:compile
>> [INFO]+- com.google.code.gson:gson:jar:2.6.2:compile
>> [INFO]+- org.ow2.asm:asm:jar:5.0.3:compile
>> [INFO]+- org.ow2.asm:asm-util:jar:5.0.3:compile
>> [INFO]|  \- org.ow2.asm:asm-tree:jar:5.0.3:compile
>> [INFO]| \- (org.ow2.asm:asm:jar:5.0.3:compile - omitted for 
>> duplicate)
>> [INFO]+- org.ow2.asm:asm-commons:jar:5.0.3:compile
>> [INFO]|  \- (org.ow2.asm:asm-tree:jar:5.0.3:compile - omitted for 
>> duplicate)
>> [INFO]+- colt:colt:jar:1.2.0:compile
>> [INFO]+- ant:ant:jar:1.6.5:compile
>> [INFO]+- commons-collections:commons-collections:jar:3.2.2:compile
>> [INFO]+- commons-io:commons-io:jar:2.4:compile
>> [INFO]+- com.ibm.icu:icu4j:jar:50.1.1:compile
>> [INFO]+- tapestry:tapestry:jar:4.0.2:compile
>> [INFO]+- net.sourceforge.htmlunit:htmlunit:jar:2.19:compile
>> [INFO]|  +- xalan:xalan:jar:2.7.2:compile
>> [INFO]|  |  \- xalan:serializer:jar:2.7.2:compile
>> [INFO]|  | \- xml-apis:xml-apis:jar:1.3.04:compile
>>
>> in the referenced xml-apis version 1.3.04 there is no 
>> class  org/w3c/dom/ElementTraversal. So adding a new dependency to xml-apis 
>> with version 1.4.01 fixed my build.  
>> btw: trying a clean dagger-guice-rf-activities (because it also uses UI 
>> binder) build also breaks on my system with the same error. 
>>
>> On Friday, July 29, 2016 at 5:47:36 PM UTC+2, Thomas Broyer wrote:
>>>
>>> I'd start with double-checking your dependencies. With 2.8 from the 
>>> Central repository, most dependencies that used to be bundled into the 
>>> gwt-user and gwt-dev JARs have now been unbundled and properly declared as 
>>> Maven dependencies, so you may have had exclusions that now need to be 
>>> removed.
>>> I just updated my archetypes to 2.8.0-rc1 and they still work OK (from 
>>> the tests): 
>>> https://travis-ci.org/tbroyer/gwt-maven-archetypes/builds/148343628
>>>
>>> On Friday, July 29, 2016 at 4:27:23 PM UTC+2, Frank Taffelt wrote:

 thanks for the rc.

 updated a project coming from 2.7.0. the project is mainly based on 
 thomas gwt maven-archetypes.

 the following build error is dumped doing an mvn package on the 
 gwt-compilation step:

 [INFO]   [WARN] Line 39 column 7: encountered "(". Was 
 expecting one of: 
 [INFO][ERROR] An internal compiler exception occurred
 [INFO] com.google.gwt.dev.jjs.InternalCompilerException: Unexpected 
 error during visit.
 [INFO]  at 
 com.google.gwt.dev.jjs.ast.JVisitor.translateException(JVisitor.java:111)
 [INFO]  at 
 com.google.gwt.dev.jjs.ast.JModVisitor.accept(JModVisitor.java:276)
 [INFO]  at 
 com.google.gwt.dev.jjs.ast.JModVisitor.accept(JModVisitor.java:265)
 [INFO]  at 

[gwt-contrib] Re: Unable to compile GWT 2.8.0-rc1 module in IntelliJ

2016-08-01 Thread Thomas Broyer
I actually meant the ant dependency with the test scope, but actually gwt uses 
a different ant dependency. But it really looks like a bug in IntelliJ now that 
we unbundled most dependencies from Maven artifacts.

-- 
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 it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/6e39ed0d-1ac9-4dfe-8d23-00c89393f904%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[gwt-contrib] Re: GWT 2.8.0 RC1 is here!

2016-08-01 Thread Thomas Broyer
This is https://github.com/gwtproject/gwt/issues/9382 and is a bug in 
gwt-jackson's POM.

-- 
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 it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/de1d438a-0e0e-4583-8d8e-c3245cef68e8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[gwt-contrib] Re: GWT 2.8.0 RC1 is here!

2016-08-01 Thread Andrei Preda
Hi and thank you for the RC1,

I have a problem that I can't wrap my head around, because I don't know if 
it is a problem with the RC1 or with the gwtjackson lib?

Everything works fine with gwt2.8.0-beta1 but if I try to compile with RC1 
the following is logged:
Computing all possible rebind results for 
'com.google.gwt.user.client.DocumentModeAsserter.DocumentModeProperty'
Rebinding com.google.gwt.user.client.DocumentModeAsserter.
DocumentModeProperty
   Checking rule 
  [WARN] Unknown type 
'com.github.nmorel.gwtjackson.client.JsonSerializationContext.Builder' 
specified in deferred binding rule
   Checking rule 
  [WARN] Unknown type 
'com.github.nmorel.gwtjackson.client.ObjectWriter' specified in deferred 
binding rule
 [ERROR] Errors in 
'com/github/nmorel/gwtjackson/client/JsonSerializer.java'
[ERROR] Line 19: The import javax.annotation.Nonnull cannot be 
resolved
[ERROR] Line 20: The import javax.annotation.Nullable cannot be 
resolved
[ERROR] Line 121: Nullable cannot be resolved to a type
[ERROR] Line 128: Nullable cannot be resolved to a type
[ERROR] Line 140: Nonnull cannot be resolved to a type
 Tracing compile failure path for type 
'com.github.nmorel.gwtjackson.client.JsonSerializer'
[ERROR] Errors in 
'com/github/nmorel/gwtjackson/client/JsonSerializer.java'
   [ERROR] Line 128: Nullable cannot be resolved to a type
   [ERROR] Line 121: Nullable cannot be resolved to a type
   [ERROR] Line 140: Nonnull cannot be resolved to a type
   [ERROR] Line 20: The import javax.annotation.Nullable cannot 
be resolved
   [ERROR] Line 19: The import javax.annotation.Nonnull cannot 
be resolved

Can anyone point me to a solution?

Thank you for your help,
Andrei

-- 
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 it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/a330656a-2e1c-42eb-b8b7-6561aba30c64%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[gwt-contrib] Re: GWT 2.8.0 RC1 is here!

2016-08-01 Thread Frank Taffelt
some steps further:

[INFO] \- com.google.gwt:gwt-dev:jar:2.8.0-rc1:compile
[INFO]+- com.google.code.gson:gson:jar:2.6.2:compile
[INFO]+- org.ow2.asm:asm:jar:5.0.3:compile
[INFO]+- org.ow2.asm:asm-util:jar:5.0.3:compile
[INFO]|  \- org.ow2.asm:asm-tree:jar:5.0.3:compile
[INFO]| \- (org.ow2.asm:asm:jar:5.0.3:compile - omitted for 
duplicate)
[INFO]+- org.ow2.asm:asm-commons:jar:5.0.3:compile
[INFO]|  \- (org.ow2.asm:asm-tree:jar:5.0.3:compile - omitted for 
duplicate)
[INFO]+- colt:colt:jar:1.2.0:compile
[INFO]+- ant:ant:jar:1.6.5:compile
[INFO]+- commons-collections:commons-collections:jar:3.2.2:compile
[INFO]+- commons-io:commons-io:jar:2.4:compile
[INFO]+- com.ibm.icu:icu4j:jar:50.1.1:compile
[INFO]+- tapestry:tapestry:jar:4.0.2:compile
[INFO]+- net.sourceforge.htmlunit:htmlunit:jar:2.19:compile
[INFO]|  +- xalan:xalan:jar:2.7.2:compile
[INFO]|  |  \- xalan:serializer:jar:2.7.2:compile
[INFO]|  | \- xml-apis:xml-apis:jar:1.3.04:compile

in the referenced xml-apis version 1.3.04 there is no 
class  org/w3c/dom/ElementTraversal. So adding a new dependency to xml-apis 
with version 1.4.01 fixed my build.  
btw: trying a clean dagger-guice-rf-activities (because it also uses UI 
binder) build also breaks on my system with the same error. 

On Friday, July 29, 2016 at 5:47:36 PM UTC+2, Thomas Broyer wrote:
>
> I'd start with double-checking your dependencies. With 2.8 from the 
> Central repository, most dependencies that used to be bundled into the 
> gwt-user and gwt-dev JARs have now been unbundled and properly declared as 
> Maven dependencies, so you may have had exclusions that now need to be 
> removed.
> I just updated my archetypes to 2.8.0-rc1 and they still work OK (from the 
> tests): 
> https://travis-ci.org/tbroyer/gwt-maven-archetypes/builds/148343628
>
> On Friday, July 29, 2016 at 4:27:23 PM UTC+2, Frank Taffelt wrote:
>>
>> thanks for the rc.
>>
>> updated a project coming from 2.7.0. the project is mainly based on 
>> thomas gwt maven-archetypes.
>>
>> the following build error is dumped doing an mvn package on the 
>> gwt-compilation step:
>>
>> [INFO]   [WARN] Line 39 column 7: encountered "(". Was 
>> expecting one of: 
>> [INFO][ERROR] An internal compiler exception occurred
>> [INFO] com.google.gwt.dev.jjs.InternalCompilerException: Unexpected error 
>> during visit.
>> [INFO]  at 
>> com.google.gwt.dev.jjs.ast.JVisitor.translateException(JVisitor.java:111)
>> [INFO]  at 
>> com.google.gwt.dev.jjs.ast.JModVisitor.accept(JModVisitor.java:276)
>> [INFO]  at 
>> com.google.gwt.dev.jjs.ast.JModVisitor.accept(JModVisitor.java:265)
>> [INFO]  at com.google.gwt.dev.jjs.ast.JVisitor.accept(JVisitor.java:118)
>> [INFO]  at 
>> com.google.gwt.dev.jjs.ast.JCastOperation.traverse(JCastOperation.java:72)
>> [INFO]  at 
>> com.google.gwt.dev.jjs.ast.JModVisitor.traverse(JModVisitor.java:361)
>> [INFO]  at 
>> com.google.gwt.dev.jjs.ast.JModVisitor.accept(JModVisitor.java:273)
>> [INFO]  at 
>> com.google.gwt.dev.jjs.ast.JModVisitor.accept(JModVisitor.java:265)
>> [INFO]  at com.google.gwt.dev.jjs.ast.JVisitor.accept(JVisitor.java:118)
>> [INFO]  at 
>> com.google.gwt.dev.jjs.ast.JDeclarationStatement.traverse(JDeclarationStatement.java:49)
>> [INFO]  at 
>> com.google.gwt.dev.jjs.ast.JModVisitor$ListContext.traverse(JModVisitor.java:88)
>> [INFO]  at 
>> com.google.gwt.dev.jjs.ast.JModVisitor.acceptWithInsertRemove(JModVisitor.java:331)
>> [INFO]  at com.google.gwt.dev.jjs.ast.JBlock.traverse(JBlock.java:92)
>> [INFO]  at 
>> com.google.gwt.dev.jjs.ast.JModVisitor.traverse(JModVisitor.java:361)
>> [INFO]  at 
>> com.google.gwt.dev.jjs.ast.JModVisitor.accept(JModVisitor.java:273)
>> [INFO]  at com.google.gwt.dev.jjs.ast.JVisitor.accept(JVisitor.java:139)
>> [INFO]  at com.google.gwt.dev.jjs.ast.JVisitor.accept(JVisitor.java:135)
>> [INFO]  at 
>> com.google.gwt.dev.jjs.ast.JMethodBody.traverse(JMethodBody.java:83)
>> [INFO]  at 
>> com.google.gwt.dev.jjs.ast.JModVisitor.traverse(JModVisitor.java:361)
>> [INFO]  at 
>> com.google.gwt.dev.jjs.ast.JModVisitor.accept(JModVisitor.java:273)
>> [INFO]  at 
>> com.google.gwt.dev.jjs.ast.JModVisitor.accept(JModVisitor.java:265)
>> [INFO]  at 
>> com.google.gwt.dev.jjs.ast.JMethod.visitChildren(JMethod.java:785)
>> [INFO]  at com.google.gwt.dev.jjs.ast.JMethod.traverse(JMethod.java:777)
>> [INFO]  at 
>> com.google.gwt.dev.jjs.ast.JModVisitor.traverse(JModVisitor.java:361)
>> [INFO]  at 
>> com.google.gwt.dev.jjs.ast.JModVisitor.accept(JModVisitor.java:273)
>> [INFO]  at 
>> com.google.gwt.dev.jjs.ast.JModVisitor.accept(JModVisitor.java:265)
>> [INFO]  at 
>> com.google.gwt.dev.jjs.impl.UnifyAst.mainLoop(UnifyAst.java:1379)
>> [INFO]  at com.google.gwt.dev.jjs.impl.UnifyAst.exec(UnifyAst.java:875)
>> [INFO]  at 
>> com.google.gwt.dev.jjs.JavaToJavaScriptCompiler.unifyJavaAst(JavaToJavaScriptCompiler.java:1410)
>> [INFO]  at 
>> 

[gwt-contrib] Re: Unable to compile GWT 2.8.0-rc1 module in IntelliJ

2016-07-31 Thread Kay Pac
It's only added by IntelliJ. Do you mean it might be guava?

On Sunday, July 31, 2016 at 4:27:32 PM UTC-7, Thomas Broyer wrote:
>
> That might be this. Do you have gwt-dev as a dependency or is it only 
> added by IntelliJ?

-- 
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 it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/b7cac236-104d-4309-815d-6f03c6b4bd1f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[gwt-contrib] Re: Unable to compile GWT 2.8.0-rc1 module in IntelliJ

2016-07-31 Thread Thomas Broyer
That might be this. Do you have gwt-dev as a dependency or is it only added by 
IntelliJ?

-- 
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 it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/95a58267-863f-47ba-b478-d4661ccdb190%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[gwt-contrib] Re: Unable to compile GWT 2.8.0-rc1 module in IntelliJ

2016-07-31 Thread Kay Pac
Sure thing. I also looked at my dependency tree, and I seem to have a guava 
19 dependency, which I heard was unsupported (although I might not use it) 
and I also saw:

[INFO] +- org.jmock:jmock:jar:2.8.2:test
[INFO] |  +- org.jmock:jmock-testjar:jar:2.8.2:test
[INFO] |  +- cglib:cglib:jar:3.2.0:test
[INFO] |  |  \- org.apache.ant:ant:jar:1.9.4:test
[INFO] |  | \- org.apache.ant:ant-launcher:jar:1.9.4:test
[INFO] |  +- org.ow2.asm:asm:jar:5.0.4:test
[INFO] |  \- org.hamcrest:hamcrest-library:jar:1.3:test


So my jmock test dependency has an indirect ant dependency. I dunno if any 
of that could be related. Here is the classpath:

C:/Program Files/Java/jdk1.8.0_91/bin/java -Doverride.baselogdir=logs 
-Xmx1024m -classpath 
C:\Users\jade\.m2\repository\com\google\gwt\gwt-dev\2.8.0-rc1\gwt-dev-2.8.0-rc1.jar;D:\jade\temp\magewars-italy\webapp\src\main\java;D:\jade\temp\magewars-italy\domain\src\main\java;D:\jade\temp\magewars-italy\gameservice\src\main\java;D:\jade\temp\magewars-italy\domain-persistence\src\main\java;D:\jade\temp\magewars-italy\game\src\main\java;D:\jade\temp\magewars-italy\ui\src\main\java;C:\Program
 
Files\Java\jdk1.8.0_91\jre\lib\charsets.jar;C:\Program 
Files\Java\jdk1.8.0_91\jre\lib\deploy.jar;C:\Program 
Files\Java\jdk1.8.0_91\jre\lib\ext\access-bridge-64.jar;C:\Program 
Files\Java\jdk1.8.0_91\jre\lib\ext\cldrdata.jar;C:\Program 
Files\Java\jdk1.8.0_91\jre\lib\ext\dnsns.jar;C:\Program 
Files\Java\jdk1.8.0_91\jre\lib\ext\jaccess.jar;C:\Program 
Files\Java\jdk1.8.0_91\jre\lib\ext\jfxrt.jar;C:\Program 
Files\Java\jdk1.8.0_91\jre\lib\ext\localedata.jar;C:\Program 
Files\Java\jdk1.8.0_91\jre\lib\ext\nashorn.jar;C:\Program 
Files\Java\jdk1.8.0_91\jre\lib\ext\sunec.jar;C:\Program 
Files\Java\jdk1.8.0_91\jre\lib\ext\sunjce_provider.jar;C:\Program 
Files\Java\jdk1.8.0_91\jre\lib\ext\sunmscapi.jar;C:\Program 
Files\Java\jdk1.8.0_91\jre\lib\ext\sunpkcs11.jar;C:\Program 
Files\Java\jdk1.8.0_91\jre\lib\ext\zipfs.jar;C:\Program 
Files\Java\jdk1.8.0_91\jre\lib\javaws.jar;C:\Program 
Files\Java\jdk1.8.0_91\jre\lib\jce.jar;C:\Program 
Files\Java\jdk1.8.0_91\jre\lib\jfr.jar;C:\Program 
Files\Java\jdk1.8.0_91\jre\lib\jfxswt.jar;C:\Program 
Files\Java\jdk1.8.0_91\jre\lib\jsse.jar;C:\Program 
Files\Java\jdk1.8.0_91\jre\lib\management-agent.jar;C:\Program 
Files\Java\jdk1.8.0_91\jre\lib\plugin.jar;C:\Program 
Files\Java\jdk1.8.0_91\jre\lib\resources.jar;C:\Program 

[gwt-contrib] Unable to compile GWT 2.8.0-rc1 module in IntelliJ

2016-07-31 Thread Thomas Broyer
This might be caused by our unbundling of most dependencies; have you raised 
the issue on JetBrains' issue tracker?

BTW, can you paste the classpath used by IntelliJ?

-- 
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 it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/57453c72-3a77-4847-903f-dd05c32533a5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[gwt-contrib] Unable to compile GWT 2.8.0-rc1 module in IntelliJ

2016-07-31 Thread Kay Pac
I am getting strange errors in building my GWT app in IntelliJ with 
2.8.0-rc1, and I have gotten them for a while with SNAPSHOT. I fixed them 
by adding dependencies to my module POM, but that seemed wasteful so I just 
stopped using intellij. I'd love to be able to get them sorted.

Loading inherited module 'us.heptet.magewars.webapp.WebApp'
   Loading inherited module 'com.google.gwt.user.User'
  Loading inherited module 'com.google.gwt.event.Event'
 Loading inherited module 'com.google.gwt.dom.DOM'
Loading inherited module 'com.google.gwt.safehtml.SafeHtml'
   Loading inherited module 'com.google.gwt.http.HTTP'
  Loading inherited module 'com.google.gwt.user.Timer'
 [ERROR] Line 19: Unexpected exception while processing 
element 'source'
java.lang.NoClassDefFoundError: org/apache/tools/ant/types/ZipScanner
at 
com.google.gwt.dev.resource.impl.DefaultFilters.getScanner(DefaultFilters.java:240)
at 
com.google.gwt.dev.resource.impl.DefaultFilters$4.(DefaultFilters.java:371)
at 
com.google.gwt.dev.resource.impl.DefaultFilters.getCustomFilter(DefaultFilters.java:370)
at 
com.google.gwt.dev.resource.impl.DefaultFilters.customJavaFilter(DefaultFilters.java:301)
at 
com.google.gwt.dev.cfg.ModuleDef.addSourcePackageImpl(ModuleDef.java:257)
at com.google.gwt.dev.cfg.ModuleDef.addSourcePackage(ModuleDef.java:246)
at 
com.google.gwt.dev.cfg.ModuleDefSchema$BodySchema.addSourcePackage(ModuleDefSchema.java:860)
at 
com.google.gwt.dev.cfg.ModuleDefSchema$BodySchema.addSourcePackage(ModuleDefSchema.java:817)
at 
com.google.gwt.dev.cfg.ModuleDefSchema$BodySchema.__source_end(ModuleDefSchema.java:717)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 
com.google.gwt.dev.util.xml.HandlerMethod.invokeEnd(HandlerMethod.java:272)
at 
com.google.gwt.dev.util.xml.ReflectiveParser$Impl.endElement(ReflectiveParser.java:174)
at 
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(AbstractSAXParser.java:609)
at 
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:1783)
at 
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2970)
at 
com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:606)
at 
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:510)
at 
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:848)
at 
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:777)
at 
com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
at 
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1213)
at 
com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:643)
at 
com.google.gwt.dev.util.xml.ReflectiveParser$Impl.parse(ReflectiveParser.java:349)
at 
com.google.gwt.dev.util.xml.ReflectiveParser$Impl.access$200(ReflectiveParser.java:70)
at 
com.google.gwt.dev.util.xml.ReflectiveParser.parse(ReflectiveParser.java:431)
at 
com.google.gwt.dev.cfg.ModuleDefLoader.nestedLoad(ModuleDefLoader.java:316)
at 
com.google.gwt.dev.cfg.ModuleDefSchema$BodySchema.__inherits_begin(ModuleDefSchema.java:501)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 
com.google.gwt.dev.util.xml.HandlerMethod.invokeBegin(HandlerMethod.java:230)
at 
com.google.gwt.dev.util.xml.ReflectiveParser$Impl.startElement(ReflectiveParser.java:296)
at 
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(AbstractSAXParser.java:509)
at 
com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(AbstractXMLDocumentParser.java:182)
at 
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(XMLDocumentFragmentScannerImpl.java:1344)
at 
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2787)
at 
com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:606)
at 
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:510)
at 

[gwt-contrib] Re: GWT 2.8.0 RC1 is here!

2016-07-29 Thread Thomas Broyer
I'd start with double-checking your dependencies. With 2.8 from the Central 
repository, most dependencies that used to be bundled into the gwt-user and 
gwt-dev JARs have now been unbundled and properly declared as Maven 
dependencies, so you may have had exclusions that now need to be removed.
I just updated my archetypes to 2.8.0-rc1 and they still work OK (from the 
tests): https://travis-ci.org/tbroyer/gwt-maven-archetypes/builds/148343628

On Friday, July 29, 2016 at 4:27:23 PM UTC+2, Frank Taffelt wrote:
>
> thanks for the rc.
>
> updated a project coming from 2.7.0. the project is mainly based on thomas 
> gwt maven-archetypes.
>
> the following build error is dumped doing an mvn package on the 
> gwt-compilation step:
>
> [INFO]   [WARN] Line 39 column 7: encountered "(". Was 
> expecting one of: 
> [INFO][ERROR] An internal compiler exception occurred
> [INFO] com.google.gwt.dev.jjs.InternalCompilerException: Unexpected error 
> during visit.
> [INFO]  at 
> com.google.gwt.dev.jjs.ast.JVisitor.translateException(JVisitor.java:111)
> [INFO]  at 
> com.google.gwt.dev.jjs.ast.JModVisitor.accept(JModVisitor.java:276)
> [INFO]  at 
> com.google.gwt.dev.jjs.ast.JModVisitor.accept(JModVisitor.java:265)
> [INFO]  at com.google.gwt.dev.jjs.ast.JVisitor.accept(JVisitor.java:118)
> [INFO]  at 
> com.google.gwt.dev.jjs.ast.JCastOperation.traverse(JCastOperation.java:72)
> [INFO]  at 
> com.google.gwt.dev.jjs.ast.JModVisitor.traverse(JModVisitor.java:361)
> [INFO]  at 
> com.google.gwt.dev.jjs.ast.JModVisitor.accept(JModVisitor.java:273)
> [INFO]  at 
> com.google.gwt.dev.jjs.ast.JModVisitor.accept(JModVisitor.java:265)
> [INFO]  at com.google.gwt.dev.jjs.ast.JVisitor.accept(JVisitor.java:118)
> [INFO]  at 
> com.google.gwt.dev.jjs.ast.JDeclarationStatement.traverse(JDeclarationStatement.java:49)
> [INFO]  at 
> com.google.gwt.dev.jjs.ast.JModVisitor$ListContext.traverse(JModVisitor.java:88)
> [INFO]  at 
> com.google.gwt.dev.jjs.ast.JModVisitor.acceptWithInsertRemove(JModVisitor.java:331)
> [INFO]  at com.google.gwt.dev.jjs.ast.JBlock.traverse(JBlock.java:92)
> [INFO]  at 
> com.google.gwt.dev.jjs.ast.JModVisitor.traverse(JModVisitor.java:361)
> [INFO]  at 
> com.google.gwt.dev.jjs.ast.JModVisitor.accept(JModVisitor.java:273)
> [INFO]  at com.google.gwt.dev.jjs.ast.JVisitor.accept(JVisitor.java:139)
> [INFO]  at com.google.gwt.dev.jjs.ast.JVisitor.accept(JVisitor.java:135)
> [INFO]  at 
> com.google.gwt.dev.jjs.ast.JMethodBody.traverse(JMethodBody.java:83)
> [INFO]  at 
> com.google.gwt.dev.jjs.ast.JModVisitor.traverse(JModVisitor.java:361)
> [INFO]  at 
> com.google.gwt.dev.jjs.ast.JModVisitor.accept(JModVisitor.java:273)
> [INFO]  at 
> com.google.gwt.dev.jjs.ast.JModVisitor.accept(JModVisitor.java:265)
> [INFO]  at 
> com.google.gwt.dev.jjs.ast.JMethod.visitChildren(JMethod.java:785)
> [INFO]  at com.google.gwt.dev.jjs.ast.JMethod.traverse(JMethod.java:777)
> [INFO]  at 
> com.google.gwt.dev.jjs.ast.JModVisitor.traverse(JModVisitor.java:361)
> [INFO]  at 
> com.google.gwt.dev.jjs.ast.JModVisitor.accept(JModVisitor.java:273)
> [INFO]  at 
> com.google.gwt.dev.jjs.ast.JModVisitor.accept(JModVisitor.java:265)
> [INFO]  at 
> com.google.gwt.dev.jjs.impl.UnifyAst.mainLoop(UnifyAst.java:1379)
> [INFO]  at com.google.gwt.dev.jjs.impl.UnifyAst.exec(UnifyAst.java:875)
> [INFO]  at 
> com.google.gwt.dev.jjs.JavaToJavaScriptCompiler.unifyJavaAst(JavaToJavaScriptCompiler.java:1410)
> [INFO]  at 
> com.google.gwt.dev.jjs.JavaToJavaScriptCompiler.constructJavaAst(JavaToJavaScriptCompiler.java:1222)
> [INFO]  at 
> com.google.gwt.dev.jjs.JavaToJavaScriptCompiler.precompile(JavaToJavaScriptCompiler.java:1140)
> [INFO]  at 
> com.google.gwt.dev.jjs.JavaToJavaScriptCompiler.precompile(JavaToJavaScriptCompiler.java:255)
> [INFO]  at com.google.gwt.dev.Precompile.precompile(Precompile.java:255)
> [INFO]  at com.google.gwt.dev.Precompile.precompile(Precompile.java:202)
> [INFO]  at com.google.gwt.dev.Precompile.precompile(Precompile.java:143)
> [INFO]  at com.google.gwt.dev.Compiler.compile(Compiler.java:204)
> [INFO]  at com.google.gwt.dev.Compiler.compile(Compiler.java:155)
> [INFO]  at com.google.gwt.dev.Compiler.compile(Compiler.java:144)
> [INFO]  at com.google.gwt.dev.Compiler$1.run(Compiler.java:118)
> [INFO]  at 
> com.google.gwt.dev.CompileTaskRunner.doRun(CompileTaskRunner.java:55)
> [INFO]  at 
> com.google.gwt.dev.CompileTaskRunner.runWithAppropriateLogger(CompileTaskRunner.java:50)
> [INFO]  at com.google.gwt.dev.Compiler.main(Compiler.java:125)
> [INFO] Caused by: java.lang.NoClassDefFoundError: 
> org/w3c/dom/ElementTraversal
> [INFO]  at java.lang.ClassLoader.defineClass1(Native Method)
> [INFO]  at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
> [INFO]  at 
> java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
> [INFO]  at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
> [INFO]  at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
> 

Re: [gwt-contrib] Re: GWT 2.8.0 RC1 is here!

2016-07-29 Thread Manuel Carrasco Moñino
Seems like gwt-dev is not in your classpath

El vie., 29 jul. 2016 a las 16:27, Frank Taffelt (<
frank.taff...@interface-projects.de>) escribió:

> thanks for the rc.
>
> updated a project coming from 2.7.0. the project is mainly based on thomas
> gwt maven-archetypes.
>
> the following build error is dumped doing an mvn package on the
> gwt-compilation step:
>
> [INFO]   [WARN] Line 39 column 7: encountered "(". Was
> expecting one of: 
> [INFO][ERROR] An internal compiler exception occurred
> [INFO] com.google.gwt.dev.jjs.InternalCompilerException: Unexpected error
> during visit.
> [INFO]  at
> com.google.gwt.dev.jjs.ast.JVisitor.translateException(JVisitor.java:111)
> [INFO]  at
> com.google.gwt.dev.jjs.ast.JModVisitor.accept(JModVisitor.java:276)
> [INFO]  at
> com.google.gwt.dev.jjs.ast.JModVisitor.accept(JModVisitor.java:265)
> [INFO]  at com.google.gwt.dev.jjs.ast.JVisitor.accept(JVisitor.java:118)
> [INFO]  at
> com.google.gwt.dev.jjs.ast.JCastOperation.traverse(JCastOperation.java:72)
> [INFO]  at
> com.google.gwt.dev.jjs.ast.JModVisitor.traverse(JModVisitor.java:361)
> [INFO]  at
> com.google.gwt.dev.jjs.ast.JModVisitor.accept(JModVisitor.java:273)
> [INFO]  at
> com.google.gwt.dev.jjs.ast.JModVisitor.accept(JModVisitor.java:265)
> [INFO]  at com.google.gwt.dev.jjs.ast.JVisitor.accept(JVisitor.java:118)
> [INFO]  at
> com.google.gwt.dev.jjs.ast.JDeclarationStatement.traverse(JDeclarationStatement.java:49)
> [INFO]  at
> com.google.gwt.dev.jjs.ast.JModVisitor$ListContext.traverse(JModVisitor.java:88)
> [INFO]  at
> com.google.gwt.dev.jjs.ast.JModVisitor.acceptWithInsertRemove(JModVisitor.java:331)
> [INFO]  at com.google.gwt.dev.jjs.ast.JBlock.traverse(JBlock.java:92)
> [INFO]  at
> com.google.gwt.dev.jjs.ast.JModVisitor.traverse(JModVisitor.java:361)
> [INFO]  at
> com.google.gwt.dev.jjs.ast.JModVisitor.accept(JModVisitor.java:273)
> [INFO]  at com.google.gwt.dev.jjs.ast.JVisitor.accept(JVisitor.java:139)
> [INFO]  at com.google.gwt.dev.jjs.ast.JVisitor.accept(JVisitor.java:135)
> [INFO]  at
> com.google.gwt.dev.jjs.ast.JMethodBody.traverse(JMethodBody.java:83)
> [INFO]  at
> com.google.gwt.dev.jjs.ast.JModVisitor.traverse(JModVisitor.java:361)
> [INFO]  at
> com.google.gwt.dev.jjs.ast.JModVisitor.accept(JModVisitor.java:273)
> [INFO]  at
> com.google.gwt.dev.jjs.ast.JModVisitor.accept(JModVisitor.java:265)
> [INFO]  at
> com.google.gwt.dev.jjs.ast.JMethod.visitChildren(JMethod.java:785)
> [INFO]  at com.google.gwt.dev.jjs.ast.JMethod.traverse(JMethod.java:777)
> [INFO]  at
> com.google.gwt.dev.jjs.ast.JModVisitor.traverse(JModVisitor.java:361)
> [INFO]  at
> com.google.gwt.dev.jjs.ast.JModVisitor.accept(JModVisitor.java:273)
> [INFO]  at
> com.google.gwt.dev.jjs.ast.JModVisitor.accept(JModVisitor.java:265)
> [INFO]  at
> com.google.gwt.dev.jjs.impl.UnifyAst.mainLoop(UnifyAst.java:1379)
> [INFO]  at com.google.gwt.dev.jjs.impl.UnifyAst.exec(UnifyAst.java:875)
> [INFO]  at
> com.google.gwt.dev.jjs.JavaToJavaScriptCompiler.unifyJavaAst(JavaToJavaScriptCompiler.java:1410)
> [INFO]  at
> com.google.gwt.dev.jjs.JavaToJavaScriptCompiler.constructJavaAst(JavaToJavaScriptCompiler.java:1222)
> [INFO]  at
> com.google.gwt.dev.jjs.JavaToJavaScriptCompiler.precompile(JavaToJavaScriptCompiler.java:1140)
> [INFO]  at
> com.google.gwt.dev.jjs.JavaToJavaScriptCompiler.precompile(JavaToJavaScriptCompiler.java:255)
> [INFO]  at com.google.gwt.dev.Precompile.precompile(Precompile.java:255)
> [INFO]  at com.google.gwt.dev.Precompile.precompile(Precompile.java:202)
> [INFO]  at com.google.gwt.dev.Precompile.precompile(Precompile.java:143)
> [INFO]  at com.google.gwt.dev.Compiler.compile(Compiler.java:204)
> [INFO]  at com.google.gwt.dev.Compiler.compile(Compiler.java:155)
> [INFO]  at com.google.gwt.dev.Compiler.compile(Compiler.java:144)
> [INFO]  at com.google.gwt.dev.Compiler$1.run(Compiler.java:118)
> [INFO]  at
> com.google.gwt.dev.CompileTaskRunner.doRun(CompileTaskRunner.java:55)
> [INFO]  at
> com.google.gwt.dev.CompileTaskRunner.runWithAppropriateLogger(CompileTaskRunner.java:50)
> [INFO]  at com.google.gwt.dev.Compiler.main(Compiler.java:125)
> [INFO] Caused by: java.lang.NoClassDefFoundError:
> org/w3c/dom/ElementTraversal
> [INFO]  at java.lang.ClassLoader.defineClass1(Native Method)
> [INFO]  at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
> [INFO]  at
> java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
> [INFO]  at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
> [INFO]  at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
> [INFO]  at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
> [INFO]  at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
> [INFO]  at java.security.AccessController.doPrivileged(Native Method)
> [INFO]  at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
> [INFO]  at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
> [INFO]  at 

[gwt-contrib] Re: GWT 2.8.0 RC1 is here!

2016-07-29 Thread Frank Taffelt
thanks for the rc.

updated a project coming from 2.7.0. the project is mainly based on thomas 
gwt maven-archetypes.

the following build error is dumped doing an mvn package on the 
gwt-compilation step:

[INFO]   [WARN] Line 39 column 7: encountered "(". Was 
expecting one of: 
[INFO][ERROR] An internal compiler exception occurred
[INFO] com.google.gwt.dev.jjs.InternalCompilerException: Unexpected error 
during visit.
[INFO]  at 
com.google.gwt.dev.jjs.ast.JVisitor.translateException(JVisitor.java:111)
[INFO]  at 
com.google.gwt.dev.jjs.ast.JModVisitor.accept(JModVisitor.java:276)
[INFO]  at 
com.google.gwt.dev.jjs.ast.JModVisitor.accept(JModVisitor.java:265)
[INFO]  at com.google.gwt.dev.jjs.ast.JVisitor.accept(JVisitor.java:118)
[INFO]  at 
com.google.gwt.dev.jjs.ast.JCastOperation.traverse(JCastOperation.java:72)
[INFO]  at 
com.google.gwt.dev.jjs.ast.JModVisitor.traverse(JModVisitor.java:361)
[INFO]  at 
com.google.gwt.dev.jjs.ast.JModVisitor.accept(JModVisitor.java:273)
[INFO]  at 
com.google.gwt.dev.jjs.ast.JModVisitor.accept(JModVisitor.java:265)
[INFO]  at com.google.gwt.dev.jjs.ast.JVisitor.accept(JVisitor.java:118)
[INFO]  at 
com.google.gwt.dev.jjs.ast.JDeclarationStatement.traverse(JDeclarationStatement.java:49)
[INFO]  at 
com.google.gwt.dev.jjs.ast.JModVisitor$ListContext.traverse(JModVisitor.java:88)
[INFO]  at 
com.google.gwt.dev.jjs.ast.JModVisitor.acceptWithInsertRemove(JModVisitor.java:331)
[INFO]  at com.google.gwt.dev.jjs.ast.JBlock.traverse(JBlock.java:92)
[INFO]  at 
com.google.gwt.dev.jjs.ast.JModVisitor.traverse(JModVisitor.java:361)
[INFO]  at 
com.google.gwt.dev.jjs.ast.JModVisitor.accept(JModVisitor.java:273)
[INFO]  at com.google.gwt.dev.jjs.ast.JVisitor.accept(JVisitor.java:139)
[INFO]  at com.google.gwt.dev.jjs.ast.JVisitor.accept(JVisitor.java:135)
[INFO]  at 
com.google.gwt.dev.jjs.ast.JMethodBody.traverse(JMethodBody.java:83)
[INFO]  at 
com.google.gwt.dev.jjs.ast.JModVisitor.traverse(JModVisitor.java:361)
[INFO]  at 
com.google.gwt.dev.jjs.ast.JModVisitor.accept(JModVisitor.java:273)
[INFO]  at 
com.google.gwt.dev.jjs.ast.JModVisitor.accept(JModVisitor.java:265)
[INFO]  at 
com.google.gwt.dev.jjs.ast.JMethod.visitChildren(JMethod.java:785)
[INFO]  at com.google.gwt.dev.jjs.ast.JMethod.traverse(JMethod.java:777)
[INFO]  at 
com.google.gwt.dev.jjs.ast.JModVisitor.traverse(JModVisitor.java:361)
[INFO]  at 
com.google.gwt.dev.jjs.ast.JModVisitor.accept(JModVisitor.java:273)
[INFO]  at 
com.google.gwt.dev.jjs.ast.JModVisitor.accept(JModVisitor.java:265)
[INFO]  at com.google.gwt.dev.jjs.impl.UnifyAst.mainLoop(UnifyAst.java:1379)
[INFO]  at com.google.gwt.dev.jjs.impl.UnifyAst.exec(UnifyAst.java:875)
[INFO]  at 
com.google.gwt.dev.jjs.JavaToJavaScriptCompiler.unifyJavaAst(JavaToJavaScriptCompiler.java:1410)
[INFO]  at 
com.google.gwt.dev.jjs.JavaToJavaScriptCompiler.constructJavaAst(JavaToJavaScriptCompiler.java:1222)
[INFO]  at 
com.google.gwt.dev.jjs.JavaToJavaScriptCompiler.precompile(JavaToJavaScriptCompiler.java:1140)
[INFO]  at 
com.google.gwt.dev.jjs.JavaToJavaScriptCompiler.precompile(JavaToJavaScriptCompiler.java:255)
[INFO]  at com.google.gwt.dev.Precompile.precompile(Precompile.java:255)
[INFO]  at com.google.gwt.dev.Precompile.precompile(Precompile.java:202)
[INFO]  at com.google.gwt.dev.Precompile.precompile(Precompile.java:143)
[INFO]  at com.google.gwt.dev.Compiler.compile(Compiler.java:204)
[INFO]  at com.google.gwt.dev.Compiler.compile(Compiler.java:155)
[INFO]  at com.google.gwt.dev.Compiler.compile(Compiler.java:144)
[INFO]  at com.google.gwt.dev.Compiler$1.run(Compiler.java:118)
[INFO]  at 
com.google.gwt.dev.CompileTaskRunner.doRun(CompileTaskRunner.java:55)
[INFO]  at 
com.google.gwt.dev.CompileTaskRunner.runWithAppropriateLogger(CompileTaskRunner.java:50)
[INFO]  at com.google.gwt.dev.Compiler.main(Compiler.java:125)
[INFO] Caused by: java.lang.NoClassDefFoundError: 
org/w3c/dom/ElementTraversal
[INFO]  at java.lang.ClassLoader.defineClass1(Native Method)
[INFO]  at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
[INFO]  at 
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
[INFO]  at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
[INFO]  at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
[INFO]  at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
[INFO]  at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
[INFO]  at java.security.AccessController.doPrivileged(Native Method)
[INFO]  at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
[INFO]  at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[INFO]  at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
[INFO]  at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[INFO]  at org.apache.xerces.jaxp.DocumentBuilderImpl.newDocument(Unknown 
Source)
[INFO]  at 
com.google.gwt.uibinder.rebind.W3cDocumentBuilder.(W3cDocumentBuilder.java:51)
[INFO]  at 

[gwt-contrib] Re: GWT 2.8.0 RC1 is here!

2016-07-29 Thread dflorey
Very nice indeed!
Now I'm just waiting for App Engine to support Java 8, then I can start 
migrating our codebase, hurray!

Thanks!

On Friday, July 29, 2016 at 7:39:39 AM UTC+2, Daniel Kurka wrote:
>
> Hi all,
>
> I just build the GWT 2.8.0 RC1 and pushed it to maven central. The 
> complete SDK is also available from here <http://goo.gl/V7cdJv>.
>
> Please start testing and let us know if you run into any trouble and file 
> bugs <https://github.com/gwtproject/gwt/issues/new>.
>
> We are planing to release this as GWT 2.8.0 if we do not here about any 
> serious issues within the next two weeks. The release notes for RC1 
> <https://github.com/gwtproject/gwt-site/blob/master/src/main/markdown/release-notes.md#Release_Notes_2_8_0_RC1>
>  will 
> be made available shortly after this notice, in the mean time you can take 
> a look at the github repository 
> <https://github.com/gwtproject/gwt-site/blob/master/src/main/markdown/release-notes.md#Release_Notes_2_8_0_RC1>
> .
>
> Daniel,
> on behalf of the GWT team
>

-- 
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 it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/adfacb5e-ab94-4911-a02e-261f1e6e9126%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[gwt-contrib] Re: GWT 2.8.0 RC1 is here!

2016-07-29 Thread Ignacio Baca Moreno-Torres
Hi Kirill, this is a known limitation of the mojo plugin, you really should 
try this one https://github.com/tbroyer/gwt-maven-plugin/ which solves most 
of the limitation of the mojo plugin. In any case, mojo plugin will be 
released as 2.8.0-rc1 in the next days.

On Friday, July 29, 2016 at 11:19:57 AM UTC+2, Jens wrote:
>
> You should file a bug on the maven plugin issue tracker 
> https://github.com/gwt-maven-plugin/gwt-maven-plugin
>
> -- J.
>

-- 
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 it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/dca00ec5-3229-43cc-80c1-39190598c2b7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [gwt-contrib] Re: GWT 2.8.0 RC1 is here!

2016-07-29 Thread Julien Dramaix
The release note is now available on the web site:
http://www.gwtproject.org/release-notes.html#Release_Notes_2_8_0_RC1

- Julien

On Fri, Jul 29, 2016 at 11:19 AM Jens  wrote:

> You should file a bug on the maven plugin issue tracker
> https://github.com/gwt-maven-plugin/gwt-maven-plugin
>
> -- J.
>
> --
> 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 it, send an
> email to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-web-toolkit-contributors/526d06dc-682b-4263-9cdb-16d5488acadc%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/CABb_3%3D7TJVod2H3TtPMD62JJ0s_z14bXHQOXz9auDRbF1atQ%2Bg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[gwt-contrib] Re: GWT 2.8.0 RC1 is here!

2016-07-29 Thread Jens
You should file a bug on the maven plugin issue tracker 
https://github.com/gwt-maven-plugin/gwt-maven-plugin

-- J.

-- 
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 it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/526d06dc-682b-4263-9cdb-16d5488acadc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[gwt-contrib] Re: GWT 2.8.0 RC1 is here!

2016-07-29 Thread Kirill Prazdnikov
Hi Daniel, 

Thanks for the release.

The maven plugin still requires (and downloads) the BETA version, even if 
my project does not have BETA in configuration.

There is a workaround,  Thomas kindly pointed to it, but.
 
Is it possible to update the plugin ?

Thanks

On Friday, July 29, 2016 at 8:39:39 AM UTC+3, Daniel Kurka wrote:
>
> Hi all,
>
> I just build the GWT 2.8.0 RC1 and pushed it to maven central. The 
> complete SDK is also available from here <http://goo.gl/V7cdJv>.
>
> Please start testing and let us know if you run into any trouble and file 
> bugs <https://github.com/gwtproject/gwt/issues/new>.
>
> We are planing to release this as GWT 2.8.0 if we do not here about any 
> serious issues within the next two weeks. The release notes for RC1 
> <https://github.com/gwtproject/gwt-site/blob/master/src/main/markdown/release-notes.md#Release_Notes_2_8_0_RC1>
>  will 
> be made available shortly after this notice, in the mean time you can take 
> a look at the github repository 
> <https://github.com/gwtproject/gwt-site/blob/master/src/main/markdown/release-notes.md#Release_Notes_2_8_0_RC1>
> .
>
> Daniel,
> on behalf of the GWT team
>

-- 
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 it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/8f9966ec-e1ad-4dfa-963a-7e26cd8b9d68%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[gwt-contrib] Re: GWT 2.8.0 RC1 is here!

2016-07-29 Thread Kirill Prazdnikov
My IDEA works perfectly with GWT master.

On Friday, July 29, 2016 at 9:17:05 AM UTC+3, Kay Pac wrote:
>
> That is fantastic! Thanks to you and the rest of the team for your hard 
> work. I am having trouble with IDE support, but that is related to the 
> product (IntellIJ) and not GWT itself
>
> Awesome!
>
>

-- 
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 it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/fb23409c-0da3-4bea-ad83-20d0455bc7cc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[gwt-contrib] Re: GWT 2.8.0 RC1 is here!

2016-07-29 Thread Sri Harsha Chilakapati
It's working for me in IntelliJ Ultimate. The community edition does not 
support the GWT.

On Friday, 29 July 2016 11:47:05 UTC+5:30, Kay Pac wrote:
>
> That is fantastic! Thanks to you and the rest of the team for your hard 
> work. I am having trouble with IDE support, but that is related to the 
> product (IntellIJ) and not GWT itself
>
> Awesome!
>
> On Thursday, July 28, 2016 at 10:39:39 PM UTC-7, Daniel Kurka wrote:
>>
>> Hi all,
>>
>> I just build the GWT 2.8.0 RC1 and pushed it to maven central. The 
>> complete SDK is also available from here <http://goo.gl/V7cdJv>.
>>
>> Please start testing and let us know if you run into any trouble and file 
>> bugs <https://github.com/gwtproject/gwt/issues/new>.
>>
>> We are planing to release this as GWT 2.8.0 if we do not here about any 
>> serious issues within the next two weeks. The release notes for RC1 
>> <https://github.com/gwtproject/gwt-site/blob/master/src/main/markdown/release-notes.md#Release_Notes_2_8_0_RC1>
>>  will 
>> be made available shortly after this notice, in the mean time you can take 
>> a look at the github repository 
>> <https://github.com/gwtproject/gwt-site/blob/master/src/main/markdown/release-notes.md#Release_Notes_2_8_0_RC1>
>> .
>>
>> Daniel,
>> on behalf of the GWT team
>>
>

-- 
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 it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/b61fd513-c5e9-4350-ba0a-913d07ea834f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[gwt-contrib] Re: GWT 2.8.0 RC1 is here!

2016-07-29 Thread Kay Pac
That is fantastic! Thanks to you and the rest of the team for your hard 
work. I am having trouble with IDE support, but that is related to the 
product (IntellIJ) and not GWT itself

Awesome!

On Thursday, July 28, 2016 at 10:39:39 PM UTC-7, Daniel Kurka wrote:
>
> Hi all,
>
> I just build the GWT 2.8.0 RC1 and pushed it to maven central. The 
> complete SDK is also available from here <http://goo.gl/V7cdJv>.
>
> Please start testing and let us know if you run into any trouble and file 
> bugs <https://github.com/gwtproject/gwt/issues/new>.
>
> We are planing to release this as GWT 2.8.0 if we do not here about any 
> serious issues within the next two weeks. The release notes for RC1 
> <https://github.com/gwtproject/gwt-site/blob/master/src/main/markdown/release-notes.md#Release_Notes_2_8_0_RC1>
>  will 
> be made available shortly after this notice, in the mean time you can take 
> a look at the github repository 
> <https://github.com/gwtproject/gwt-site/blob/master/src/main/markdown/release-notes.md#Release_Notes_2_8_0_RC1>
> .
>
> Daniel,
> on behalf of the GWT team
>

-- 
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 it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/6a5d7e83-04ca-4a10-97da-8a5fcb475343%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[gwt-contrib] GWT 2.8.0 RC1 is here!

2016-07-28 Thread 'Daniel Kurka' via GWT Contributors
Hi all,

I just build the GWT 2.8.0 RC1 and pushed it to maven central. The complete 
SDK is also available from here <http://goo.gl/V7cdJv>.

Please start testing and let us know if you run into any trouble and file 
bugs <https://github.com/gwtproject/gwt/issues/new>.

We are planing to release this as GWT 2.8.0 if we do not here about any 
serious issues within the next two weeks. The release notes for RC1 
<https://github.com/gwtproject/gwt-site/blob/master/src/main/markdown/release-notes.md#Release_Notes_2_8_0_RC1>
 will 
be made available shortly after this notice, in the mean time you can take 
a look at the github repository 
<https://github.com/gwtproject/gwt-site/blob/master/src/main/markdown/release-notes.md#Release_Notes_2_8_0_RC1>
.

Daniel,
on behalf of the GWT team

-- 
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 it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/3448c7da-f600-48a6-90c4-08172f841283%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 RC1

2015-12-03 Thread Norbert Sándor
A month has passed... any news?

On Thursday, 5 November 2015 19:49:05 UTC+1, steve Zara wrote:
>
> As 2.8.0 RC1 is out this week, would it be possible to say where this will 
> be linked to on the GWT site?  I'm not a maven user, so a link to the zip 
> would be helpful.  
>

-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 RC1

2015-12-03 Thread Evan Ruff
I've been using the 2.8.0-SNAPSHOT artifact from 
the https://oss.sonatype.org/content/repositories/google-snapshots/ repo 
for a few weeks now. We had a minor hiccup the other day but now everything 
is back to running smoothly. Watch out for Guava incompatibility.

E

On Thursday, December 3, 2015 at 4:39:32 AM UTC-5, Norbert Sándor wrote:
>
> A month has passed... any news?
>
> On Thursday, 5 November 2015 19:49:05 UTC+1, steve Zara wrote:
>>
>> As 2.8.0 RC1 is out this week, would it be possible to say where this 
>> will be linked to on the GWT site?  I'm not a maven user, so a link to the 
>> zip would be helpful.  
>>
>

-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 RC1

2015-12-03 Thread Thomas Broyer
AFAICT, it's coming: http://www.gwtproject.org/release-notes.html

On Thursday, December 3, 2015 at 5:15:19 PM UTC+1, Michael Joyner wrote:
>
> Would someone please post an RC that won't break overnight BEFORE y'all 
> start posting possible breaking changes?
>
>
> On 12/03/2015 10:11 AM, Thomas Broyer wrote:
>
> FYI, we've merged back the change that splitted jsinterop annotations out 
> of gwt-user; it just failed to deploy for some reason (failed early this 
> time, so something has been deployed at all) but we might possibly have 
> broken the snapshots again (despite tests on two independent developer 
> machines). Watch out for the next snapshot update and keep us informed if 
> anything's broken.
>
> On Thursday, December 3, 2015 at 3:00:43 PM UTC+1, Evan Ruff wrote: 
>>
>> I've been using the 2.8.0-SNAPSHOT artifact from the 
>> https://oss.sonatype.org/content/repositories/google-snapshots/ repo for 
>> a few weeks now. We had a minor hiccup the other day but now everything is 
>> back to running smoothly. Watch out for Guava incompatibility. 
>>
>> E
>>
>> On Thursday, December 3, 2015 at 4:39:32 AM UTC-5, Norbert Sándor wrote: 
>>>
>>> A month has passed... any news?
>>>
>>> On Thursday, 5 November 2015 19:49:05 UTC+1, steve Zara wrote: 

 As 2.8.0 RC1 is out this week, would it be possible to say where this 
 will be linked to on the GWT site?  I'm not a maven user, so a link to the 
 zip would be helpful.  

>>> -- 
> 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 google-web-toolkit@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-web-toolkit.
> For more options, visit https://groups.google.com/d/optout.
>
>
>

-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 RC1

2015-12-03 Thread Michael Joyner

  
  
Would someone please post an RC that
  won't break overnight BEFORE y'all start posting possible breaking
  changes?
  
  
  On 12/03/2015 10:11 AM, Thomas Broyer wrote:


  FYI, we've merged back the change that splitted
jsinterop annotations out of gwt-user; it just failed to deploy
for some reason (failed early this time, so something has been
deployed at all) but we might possibly have broken the snapshots
again (despite tests on two independent developer machines).
Watch out for the next snapshot update and keep us informed if
anything's broken.

On Thursday, December 3, 2015 at 3:00:43 PM UTC+1, Evan Ruff
wrote:

  I've been using the 2.8.0-SNAPSHOT artifact
from the https://oss.sonatype.org/content/repositories/google-snapshots/
repo for a few weeks now. We had a minor hiccup the other
day but now everything is back to running smoothly. Watch
out for Guava incompatibility.


E
  
On Thursday, December 3, 2015 at 4:39:32 AM UTC-5,
Norbert Sándor wrote:

  A month has passed... any news?

On Thursday, 5 November 2015 19:49:05 UTC+1, steve
Zara wrote:

  As 2.8.0 RC1 is out this week,
would it be possible to say where this will be
linked to on the GWT site?  I'm not a maven
user, so a link to the zip would be helpful.  

  

  

  

  
  -- 
  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 google-web-toolkit@googlegroups.com.
  Visit this group at http://groups.google.com/group/google-web-toolkit.
  For more options, visit https://groups.google.com/d/optout.


  




-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 RC1

2015-12-03 Thread Thomas Broyer
FYI, we've merged back the change that splitted jsinterop annotations out 
of gwt-user; it just failed to deploy for some reason (failed early this 
time, so something has been deployed at all) but we might possibly have 
broken the snapshots again (despite tests on two independent developer 
machines). Watch out for the next snapshot update and keep us informed if 
anything's broken.

On Thursday, December 3, 2015 at 3:00:43 PM UTC+1, Evan Ruff wrote:
>
> I've been using the 2.8.0-SNAPSHOT artifact from the 
> https://oss.sonatype.org/content/repositories/google-snapshots/ repo for 
> a few weeks now. We had a minor hiccup the other day but now everything is 
> back to running smoothly. Watch out for Guava incompatibility.
>
> E
>
> On Thursday, December 3, 2015 at 4:39:32 AM UTC-5, Norbert Sándor wrote:
>>
>> A month has passed... any news?
>>
>> On Thursday, 5 November 2015 19:49:05 UTC+1, steve Zara wrote:
>>>
>>> As 2.8.0 RC1 is out this week, would it be possible to say where this 
>>> will be linked to on the GWT site?  I'm not a maven user, so a link to the 
>>> zip would be helpful.  
>>>
>>

-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 RC1

2015-12-03 Thread Juan Pablo Gardella
The https://github.com/gwtproject/gwt/issues/9074 was in master. Somebody
know how to check if it will be included in 2.8 release? the commit is
https://github.com/gwtproject/gwt/commit/dd215d81ce29db42b185ffa2f86f6af36076f3be


On 3 December 2015 at 11:06, Thomas Broyer  wrote:

> AFAICT, it's coming: http://www.gwtproject.org/release-notes.html
>
>
> On Thursday, December 3, 2015 at 5:15:19 PM UTC+1, Michael Joyner wrote:
>>
>> Would someone please post an RC that won't break overnight BEFORE y'all
>> start posting possible breaking changes?
>>
>>
>> On 12/03/2015 10:11 AM, Thomas Broyer wrote:
>>
>> FYI, we've merged back the change that splitted jsinterop annotations out
>> of gwt-user; it just failed to deploy for some reason (failed early this
>> time, so something has been deployed at all) but we might possibly have
>> broken the snapshots again (despite tests on two independent developer
>> machines). Watch out for the next snapshot update and keep us informed if
>> anything's broken.
>>
>> On Thursday, December 3, 2015 at 3:00:43 PM UTC+1, Evan Ruff wrote:
>>>
>>> I've been using the 2.8.0-SNAPSHOT artifact from the
>>> https://oss.sonatype.org/content/repositories/google-snapshots/ repo
>>> for a few weeks now. We had a minor hiccup the other day but now everything
>>> is back to running smoothly. Watch out for Guava incompatibility.
>>>
>>> E
>>>
>>> On Thursday, December 3, 2015 at 4:39:32 AM UTC-5, Norbert Sándor wrote:

 A month has passed... any news?

 On Thursday, 5 November 2015 19:49:05 UTC+1, steve Zara wrote:
>
> As 2.8.0 RC1 is out this week, would it be possible to say where this
> will be linked to on the GWT site?  I'm not a maven user, so a link to the
> zip would be helpful.
>
 --
>> 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 google-web-toolkit@googlegroups.com.
>> Visit this group at http://groups.google.com/group/google-web-toolkit.
>> For more options, visit https://groups.google.com/d/optout.
>>
>>
>> --
> 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 google-web-toolkit@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-web-toolkit.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 RC1

2015-12-03 Thread Jens


> The https://github.com/gwtproject/gwt/issues/9074 was in master. Somebody 
> know how to check if it will be included in 2.8 release? the commit is 
> https://github.com/gwtproject/gwt/commit/dd215d81ce29db42b185ffa2f86f6af36076f3be
>

Its included in 2.8.0-beta1 (see little tag icon + text on github using 
your commit link).

-- J. 

-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 RC1

2015-12-03 Thread Michael Joyner

  
  
MUCH thanks!
  
  On 12/03/2015 12:06 PM, Thomas Broyer wrote:


  AFAICT, it's
coming: http://www.gwtproject.org/release-notes.html

On Thursday, December 3, 2015 at 5:15:19 PM UTC+1, Michael
Joyner wrote:

  
Would someone please post an RC that won't break
  overnight BEFORE y'all start posting possible breaking
  changes?
  

  

  


  




-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 RC1

2015-12-03 Thread Jim Douglas
FWIW, small typo:

   - 
   JsInterop is graduated from eperimental.


On Thursday, December 3, 2015 at 2:04:10 PM UTC-8, Michael Joyner wrote:
>
> MUCH thanks!
>
> On 12/03/2015 12:06 PM, Thomas Broyer wrote:
>
> AFAICT, it's coming: http://www.gwtproject.org/release-notes.html
>
> On Thursday, December 3, 2015 at 5:15:19 PM UTC+1, Michael Joyner wrote: 
>>
>> Would someone please post an RC that won't break overnight BEFORE y'all 
>> start posting possible breaking changes?
>>
>>
>

-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT 2.8.0 RC1

2015-11-06 Thread Kirill Prazdnikov
It seems that the maven central have not got this version yet

http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.google.gwt%22%20AND%20a%3A%22gwt%22

On Thursday, November 5, 2015 at 9:49:05 PM UTC+3, steve Zara wrote:
>
> As 2.8.0 RC1 is out this week, would it be possible to say where this will 
> be linked to on the GWT site?  I'm not a maven user, so a link to the zip 
> would be helpful.  
>

-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


GWT 2.8.0 RC1

2015-11-05 Thread steve Zara
As 2.8.0 RC1 is out this week, would it be possible to say where this will 
be linked to on the GWT site?  I'm not a maven user, so a link to the zip 
would be helpful.  

-- 
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 google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.