Re: 2.8.0 RC1 is here!

2016-08-07 Thread Thomas Broyer
Check your classpath, you must be downgrading the servlet API to a 2.x version: 
http://docs.oracle.com/javaee/7/api/javax/servlet/http/HttpServletResponse.html#getHeader-java.lang.String-

-- 
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: 2.8.0 RC1 is here!

2016-08-07 Thread dflorey
I just installed 2.8 rc1 and try to run my project. I'm using Eclipse and 
try to start the SuperDevMode without any changes to my previous 2.7 config.
I'm getting:

2016-08-07 20:47:28.033:WARN:oejs.ServletHandler:qtp1910695180-49: Error 
for /recompile-requester/ultradoc
java.lang.NoSuchMethodError: 
javax.servlet.http.HttpServletResponse.getHeader(Ljava/lang/String;)Ljava/lang/String;
at org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:322)
at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585)
at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:221)
at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
at org.eclipse.jetty.server.Server.handle(Server.java:499)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:311)
at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
at 
org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:544)
at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
at 
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)

I did not investigate yet, just wanted to post this stacktrace in case it's 
helpful to improve the user experience for users coming from 2.7.

Thanks,
Daniel

Am Freitag, 29. Juli 2016 07:40:30 UTC+2 schrieb Daniel Kurka:
>
> 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. You can 
> either reply to this thread on gwt-contrib 
> 
>  or 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 
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] 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: 2.8.0 RC1 is here!

2016-08-04 Thread Frank
I fixed this by removing the reference to Logger in my own Level class.

Now all seems to be working ok :-)


Op woensdag 3 augustus 2016 16:46:15 UTC+2 schreef Frank:
>
> Hi Jens,
>
> Thanks for the quick response.
>
> I will try to explain what I needed, and what I did...
>
>
> I needed to have the following loglevels : ERROR and EXCEPTION. I asked 
> this I think in this Google Group when I needed it but the only reply I got 
> was that this was not possible.
> In the end I found out that if I created a super-source ( path="super"/>) I could override the default GWT implementation of classes.
>
> So what I did is I copied the java.util.logging.Level class from the GWT 
> source tree, and modified it by adding my two needed levels.
>
> This however gave compilation errors because methods from java.util.Logger 
> where called that are not available in the rt.jar version of 
> java.util.Logger.
> So I just copied the java.util.Logger from the GWT source tree to my own 
> project.
> I just kept doing this until everything worked. In the end I copied 
> Logger.java, LogManager.java and SimpleConsoleLogHandler.java to my own 
> project and everything worked without a problem.
>
> But now when I upgrade to RC1 I get a compilation error in 
> SimpleConsoleLogHandler.java that it can not find 
>  javaemul.internal.ConsoleLogger. 
> Now I did try to copy this class into my own project, but this then needs 
> other files, which in their turn need again other files. Maybe if I copy 
> the complete GWT super source code to my own project I will get it to work. 
> But that is not really a good way to work I think, and hard to maintain.
>
>
> Is there maybe a way that I just put Level.java in my own project. And do 
> something so that it knows not to look for java.util.Logger in rt.jar, but 
> in gwt-dev.jar or gwt-user.jar ?
>
>
>
>
>
>
>
> Op woensdag 3 augustus 2016 16:14:42 UTC+2 schreef Jens:
>>
>>
>> Why is this the case ? 
>>>
>>
>> It relies on internal API and because of this it can not be compiled 
>> using javac (ConsoleLogger calls Throwable.getBackingJsObject() which does 
>> not exist in JRE so you can not javac the file). The super sourced code is 
>> still present in com/google/gwt/emul/javaemul/internal.
>>
>>  
>>
>>> And any way how I can get work my way around this ?
>>>
>>
>> I don't know what exactly you have done but if nothing helps, copy the 
>> code and adjust it to your needs.
>>
>>
>> -- 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: 2.8.0 RC1 is here!

2016-08-04 Thread Frank
I managed to fix this issue by removing dependencies to Logger from my own 
Level class.

Now I have the following issue.
When I try to run my application I get the following :

run:
 [java] Super Dev Mode starting up
 [java]workDir: 
C:\Users\frank\AppData\Local\Temp\gwt-codeserver-6018982024449493766.tmp
 [java]Loading inherited module 'be.fwy.gwt.Arpol'
 [java]   Loading inherited module 'com.google.gwt.core.Core'
 [java]  Loading inherited module 
