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 -Xms1g -Xss1024k

   true
>

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
>>> nFormula.inferInvocationApplicability(ConstraintExpressionFo
>>> rmula.java:336)
>>>

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

2016-08-04 Thread Mark Duesbury
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}

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.(
>> 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(
>> ConstraintExpressionFormula.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 unsub

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.


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

2016-08-04 Thread Mark Duesbury
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(
ConstraintExpressionFormula.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.


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

2016-08-04 Thread Frank Wynants
I run my app using an ant script and have the following gwt jars in my 
classpath like I had with beta 1 : gwt-codeserver.jar ; gwt-dev.jar ; 
validation-api-1.0.0.GA-sources.jar ; validation-api-1.0.0.GA.jar
I don't use any GWT-RPC stuff or servlets.

All seems to be working now at first sight :-)

-- 
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/cd6885c9-acf2-4c49-8864-ffc05b7a9a5b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2016-08-02 Thread Andrei Preda
Thank you!!

On Monday, August 1, 2016 at 8:14:26 PM UTC+2, Thomas Broyer wrote:
>
> 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/1647d424-322d-42bf-9ca6-8126023127c0%40googlegroups.com.
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 com.google.gwt.dev.jjs.ast.JVisitor.accept(JVisito

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

2016-08-01 Thread Thomas Broyer
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 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.

[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 
>> com.google.gwt.dev.jjs.JavaToJavaScrip

[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)
> [INF

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 sun.misc.Launcher$AppClassLoader.loadClass(Launcher.

[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 
com.google.gwt.uibinder.rebind.W3cDomHelpe

[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 .
>
> Please start testing and let us know if you run into any trouble and file 
> bugs .
>
> 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 
> 
>  will 
> be made available shortly after this notice, in the mean time you can take 
> a look at the github repository 
> 
> .
>
> 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 .
>
> Please start testing and let us know if you run into any trouble and file 
> bugs .
>
> 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 
> 
>  will 
> be made available shortly after this notice, in the mean time you can take 
> a look at the github repository 
> 
> .
>
> 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 .
>>
>> Please start testing and let us know if you run into any trouble and file 
>> bugs .
>>
>> 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 
>> 
>>  will 
>> be made available shortly after this notice, in the mean time you can take 
>> a look at the github repository 
>> 
>> .
>>
>> 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-28 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 .
>
> Please start testing and let us know if you run into any trouble and file 
> bugs .
>
> 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 
> 
>  will 
> be made available shortly after this notice, in the mean time you can take 
> a look at the github repository 
> 
> .
>
> 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.