[gwt-contrib] GWT 2.8.0 SNAPSHOT fails to compile

2016-07-22 Thread Sri Harsha Chilakapati
I have been using GWT 2.8.0 Beta 1 till now, and my application is being 
compiled successfully. But with the snapshot I'm getting a error. It is 
here.

~~~Java
Jul 22, 2016 1:42:21 PM java.util.prefs.WindowsPreferences 
WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at 
root 0x8002. Windows RegCreateKeyEx(...) returned error code 5.
Loading inherited module 'com.shc.silenceengine.tests.GwtTests'
   Loading inherited module 'com.google.gwt.core.Core'
  Loading inherited module 'com.google.gwt.emul.Emulation'
 Loading inherited module 'javaemul.internal.Internal'
[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?
~~~

To check that, I have myself opened up the GWT JAR files, and in the 
`gwt-user.jar` file, I found that there are no source files in the 
`javaemul\internal` folder. While the GWT compiler expects the source 
files, there are `.class` files here source files and also the GWT module 
definition.

I have been using Gradle plugin to compile my application. You can find my 
build script here: 
[https://github.com/sriharshachilakapati/SilenceEngine/blob/silenceengine-1.0.1/build.gradle](https://github.com/sriharshachilakapati/SilenceEngine/blob/silenceengine-1.0.1/build.gradle)
 
and 
[https://github.com/sriharshachilakapati/SilenceEngine/blob/silenceengine-1.0.1/tests-gwt/build.gradle](https://github.com/sriharshachilakapati/SilenceEngine/blob/silenceengine-1.0.1/tests-gwt/build.gradle).

Any pointers are well appreciated.

-- 
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/30f6cfef-12b7-4615-a27c-b479a343f904%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[gwt-contrib] GWT 2.8.0 SNAPSHOT compiler crash

2016-04-27 Thread stuckagain
Nobody as this problem ?

-- 
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/dffde24b-cb4c-417e-a3f5-27e3ba6f0b79%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[gwt-contrib] GWT 2.8.0 SNAPSHOT compiler crash

2016-04-25 Thread stuckagain
I was trying to move from the GWT 2.8.0-beta1 release to the Snapshot release 
since the beta is becoming very old and I want to be able to use more Java 8 
functional interfaces that are defined in the jdk 8 (and I hope are emulated in 
the SNAPSHOT).

However, this fails miserably with some error in loading a class during 
compilation. I have launched the GWT compile with logLevel TRACE but it does 
not reveal any details of why this is happening. Any idea what I am doing wrong 
? Or is the SNAPSHOT known not to work ?

I did a clean install of my project, I cleared the TEMP folder (where the GWTC 
is putting lots of cached data as well) but it does not work.

[INFO] --- gwt-maven-plugin:1.0-rc-6:compile (default-compile) @ 
gui.editorweb-client ---

[WARNING] Apr 25, 2016 5:36:18 PM java.util.prefs.WindowsPreferences 

[WARNING] WARNING: Could not open/create prefs root node 
Software\JavaSoft\Prefs at root 0x8002. Windows RegCreateKeyEx(...) 
returned error code 5.

[INFO] Public resources found in...

[INFO] Translatable source found in...

[INFO] Persistent caching disabled - no directory specified.

[INFO] To enable persistent unit caching use -Dgwt.persistentunitcachedir=

[INFO] Compiling module com.acme.cloud.ui.demo.Demo

[INFO]Found 0 cached/archived units.  Used 0 / 5487 units from cache.

[INFO]Compiling...

[INFO]   10% complete (ETR: 29 seconds)

[INFO]   10% complete (ETR: 29 seconds)

[INFO]   20% complete (ETR: 23 seconds)

[INFO]   30% complete (ETR: 16 seconds)

[INFO]   40% complete (ETR: 12 seconds)

[INFO]   50% complete (ETR: 9 seconds)

[INFO]   60% complete (ETR: 7 seconds)

[INFO]   70% complete (ETR: 5 seconds)

[INFO]   80% complete (ETR: 4 seconds)

[INFO]   90% complete (ETR: 2 seconds)

[INFO]   100% complete (ETR: 0 seconds)

[INFO]   Compilation completed in 21.56 seconds

[INFO] [ERROR] Unexpected internal compiler error

[INFO] java.lang.ArrayIndexOutOfBoundsException: 877

[INFO]  at org.objectweb.asm.ClassReader.readUnsignedShort(Unknown Source)

[INFO]  at org.objectweb.asm.ClassReader.readUTF8(Unknown Source)

[INFO]  at org.objectweb.asm.ClassReader.a(Unknown Source)

[INFO]  at org.objectweb.asm.ClassReader.accept(Unknown Source)

[INFO]  at org.objectweb.asm.ClassReader.accept(Unknown Source)

[INFO]  at 
com.google.gwt.dev.javac.BytecodeSignatureMaker.visitCompileDependenciesInBytecode(BytecodeSignatureMaker.java:228)

[INFO]  at 
com.google.gwt.dev.javac.BytecodeSignatureMaker.getCompileDependencySignature(BytecodeSignatureMaker.java:209)

[INFO]  at 
com.google.gwt.dev.javac.CompiledClass.getSignatureHash(CompiledClass.java:165)

[INFO]  at 
com.google.gwt.dev.javac.Dependencies$Ref.(Dependencies.java:41)

[INFO]  at 
com.google.gwt.dev.javac.Dependencies$Ref.(Dependencies.java:36)

[INFO]  at com.google.gwt.dev.javac.Dependencies.resolve(Dependencies.java:100)

[INFO]  at 
com.google.gwt.dev.javac.CompilationStateBuilder$CompileMoreLater.compile(CompilationStateBuilder.java:352)

[INFO]  at 
com.google.gwt.dev.javac.CompilationStateBuilder.doBuildFrom(CompilationStateBuilder.java:548)

[INFO]  at 
com.google.gwt.dev.javac.CompilationStateBuilder.buildFrom(CompilationStateBuilder.java:479)

[INFO]  at 
com.google.gwt.dev.javac.CompilationStateBuilder.buildFrom(CompilationStateBuilder.java:465)

[INFO]  at 
com.google.gwt.dev.cfg.ModuleDef.getCompilationState(ModuleDef.java:423)

[INFO]  at com.google.gwt.dev.Precompile.precompile(Precompile.java:222)

[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.run(Compiler.java:197)

[INFO]  at com.google.gwt.dev.Compiler.run(Compiler.java:156)

[INFO]  at com.google.gwt.dev.Compiler$1.run(Compiler.java:117)

[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:124)

 

-- 
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/be62354d-767e-4668-90a2-9c2f851cd881%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [gwt-contrib] GWT 2.8.0-SNAPSHOT

2015-02-10 Thread Ali Akhtar
Thanks Manuel, works great after refreshing cache.

Thanks a bunch for providing this repo.

On Tue, Feb 10, 2015 at 12:31 PM, Manuel Carrasco Moñino man...@apache.org
wrote:

 It was updated yesterday with all the stuff in master, so those changes
 should be there.
 Today is going to be run in a couple of hours, although there are no
 changes in the repo.
 Try to force your maven cache to be updated: mvn -U

 On Tue, Feb 10, 2015 at 7:39 AM, Ali Akhtar ali.rac...@gmail.com wrote:

 Hey Manuel,

 I'm using your linked repo, but I'm not sure if its updating. Defender
 methods were added a few days ago, however when I try to use them within
 client code, I get an 'undefined' javascript error.

 --
 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/e542c9ca-00ec-4466-826b-8f7ac5ef38af%40googlegroups.com
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/e542c9ca-00ec-4466-826b-8f7ac5ef38af%40googlegroups.com?utm_medium=emailutm_source=footer
 .

 For more options, visit https://groups.google.com/d/optout.


  --
 You received this message because you are subscribed to a topic in the
 Google Groups GWT Contributors group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/google-web-toolkit-contributors/yttru2sA4vA/unsubscribe
 .
 To unsubscribe from this group and all its topics, 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/CAM28XAuECu0rMy7dZOsZVa83mtyfYYwk9wSttLsM9XHytc%3DGYw%40mail.gmail.com
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/CAM28XAuECu0rMy7dZOsZVa83mtyfYYwk9wSttLsM9XHytc%3DGYw%40mail.gmail.com?utm_medium=emailutm_source=footer
 .

 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/CAKiMtbfq9VW8WwABT%3DBkV1dAv3wPRdCcf1CaeEm1Bo%2BA%3DvuCng%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [gwt-contrib] GWT 2.8.0-SNAPSHOT

2015-02-09 Thread Ali Akhtar
Hey Manuel,

I'm using your linked repo, but I'm not sure if its updating. Defender 
methods were added a few days ago, however when I try to use them within 
client code, I get an 'undefined' javascript error.

-- 
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/e542c9ca-00ec-4466-826b-8f7ac5ef38af%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [gwt-contrib] GWT 2.8.0-SNAPSHOT

2015-02-09 Thread Manuel Carrasco Moñino
It was updated yesterday with all the stuff in master, so those changes
should be there.
Today is going to be run in a couple of hours, although there are no
changes in the repo.
Try to force your maven cache to be updated: mvn -U

On Tue, Feb 10, 2015 at 7:39 AM, Ali Akhtar ali.rac...@gmail.com wrote:

 Hey Manuel,

 I'm using your linked repo, but I'm not sure if its updating. Defender
 methods were added a few days ago, however when I try to use them within
 client code, I get an 'undefined' javascript error.

 --
 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/e542c9ca-00ec-4466-826b-8f7ac5ef38af%40googlegroups.com
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/e542c9ca-00ec-4466-826b-8f7ac5ef38af%40googlegroups.com?utm_medium=emailutm_source=footer
 .

 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/CAM28XAuECu0rMy7dZOsZVa83mtyfYYwk9wSttLsM9XHytc%3DGYw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [gwt-contrib] GWT 2.8.0-SNAPSHOT

2015-02-03 Thread Stefano Pulze
Jens,
You can read this that explain how to download and compile the source from 
trunk
http://www.gwtproject.org/makinggwtbetter.html#workingoncode to help 

-- 
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/e8a97668-fb31-4495-8c19-0a455ea6c941%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [gwt-contrib] GWT 2.8.0-SNAPSHOT

2015-02-03 Thread Manuel Carrasco Moñino
In the meanwhile you can use a temporary repository updated daily:

https://github.com/manolo/gwt-snapshot/raw/master/

On Tue, Feb 3, 2015 at 12:40 PM, Jens jens.nehlme...@gmail.com wrote:

 I was just curious about whats going on (I already use custom GWT trunk
 builds). Its just strange to me that an open source project kills its build
 server accessibility and snapshot builds from the public and won't say why
 (other than we have an issue).

 -- 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/f4c9db34-ef11-4f24-acdf-0336074ff411%40googlegroups.com
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/f4c9db34-ef11-4f24-acdf-0336074ff411%40googlegroups.com?utm_medium=emailutm_source=footer
 .

 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/CAM28XAs-KDpVn-1E76ANuNP6yXiK1NQWV8B8J60sebegfm7EfQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [gwt-contrib] GWT 2.8.0-SNAPSHOT

2015-02-02 Thread 'Daniel Kurka' via GWT Contributors
Hi Luca,

we are intentionally not deploying right now, but we will eventually sort
this out. I am sorry but we do not have an ETA for that.

-Daniel

On Sun, Feb 1, 2015 at 9:20 PM, luca.masini luca.mas...@gmail.com wrote:

 Can someone take the time to fix the problem with the CI system that
 prevent the jar to be created and uploaded ?

 Thank you.

 --
 You received this message because you are subscribed to the Google Groups
 GWT Contributors group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/0ddc1e55-2f2b-4a36-b5a0-ce089c4420d9%40googlegroups.com
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/0ddc1e55-2f2b-4a36-b5a0-ce089c4420d9%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.




-- 
Google Germany GmbH
*Dienerstr. 12*
*80331 München*

Registergericht und -nummer: Hamburg, HRB 86891
Sitz der Gesellschaft: Hamburg
Geschäftsführer: Graham Law, Katherine Stephens

-- 
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/CALLujirrj6sJR60YFGVMMGDtYVYuaNF45aWU8mcfpWzAGbQAtg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [gwt-contrib] GWT 2.8.0-SNAPSHOT

2015-02-02 Thread Lars
I talked with Daniel at gwt.create about this topic and they have something 
to fix and won't (or can) talk about this! :-(

But he provided a valid workaround for this - you could (very easy) 
checkout the gwt sources (git) and the (gwt-)tools (svn) and build your own 
jars. 
I use targets clean and buildonly and get my result in 90 seconds! :-)

-- 
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/badfaffa-ea6b-400d-a7c7-613eeaaf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [gwt-contrib] GWT 2.8.0-SNAPSHOT

2015-02-02 Thread Jens


 we are intentionally not deploying right now, but we will eventually sort 
 this out. I am sorry but we do not have an ETA for that.


Why is it intentionally and why will it only eventually be sorted out? 
Whats going on? 


-- 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/3adc11a5-5a3d-4387-9729-af727e0c397b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.