'com.google.gwt.emul.Emulation'
 [java] Loading inherited module 
'javaemul.internal.Internal'
 [java][ERROR] Unable to find 
'javaemul/internal/Internal.gwt.xml' on your classpath; could be a typo, or 
maybe you forgot to include a classpath entry for source?


I have no idea from where this "Loading inherited module 
'com.google.gwt.core.Core'" is coming. I have nowhere an inherit in a 
.gwt.xml file of this module

-- 
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: 2.8.0 RC1 is here!

2016-08-03 Thread Frank
Hi Jens,

Thanks for the quick response.

I will try to explain what I needed, and what I did...


I needed to have the following loglevels : ERROR and EXCEPTION. I asked 
this I think in this Google Group when I needed it but the only reply I got 
was that this was not possible.
In the end I found out that if I created a super-source () I could override the default GWT implementation of classes.

So what I did is I copied the java.util.logging.Level class from the GWT 
source tree, and modified it by adding my two needed levels.

This however gave compilation errors because methods from java.util.Logger 
where called that are not available in the rt.jar version of 
java.util.Logger.
So I just copied the java.util.Logger from the GWT source tree to my own 
project.
I just kept doing this until everything worked. In the end I copied 
Logger.java, LogManager.java and SimpleConsoleLogHandler.java to my own 
project and everything worked without a problem.

But now when I upgrade to RC1 I get a compilation error in 
SimpleConsoleLogHandler.java that it can not find 
 javaemul.internal.ConsoleLogger. 
Now I did try to copy this class into my own project, but this then needs 
other files, which in their turn need again other files. Maybe if I copy 
the complete GWT super source code to my own project I will get it to work. 
But that is not really a good way to work I think, and hard to maintain.


Is there maybe a way that I just put Level.java in my own project. And do 
something so that it knows not to look for java.util.Logger in rt.jar, but 
in gwt-dev.jar or gwt-user.jar ?







Op woensdag 3 augustus 2016 16:14:42 UTC+2 schreef Jens:
>
>
> Why is this the case ? 
>>
>
> It relies on internal API and because of this it can not be compiled using 
> javac (ConsoleLogger calls Throwable.getBackingJsObject() which does not 
> exist in JRE so you can not javac the file). The super sourced code is 
> still present in com/google/gwt/emul/javaemul/internal.
>
>  
>
>> And any way how I can get work my way around this ?
>>
>
> I don't know what exactly you have done but if nothing helps, copy the 
> code and adjust it to your needs.
>
>
> -- 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: 2.8.0 RC1 is here!

2016-08-03 Thread Jens


> Why is this the case ? 
>

It relies on internal API and because of this it can not be compiled using 
javac (ConsoleLogger calls Throwable.getBackingJsObject() which does not 
exist in JRE so you can not javac the file). The super sourced code is 
still present in com/google/gwt/emul/javaemul/internal.

 

> And any way how I can get work my way around this ?
>

I don't know what exactly you have done but if nothing helps, copy the code 
and adjust it to your needs.


-- 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: 2.8.0 RC1 is here!

2016-08-03 Thread Frank
Why is javaemul.internal.ConsoleLogger removed from gwt-user.jar.

I did some stuff with supercode and creating my own 
java.util.logging.SimpleConsoleLogHandler to achieve logs being send over a 
rest service to have serverside logging with a .NET server.

In this SimpleConsoleLogHandler I make use of the 
javaemul.internal.ConsoleLogger.

But now the : import javaemul.internal.ConsoleLogger gives an error that 
this can not be found anymore.

Digging around in the source code I found out that in 
commit 
https://github.com/gwtproject/gwt/commit/e1fcefa15e96a5d7450d9f874101226a72bbeefb?diff=split#diff-db5a748e4adfed6e2e6135eac6f2c04a
 
the build.xml was modified to specificly exclude the ConsoleLogger from 
gwt-user.jar


 
Why is this the case ? And any way how I can get work my way around 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: 2.8.0 RC1 is here!

2016-08-02 Thread P.G.Taboada
Got my application compiled and running, just needed to update a few 
dependencies.

Since I am using a report generator, I have the JDT compiler on my 
classpath, 
solved it by adding the exact same version that got bundled in gwt-dev into 
my app.

Interestingly I am having troubles with server refresh (not restart) in 
intellij:

java.util.concurrent.RejectedExecutionException: 
org.eclipse.jetty.annotations.AnnotationConfiguration$1@2a5ec0a4
at 
org.eclipse.jetty.util.thread.QueuedThreadPool.execute(QueuedThreadPool.java:362)
at 
org.eclipse.jetty.annotations.AnnotationConfiguration.scanForAnnotations(AnnotationConfiguration.java:541)
at 
org.eclipse.jetty.annotations.AnnotationConfiguration.configure(AnnotationConfiguration.java:447)
at org.eclipse.jetty.webapp.WebAppContext.configure(WebAppContext.java:479)
at 
org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1337)
at 
org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:741)
at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:505)

any tips/ tricks?

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

Re: 2.8.0 RC1 is here!

2016-08-01 Thread cloud450

>
>
> FWIW, our project at work still compiles with JDK 7 and GIN 1.5.0; I just 
> updated GWT to 2.8.0-rc1 and Guava to 20.0-SNAPSHOT (note: I haven't tested 
> SuperDevMode yet, but I'm rather confident)
> If I update to GIN 2.1.2 (which uses its custom classloader), than it 
> fails with:
> [INFO] Caused by: java.lang.UnsupportedClassVersionError: 
> xxx/xxx/xxx/XxxGinjector : Unsupported major.minor version 52.0
>

My project is using JDK 1.7, GWT 2.8b1, GIN 2.1.2, and Guava 
20.0-SNAPSHOT... 

Changing the JDK to 1.8 is not an option for the near future.
I would like to upgrade the GWT version, but sounds like GIN is an issue... 
would downgrading GIN to 1.5.0 be worth it?

I was happy to see an RC1, less so after reading the notes and seems like I 
may have to stay on b1 (or remove GIN usage).

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

Re: 2.8.0 RC1 is here!

2016-07-29 Thread Harald Pehl
Thanks Thomas. As always you pointed me in the right direction. I've got a 
dependency to com.gwtplatform::gwtp-all which depends 
on javax.servlet::servlet-api::2.5. Adding an  fixes this and 
SuperDevMode is running again!


Am Freitag, 29. Juli 2016 18:06:04 UTC+2 schrieb Thomas Broyer:
>
> Check your dependencies, you may have Servlets API pre-3.0 (which 
> introduced this method); either coming before Servlets API 3.1 in the 
> classpath (they don't have the same artifactId so they could both be 
> present), or in place of 3.1 (if javax.servlet:javax.servlet-api is somehow 
> excluded).
>
> On Friday, July 29, 2016 at 5:58:07 PM UTC+2, Harald Pehl wrote:
>>
>> Running SuperDevMode using GWT 2.8.0-rc1 and the GWT Maven Plugin from 
>> Thomas (net.ltgt.gwt.maven:gwt-maven-plugin:1.0-rc-6:devmode) throws an 
>> exception. Not sure whether it's related to RC1 or the maven plugin. 
>>
>> [INFO] The code server is ready at http://127.0.0.1:9876/
>> [WARNING] Exception in thread "main" java.lang.NoSuchMethodError: 
>> javax.servlet.ServletContext.getJspConfigDescriptor()Ljavax/servlet/descriptor/JspConfigDescriptor;
>> [WARNING]   at 
>> org.apache.jasper.servlet.TldScanner.scanJspConfig(TldScanner.java:148)
>> [WARNING]   at 
>> org.apache.jasper.servlet.TldScanner.scan(TldScanner.java:97)
>> [WARNING]   at 
>> org.apache.jasper.servlet.JasperInitializer.onStartup(JasperInitializer.java:103)
>> [WARNING]   at 
>> org.eclipse.jetty.plus.annotation.ContainerInitializer.callStartup(ContainerInitializer.java:140)
>> [WARNING]   at 
>> org.eclipse.jetty.annotations.ServletContainerInitializersStarter.doStart(ServletContainerInitializersStarter.java:65)
>> [WARNING]   at 
>> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
>> [WARNING]   at 
>> org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:274)
>> [WARNING]   at 
>> org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1349)
>> [WARNING]   at 
>> org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1342)
>> [WARNING]   at 
>> org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:741)
>> [WARNING]   at 
>> org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:505)
>> [WARNING]   at 
>> com.google.gwt.dev.shell.jetty.JettyLauncher$WebAppContextWithReload.doStart(JettyLauncher.java:552)
>> [WARNING]   at 
>> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
>> [WARNING]   at 
>> org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132)
>> [WARNING]   at 
>> org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114)
>> [WARNING]   at 
>> org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61)
>> [WARNING]   at 
>> org.eclipse.jetty.server.handler.RequestLogHandler.doStart(RequestLogHandler.java:140)
>> [WARNING]   at 
>> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
>> [WARNING]   at 
>> org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132)
>> [WARNING]   at org.eclipse.jetty.server.Server.start(Server.java:387)
>> [WARNING]   at 
>> org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114)
>> [WARNING]   at 
>> org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61)
>> [WARNING]   at org.eclipse.jetty.server.Server.doStart(Server.java:354)
>> [WARNING]   at 
>> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
>> [WARNING]   at 
>> com.google.gwt.dev.shell.jetty.JettyLauncher.start(JettyLauncher.java:761)
>> [WARNING]   at 
>> com.google.gwt.dev.DevMode.doStartUpServer(DevMode.java:630)
>> [WARNING]   at 
>> com.google.gwt.dev.DevModeBase.startUp(DevModeBase.java:923)
>> [WARNING]   at com.google.gwt.dev.DevModeBase.run(DevModeBase.java:706)
>> [WARNING]   at com.google.gwt.dev.DevMode.main(DevMode.java:426)
>>
>>
>> Am Freitag, 29. Juli 2016 07:40:30 UTC+2 schrieb Daniel Kurka:
>>>
>>> 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. You 
>>> can either reply to this thread on gwt-contrib 
>>> 
>>>  or 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 
>>> 

Re: 2.8.0 RC1 is here!

2016-07-29 Thread Thomas Broyer
Check your dependencies, you may have Servlets API pre-3.0 (which 
introduced this method); either coming before Servlets API 3.1 in the 
classpath (they don't have the same artifactId so they could both be 
present), or in place of 3.1 (if javax.servlet:javax.servlet-api is somehow 
excluded).

On Friday, July 29, 2016 at 5:58:07 PM UTC+2, Harald Pehl wrote:
>
> Running SuperDevMode using GWT 2.8.0-rc1 and the GWT Maven Plugin from 
> Thomas (net.ltgt.gwt.maven:gwt-maven-plugin:1.0-rc-6:devmode) throws an 
> exception. Not sure whether it's related to RC1 or the maven plugin. 
>
> [INFO] The code server is ready at http://127.0.0.1:9876/
> [WARNING] Exception in thread "main" java.lang.NoSuchMethodError: 
> javax.servlet.ServletContext.getJspConfigDescriptor()Ljavax/servlet/descriptor/JspConfigDescriptor;
> [WARNING]   at 
> org.apache.jasper.servlet.TldScanner.scanJspConfig(TldScanner.java:148)
> [WARNING]   at 
> org.apache.jasper.servlet.TldScanner.scan(TldScanner.java:97)
> [WARNING]   at 
> org.apache.jasper.servlet.JasperInitializer.onStartup(JasperInitializer.java:103)
> [WARNING]   at 
> org.eclipse.jetty.plus.annotation.ContainerInitializer.callStartup(ContainerInitializer.java:140)
> [WARNING]   at 
> org.eclipse.jetty.annotations.ServletContainerInitializersStarter.doStart(ServletContainerInitializersStarter.java:65)
> [WARNING]   at 
> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
> [WARNING]   at 
> org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:274)
> [WARNING]   at 
> org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1349)
> [WARNING]   at 
> org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1342)
> [WARNING]   at 
> org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:741)
> [WARNING]   at 
> org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:505)
> [WARNING]   at 
> com.google.gwt.dev.shell.jetty.JettyLauncher$WebAppContextWithReload.doStart(JettyLauncher.java:552)
> [WARNING]   at 
> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
> [WARNING]   at 
> org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132)
> [WARNING]   at 
> org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114)
> [WARNING]   at 
> org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61)
> [WARNING]   at 
> org.eclipse.jetty.server.handler.RequestLogHandler.doStart(RequestLogHandler.java:140)
> [WARNING]   at 
> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
> [WARNING]   at 
> org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132)
> [WARNING]   at org.eclipse.jetty.server.Server.start(Server.java:387)
> [WARNING]   at 
> org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114)
> [WARNING]   at 
> org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61)
> [WARNING]   at org.eclipse.jetty.server.Server.doStart(Server.java:354)
> [WARNING]   at 
> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
> [WARNING]   at 
> com.google.gwt.dev.shell.jetty.JettyLauncher.start(JettyLauncher.java:761)
> [WARNING]   at com.google.gwt.dev.DevMode.doStartUpServer(DevMode.java:630)
> [WARNING]   at com.google.gwt.dev.DevModeBase.startUp(DevModeBase.java:923)
> [WARNING]   at com.google.gwt.dev.DevModeBase.run(DevModeBase.java:706)
> [WARNING]   at com.google.gwt.dev.DevMode.main(DevMode.java:426)
>
>
> Am Freitag, 29. Juli 2016 07:40:30 UTC+2 schrieb Daniel Kurka:
>>
>> 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. You can 
>> either reply to this thread on gwt-contrib 
>> 
>>  or 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 
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 

Re: 2.8.0 RC1 is here!

2016-07-29 Thread Harald Pehl
Running SuperDevMode using GWT 2.8.0-rc1 and the GWT Maven Plugin from 
Thomas (net.ltgt.gwt.maven:gwt-maven-plugin:1.0-rc-6:devmode) throws an 
exception. Not sure whether it's related to RC1 or the maven plugin. 

[INFO] The code server is ready at http://127.0.0.1:9876/
[WARNING] Exception in thread "main" java.lang.NoSuchMethodError: 
javax.servlet.ServletContext.getJspConfigDescriptor()Ljavax/servlet/descriptor/JspConfigDescriptor;
[WARNING]   at 
org.apache.jasper.servlet.TldScanner.scanJspConfig(TldScanner.java:148)
[WARNING]   at org.apache.jasper.servlet.TldScanner.scan(TldScanner.java:97)
[WARNING]   at 
org.apache.jasper.servlet.JasperInitializer.onStartup(JasperInitializer.java:103)
[WARNING]   at 
org.eclipse.jetty.plus.annotation.ContainerInitializer.callStartup(ContainerInitializer.java:140)
[WARNING]   at 
org.eclipse.jetty.annotations.ServletContainerInitializersStarter.doStart(ServletContainerInitializersStarter.java:65)
[WARNING]   at 
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
[WARNING]   at 
org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:274)
[WARNING]   at 
org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1349)
[WARNING]   at 
org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1342)
[WARNING]   at 
org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:741)
[WARNING]   at 
org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:505)
[WARNING]   at 
com.google.gwt.dev.shell.jetty.JettyLauncher$WebAppContextWithReload.doStart(JettyLauncher.java:552)
[WARNING]   at 
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
[WARNING]   at 
org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132)
[WARNING]   at 
org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114)
[WARNING]   at 
org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61)
[WARNING]   at 
org.eclipse.jetty.server.handler.RequestLogHandler.doStart(RequestLogHandler.java:140)
[WARNING]   at 
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
[WARNING]   at 
org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132)
[WARNING]   at org.eclipse.jetty.server.Server.start(Server.java:387)
[WARNING]   at 
org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114)
[WARNING]   at 
org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61)
[WARNING]   at org.eclipse.jetty.server.Server.doStart(Server.java:354)
[WARNING]   at 
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
[WARNING]   at 
com.google.gwt.dev.shell.jetty.JettyLauncher.start(JettyLauncher.java:761)
[WARNING]   at com.google.gwt.dev.DevMode.doStartUpServer(DevMode.java:630)
[WARNING]   at com.google.gwt.dev.DevModeBase.startUp(DevModeBase.java:923)
[WARNING]   at com.google.gwt.dev.DevModeBase.run(DevModeBase.java:706)
[WARNING]   at com.google.gwt.dev.DevMode.main(DevMode.java:426)


Am Freitag, 29. Juli 2016 07:40:30 UTC+2 schrieb Daniel Kurka:
>
> 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. You can 
> either reply to this thread on gwt-contrib 
> 
>  or 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 
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: 2.8.0 RC1 is here!

2016-07-29 Thread Thomas Broyer
No, this is another issue; once you updated to Java 8, but still due to the 
custom classloader.

On Friday, July 29, 2016 at 4:37:12 PM UTC+2, Frank Hossfeld wrote:
>
> Does using the compiler flag: 
>
> -setProperty gin.classloading.exceptedPackages=com.google.gwt.core.client,
> com.google.gwt.core.client.impl
>
>
> as mentioned in the workaround solve this issue. 
>
> Am Freitag, 29. Juli 2016 16:26:14 UTC+2 schrieb Thomas Broyer:
>>
>>
>>
>> On Friday, July 29, 2016 at 1:41:33 PM UTC+2, kimi wrote:
>>>
>>> ok, didn"t know gin work with jdk7, just saw this in the release note :
>>> https://github.com/gwtproject/gwt/issues/9311
>>> i'm on jdk7, guava18 and gin 2.
>>>
>>
>> The thing with GIN is that it uses a custom ClassLoader to be able to 
>> "read" super-source classes, and code generated by GWT generators, and that 
>> custom classloader reads bytecode generated by the GWT Compiler, which in 
>> 2.8.0-rc1 will always generate Java 8 bytecode, so it'll fail in a Java 7 
>> VM. This is why I said that it would be Java 7 that blocks you rather than 
>> GIN.
>> If you can move to Dagger 2, then IMO you should do it anyway (missing 
>> features: assisted inject –can be replaced with Google AutoFactory–, 
>> private modules, and static injection); and if you used GinModuleAdapter, 
>> you can move to Guice's DaggerAdapter.
>>
>> FWIW, our project at work still compiles with JDK 7 and GIN 1.5.0; I just 
>> updated GWT to 2.8.0-rc1 and Guava to 20.0-SNAPSHOT (note: I haven't tested 
>> SuperDevMode yet, but I'm rather confident)
>> If I update to GIN 2.1.2 (which uses its custom classloader), than it 
>> fails with:
>> [INFO] Caused by: java.lang.UnsupportedClassVersionError: 
>> xxx/xxx/xxx/XxxGinjector : Unsupported major.minor version 52.0
>>
>

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

Re: 2.8.0 RC1 is here!

2016-07-29 Thread Frank Hossfeld
Does using the compiler flag: 

-setProperty gin.classloading.exceptedPackages=com.google.gwt.core.client,
com.google.gwt.core.client.impl


as mentioned in the workaround solve this issue. 

Am Freitag, 29. Juli 2016 16:26:14 UTC+2 schrieb Thomas Broyer:
>
>
>
> On Friday, July 29, 2016 at 1:41:33 PM UTC+2, kimi wrote:
>>
>> ok, didn"t know gin work with jdk7, just saw this in the release note :
>> https://github.com/gwtproject/gwt/issues/9311
>> i'm on jdk7, guava18 and gin 2.
>>
>
> The thing with GIN is that it uses a custom ClassLoader to be able to 
> "read" super-source classes, and code generated by GWT generators, and that 
> custom classloader reads bytecode generated by the GWT Compiler, which in 
> 2.8.0-rc1 will always generate Java 8 bytecode, so it'll fail in a Java 7 
> VM. This is why I said that it would be Java 7 that blocks you rather than 
> GIN.
> If you can move to Dagger 2, then IMO you should do it anyway (missing 
> features: assisted inject –can be replaced with Google AutoFactory–, 
> private modules, and static injection); and if you used GinModuleAdapter, 
> you can move to Guice's DaggerAdapter.
>
> FWIW, our project at work still compiles with JDK 7 and GIN 1.5.0; I just 
> updated GWT to 2.8.0-rc1 and Guava to 20.0-SNAPSHOT (note: I haven't tested 
> SuperDevMode yet, but I'm rather confident)
> If I update to GIN 2.1.2 (which uses its custom classloader), than it 
> fails with:
> [INFO] Caused by: java.lang.UnsupportedClassVersionError: 
> xxx/xxx/xxx/XxxGinjector : Unsupported major.minor version 52.0
>

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

Re: 2.8.0 RC1 is here!

2016-07-29 Thread Thomas Broyer


On Friday, July 29, 2016 at 1:41:33 PM UTC+2, kimi wrote:
>
> ok, didn"t know gin work with jdk7, just saw this in the release note :
> https://github.com/gwtproject/gwt/issues/9311
> i'm on jdk7, guava18 and gin 2.
>

The thing with GIN is that it uses a custom ClassLoader to be able to 
"read" super-source classes, and code generated by GWT generators, and that 
custom classloader reads bytecode generated by the GWT Compiler, which in 
2.8.0-rc1 will always generate Java 8 bytecode, so it'll fail in a Java 7 
VM. This is why I said that it would be Java 7 that blocks you rather than 
GIN.
If you can move to Dagger 2, then IMO you should do it anyway (missing 
features: assisted inject –can be replaced with Google AutoFactory–, 
private modules, and static injection); and if you used GinModuleAdapter, 
you can move to Guice's DaggerAdapter.

FWIW, our project at work still compiles with JDK 7 and GIN 1.5.0; I just 
updated GWT to 2.8.0-rc1 and Guava to 20.0-SNAPSHOT (note: I haven't tested 
SuperDevMode yet, but I'm rather confident)
If I update to GIN 2.1.2 (which uses its custom classloader), than it fails 
with:
[INFO] Caused by: java.lang.UnsupportedClassVersionError: 
xxx/xxx/xxx/XxxGinjector : Unsupported major.minor version 52.0

-- 
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: 2.8.0 RC1 is here!

2016-07-29 Thread Jens


> ok, didn"t know gin work with jdk7, just saw this in the release note :
> https://github.com/gwtproject/gwt/issues/9311
> i'm on jdk7, guava18 and gin 2.
>

Then Guava 18 is most likely blocking you, and you would need to use Guava 
20 SNAPSHOT. Guava 18/19 use some private GWT API that does not exist 
anymore in GWT 2.8. This has been fixed for Guava 20.

-- 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-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.


Re: 2.8.0 RC1 is here!

2016-07-29 Thread 'kim young ill' via GWT Users
ok, didn"t know gin work with jdk7, just saw this in the release note :
https://github.com/gwtproject/gwt/issues/9311
i'm on jdk7, guava18 and gin 2.

On Fri, Jul 29, 2016 at 12:20 PM, Thomas Broyer  wrote:

>
>
> On Friday, July 29, 2016 at 12:16:30 PM UTC+2, Juan Pablo Gardella wrote:
>>
>> You could replace it with dagger2.
>>
>
> +1
>
> Easier said than done though. For example, we have a lot of factories, and
> moving them to AutoFactory is not straightforward either (we have many
> factories able to provide many types, something AutoFactory doesn't support
> AFAICT)
> Private modules could be an issue too.
>
> --
> 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.
>

-- 
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-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: 2.8.0 RC1 is here!

2016-07-29 Thread Thomas Broyer


On Friday, July 29, 2016 at 12:16:30 PM UTC+2, Juan Pablo Gardella wrote:
>
> You could replace it with dagger2.
>

+1

Easier said than done though. For example, we have a lot of factories, and 
moving them to AutoFactory is not straightforward either (we have many 
factories able to provide many types, something AutoFactory doesn't support 
AFAICT)
Private modules could be an issue too.

-- 
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: 2.8.0 RC1 is here!

2016-07-29 Thread Thomas Broyer


On Friday, July 29, 2016 at 11:23:41 AM UTC+2, kimi wrote:
>
> nice, thanx for the great work.
>
> the only blocking point for me now is GIN.
>


GIN or Java 7? Because GIN with Java 8 works (in our project I didn't even 
need the workaround)

No, what's blocking many of use is currently Guava (20.0-SNAPSHOT works, 
but depending on a snapshot…)
Daniel is in touch with the Guava team so they release 20.0 by the time we 
do 2.8.0 (or shortly after)

-- 
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: 2.8.0 RC1 is here!

2016-07-29 Thread Juan Pablo Gardella
You could replace it with dagger2.

On Fri, 29 Jul 2016 at 06:51 Jens  wrote:

>
> the only blocking point for me now is GIN.
>>
>
> Why its blocking?
>
> -- 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.
>

-- 
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] 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.


Re: 2.8.0 RC1 is here!

2016-07-29 Thread Jens


> the only blocking point for me now is GIN.
>

Why its blocking? 

-- 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: 2.8.0 RC1 is here!

2016-07-29 Thread 'kim young ill' via GWT Users
nice, thanx for the great work.

the only blocking point for me now is GIN.

On Fri, Jul 29, 2016 at 7:40 AM, 'Daniel Kurka' via GWT Users <
google-web-toolkit@googlegroups.com> 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. You can
> either reply to this thread on gwt-contrib
> 
>  or 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 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.
>

-- 
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-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-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 .
>
> 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.


2.8.0 RC1 is here!

2016-07-28 Thread 'Daniel Kurka' via GWT Users
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. You can 
either reply to this thread on gwt-contrib 

 or 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 
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 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 .

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/3448c7da-f600-48a6-90c4-08172f841283%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.