Re: JsInterop Maven fail

2015-11-23 Thread EMan
I can't get it to work either.  I have changed gwt-user to various version, 
but it still wants to get jsinterop snapshot.

Failed to read artifact descriptor for 
com.google.gwt:gwt-user:jar:2.8.0-20151118.055323-98: Could not find 
artifact com.google.jsinterop:jsinterop:pom:1.0.0-SNAPSHOT in 
google-snapshots 
(https://oss.sonatype.org/content/repositories/google-snapshots/) -

On Monday, November 23, 2015 at 10:18:34 AM UTC-5, Michael Joyner wrote:
>
>
> I can't get this mess to work with Gradle.
>
> No matter what versions I put in I get messages about jsinterop not being 
> found.
>
> Could someone "fix" the maven snaptop repo to point the "-SNAPSHOT" back 
> to the known working 19th version? 
>
> Or perhaps put in a "RC1" POM that references the last known working copy 
> of 19th?
>
> -Mike
>
>
> On 11/23/2015 09:42 AM, Thomas Broyer wrote:
>
>
>
> On Monday, November 23, 2015 at 2:19:51 PM UTC+1, Bruno Salmon wrote: 
>>
>> I tried with versions 2.8.0-20151119.055507-99 and 
>> 2.8.0-20151118.055323-98 but got the same problem about JSInterop.
>>
>
> It can't be the same problem, as in those versions the jsinterop 
> annotations hadn't been split out into their own JAR.
>  
>
>> Earlier versions have no pom file (only pom.asc file) so maven can't load 
>> them.
>>
>> So I tried the other way you suggested and successfully built GWT 
>> locally. I finally got jsInterop 1.0.0-SNAPSHOT installed locally using 
>> maven/push-gwt.sh (curiously the gwt version was also 1.0.0-SNAPSHOT in the 
>> local maven repository instead of 2.8.0-SNAPHOT).
>>
>
> Yes, there's a small bug in the script unfortunately (and then another 
> problem); apply https://gwt-review.googlesource.com/14010 locally (you'll 
> find Git commands copy-paste-ready in the "download" drop down menu on the 
> right)
>  
>
>> However maven was then able to download the gwt-user 2.8.0-SNAPSHOT 
>> dependency without complaining this time about JSInterop (thanks to the 
>> local install). But finally the gwt maven plugin ended with an error:
>>
>> [INFO] --- gwt-maven-plugin:2.8.0-SNAPSHOT:compile (default) @ naga-gwt 
>> ---
>> Downloading: 
>> https://oss.sonatype.org/content/repositories/google-snapshots/com/google/gwt/gwt-dev/2.8.0-SNAPSHOT/maven-metadata.xml
>> Downloading: 
>> http://nexus.codehaus.org/snapshots/com/google/gwt/gwt-dev/2.8.0-SNAPSHOT/maven-metadata.xml
>> Downloading: 
>> https://oss.sonatype.org/content/repositories/snapshots/com/google/gwt/gwt-dev/2.8.0-SNAPSHOT/maven-metadata.xml
>> Downloaded: 
>> https://oss.sonatype.org/content/repositories/google-snapshots/com/google/gwt/gwt-dev/2.8.0-SNAPSHOT/maven-metadata.xml
>>  
>> (359 B at 0.2 KB/sec)
>> [WARNING] Could not transfer metadata 
>> com.google.gwt:gwt-dev:2.8.0-SNAPSHOT/maven-metadata.xml from/to 
>> codehaus-snapshots (http://nexus.codehaus.org/snapshots/): 
>> nexus.codehaus.org
>> Downloading: 
>> https://oss.sonatype.org/content/repositories/snapshots/com/google/gwt/gwt-dev/2.8.0-SNAPSHOT/gwt-dev-2.8.0-20151123.054735-102.pom
>> Downloading: 
>> https://oss.sonatype.org/content/repositories/google-snapshots/com/google/gwt/gwt-dev/2.8.0-SNAPSHOT/gwt-dev-2.8.0-20151123.054735-102.pom
>> Downloaded: 
>> https://oss.sonatype.org/content/repositories/google-snapshots/com/google/gwt/gwt-dev/2.8.0-SNAPSHOT/gwt-dev-2.8.0-20151123.054735-102.pom
>>  
>> (2 KB at 1.9 KB/sec)
>> Downloading: 
>> http://nexus.codehaus.org/snapshots/com/google/gwt/gwt-user/2.8.0-SNAPSHOT/maven-metadata.xml
>> Downloading: 
>> https://oss.sonatype.org/content/repositories/snapshots/com/google/gwt/gwt-user/2.8.0-SNAPSHOT/maven-metadata.xml
>> [WARNING] Could not transfer metadata 
>> com.google.gwt:gwt-user:2.8.0-SNAPSHOT/maven-metadata.xml from/to 
>> codehaus-snapshots (http://nexus.codehaus.org/snapshots/): 
>> nexus.codehaus.org
>> Downloading: 
>> https://oss.sonatype.org/content/repositories/google-snapshots/com/google/gwt/gwt-dev/2.8.0-SNAPSHOT/gwt-dev-2.8.0-20151123.054735-102.jar
>> Downloaded: 
>> https://oss.sonatype.org/content/repositories/google-snapshots/com/google/gwt/gwt-dev/2.8.0-SNAPSHOT/gwt-dev-2.8.0-20151123.054735-102.jar
>>  
>> (40815 KB at 1344.7 KB/sec)
>> Downloading: 
>> https://oss.sonatype.org/content/repositories/snapshots/com/google/gwt/gwt/2.8.0-SNAPSHOT/maven-metadata.xml
>> Downloading: 
>> https://oss.sonatype.org/content/repositories/snapshots/com/google/gwt/gwt/2.8.0-SNAPSHOT/gwt-2.8.0-SNAPSHOT.pom
>>  
>> 
>> [INFO] 
>> 
>> [INFO] BUILD FAILURE
>> [INFO] 
>> 
>> [INFO] Total time: 37.506s
>> [INFO] Finished at: Mon Nov 23 13:59:05 CET 2015
>> [INFO] Final Memory: 10M/27M
>> [INFO] 
>> 

Re: JsInterop Maven fail

2015-11-23 Thread EMan

>
> I can't get it to work either.  I have changed gwt-user to various 
> version, but it still wants to get jsinterop snapshot.
>
> Failed to read artifact descriptor for 
> com.google.gwt:gwt-user:jar:2.8.0-20151118.055323-98: Could not find 
> artifact com.google.jsinterop:jsinterop:pom:1.0.0-SNAPSHOT in 
> google-snapshots (
> https://oss.sonatype.org/content/repositories/google-snapshots/) -
>

Not sure what combination I need to get this to work.  RC1 is a great idea. 
 I don't love working out of snapshot. 

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: java.lang.NoClassDefFoundError: org/objectweb/asm/ClassVisitor

2015-10-30 Thread EMan
Ok.  Is this something that has changed between gwt 2.7 and 2.8?  Is there 
a reason it is not a dependency already? 

Thanks.

On Thursday, October 29, 2015 at 10:12:04 AM UTC-4, Jens wrote:
>
> You need to put ASM 5.x on class path.
>
> -- J:
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


java.lang.NoClassDefFoundError: org/objectweb/asm/ClassVisitor

2015-10-29 Thread EMan
I am trying to upgrade to gwt 2.8.0-SNAPSHOT from 2.7.0.

I am getting this error.
I am using the gwt-maven-plugin 2.8.0-SNAPSHOT as well.

Any have any idea what could be causing this?

Thanks,
Eric

[INFO] --- gwt-maven-plugin:2.8.0-SNAPSHOT:compile (gwt-compile) @ client 
---
[INFO] Compiling module com.sampleapp.App_dev
[INFO] [ERROR] Unexpected internal compiler error
[INFO] java.lang.NoClassDefFoundError: org/objectweb/asm/ClassVisitor
[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)
[INFO] Caused by: java.lang.ClassNotFoundException: 
org.objectweb.asm.ClassVisitor
[INFO] at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
[INFO] at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
[INFO] at java.security.AccessController.doPrivileged(Native Method)
[INFO] at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
[INFO] at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[INFO] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
[INFO] at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[INFO] ... 18 more

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT and Material Design

2015-03-05 Thread EMan
Looks great, thanks for posting.  It seems the project uses some deprecated 
libraries, (gwt-incubator) and is based on gwt 2.5.  Any plans to upgrade 
it?

On Wednesday, February 11, 2015 at 12:19:32 AM UTC-5, mark kevin ringor 
wrote:

 Hi Grace,

 I have updated the Getting Started Documentation on how to implement 
 material design in GWT (http://www.gwt-material.appspot.com). I need more 
 help on how to make it more easy (like using gQuery).


 Best Regards,
 Kevin

 On Wed, Feb 11, 2015 at 4:33 AM, Grace C glch...@gmail.com javascript: 
 wrote:

 Nice! Do you have the current code / a starting project available as open 
 source? I would love to use this.


 On Saturday, February 7, 2015 at 12:59:07 AM UTC-5, mark kevin ringor 
 wrote:

 Checkout our under development project on http://gwt-material.
 appspot.com/ we are integrating the MaterializeCSS(http://
 materializecss.com/) to GWT.
 Hope you like it :)

 On Tuesday, January 6, 2015 at 10:30:37 AM UTC+8, philip andrew wrote:

 Hi there,

 Has anyone tried to make a Material Design for GWT?
 http://www.google.com/design/spec/material-design/introduction.html

 Philip

  -- 
 You received this message because you are subscribed to a topic in the 
 Google Groups Google Web Toolkit group.
 To unsubscribe from this topic, visit 
 https://groups.google.com/d/topic/google-web-toolkit/bn57tSMkH7E/unsubscribe
 .
 To unsubscribe from this group and all its topics, send an email to 
 google-web-toolkit+unsubscr...@googlegroups.com javascript:.
 To post to this group, send email to google-we...@googlegroups.com 
 javascript:.
 Visit this group at http://groups.google.com/group/google-web-toolkit.
 For more options, visit https://groups.google.com/d/optout.




-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: chrome upgrade scrolling issues

2013-08-27 Thread EMan
Yes I just tested on Windows 7 and it seems to work there as well.  Perhaps 
this is a mac only issue.  I tried on 2 macs and get the same result. 
(doesn't work properly).  Perhaps I should post this in the chrome user 
group?

On Monday, August 26, 2013 7:25:47 PM UTC-4, Andy King wrote:

 I have Chrome version 29.0.1547.57 m on Windows 7 and the scrolling 
 appears to work correctly, that is, when I go to one of the other places 
 the scrollbar is at the top of the panel.

 On Monday, August 26, 2013 9:27:10 AM UTC-7, EMan wrote:

 my computer (mac) just upgraded to the latest version of chrome.  It 
 seems now my site has an odd issue with scrolling.  When I scroll down a 
 page and then click a link to a new place, it stays scrolled in the old 
 position.

 You can see this at www.sorave.com.  scroll to the middle of the page, 
 then click on the header connect,  you can see it stays scrolled in the 
 middle of the page, even though it is a new place.

 This only happens on chrome, and only after I applied the latest chrome 
 update.
 Version 29.0.1547.57

 anyone else have this issue?

 Thanks.



-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.


chrome upgrade scrolling issues

2013-08-26 Thread EMan
my computer (mac) just upgraded to the latest version of chrome.  It seems 
now my site has an odd issue with scrolling.  When I scroll down a page and 
then click a link to a new place, it stays scrolled in the old position.

You can see this at www.sorave.com.  scroll to the middle of the page, then 
click on the header connect,  you can see it stays scrolled in the middle 
of the page, even though it is a new place.

This only happens on chrome, and only after I applied the latest chrome 
update.
Version 29.0.1547.57

anyone else have this issue?

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.


is there Client API for Google App engine

2013-05-29 Thread Eman Hossny
Hello All,
  I want to use a library to deploy java application to GAE. is there a
client library for this

-- 
Eman Hossny,
Teacher Assistant,
Computer Science Department,
Faculty of Computers and Information
Cairo University, Egypt

يارب العتق من النار لى ولوالديا

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: GWT 2.5.1-rc1 available

2013-02-15 Thread EMan
I tried upgrading from 2.5.0 to 2.5.1 but I am getting an error during the 
gwt compile.  I googled that I needed to remove my gwt-junitCache, which I 
tried but it doesn't seem to be helping.  I am still using the 2.5.0 gwt 
maven plugin since the 2.5.1 is not available.  Could that be causing the 
problem?  Thanks.

[INFO] java.lang.RuntimeException: Unexpected IOException on in-memory 
stream
[INFO] at 
com.google.gwt.dev.javac.CompilationUnit.getTypes(CompilationUnit.java:324)
[INFO] at 
com.google.gwt.dev.jjs.impl.UnifyAst.assimilateUnit(UnifyAst.java:672)
[INFO] at 
com.google.gwt.dev.jjs.impl.UnifyAst.searchForTypeBySource(UnifyAst.java:985)
[INFO] at 
com.google.gwt.dev.jjs.impl.UnifyAst.addRootTypes(UnifyAst.java:530)
[INFO] at 
com.google.gwt.dev.jjs.JavaToJavaScriptCompiler.precompile(JavaToJavaScriptCompiler.java:621)
[INFO] at 
com.google.gwt.dev.jjs.JavaScriptCompiler.precompile(JavaScriptCompiler.java:33)
[INFO] at com.google.gwt.dev.Precompile.precompile(Precompile.java:278)
[INFO] at com.google.gwt.dev.Precompile.precompile(Precompile.java:229)
[INFO] at com.google.gwt.dev.Precompile.precompile(Precompile.java:141)
[INFO] at com.google.gwt.dev.Compiler.run(Compiler.java:232)
[INFO] at com.google.gwt.dev.Compiler.run(Compiler.java:198)
[INFO] at com.google.gwt.dev.Compiler$1.run(Compiler.java:170)
[INFO] at 
com.google.gwt.dev.CompileTaskRunner.doRun(CompileTaskRunner.java:88)
[INFO] at 
com.google.gwt.dev.CompileTaskRunner.runWithAppropriateLogger(CompileTaskRunner.java:82)
[INFO] at com.google.gwt.dev.Compiler.main(Compiler.java:177)
[INFO] Caused by: java.io.InvalidClassException: 
com.google.gwt.dev.jjs.ast.JDeclaredType; local class incompatible: stream 
classdesc serialVersionUID = -8155793964565947646, local class 
serialVersionUID = -1052417216019896795


On Wednesday, February 13, 2013 1:54:49 PM UTC-5, Matthew Dempsky wrote:

 Hi everyone,

 We're excited to announce the GWT 2.5.1-rc1 release candidate!  There will 
 be an announcement soon on the GWT 
 Bloghttp://googlewebtoolkit.blogspot.com/, 
 and you can download it 
 herehttps://code.google.com/p/google-web-toolkit/downloads/detail?name=gwt-2.5.1-rc1.zip.
  
  This release candidate has been uploaded to Maven Central with the version 
 string of 2.5.1-rc1.

 GWT 2.5.1 contains over 50 new bug fixes, many of which were contributed 
 by the community.  Thanks to everyone who reported issues and/or submitted 
 patches.

 Please test out this release candidate and let us know of any issues, 
 especially any regressions from either 2.4.0 or 2.5.0.  Thanks!

 -Matthew, on behalf of the GWT team


-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: GWT 2.5.1-rc1 available

2013-02-15 Thread EMan
I deleted all my target/war directories, but it is still not working.  I 
don't have an easy way to compile with eclipse.  I will wait until there is 
a gwt maven plugin and try again.  Thanks.

On Friday, February 15, 2013 11:37:13 AM UTC-5, Jens wrote:

 Deleting gwt-unitCache solved the issue for me. I have also deleted 
 war/appname and war/WEB-INF/deploy but I think thats not needed.

 Can you compile through Eclipse using GPE? I don't think the maven plugin 
 itself is causing the problem. Maybe you still have a gwt-unitCache folder 
 lying around somewhere that you haven't found/deleted yet?

 -- J.

 Am Freitag, 15. Februar 2013 17:15:58 UTC+1 schrieb EMan:

 I tried upgrading from 2.5.0 to 2.5.1 but I am getting an error during 
 the gwt compile.  I googled that I needed to remove my gwt-junitCache, 
 which I tried but it doesn't seem to be helping.  I am still using the 
 2.5.0 gwt maven plugin since the 2.5.1 is not available.  Could that be 
 causing the problem?  Thanks.

 [INFO] java.lang.RuntimeException: Unexpected IOException on in-memory 
 stream
 [INFO] at 
 com.google.gwt.dev.javac.CompilationUnit.getTypes(CompilationUnit.java:324)
 [INFO] at 
 com.google.gwt.dev.jjs.impl.UnifyAst.assimilateUnit(UnifyAst.java:672)
 [INFO] at 
 com.google.gwt.dev.jjs.impl.UnifyAst.searchForTypeBySource(UnifyAst.java:985)
 [INFO] at 
 com.google.gwt.dev.jjs.impl.UnifyAst.addRootTypes(UnifyAst.java:530)
 [INFO] at 
 com.google.gwt.dev.jjs.JavaToJavaScriptCompiler.precompile(JavaToJavaScriptCompiler.java:621)
 [INFO] at 
 com.google.gwt.dev.jjs.JavaScriptCompiler.precompile(JavaScriptCompiler.java:33)
 [INFO] at com.google.gwt.dev.Precompile.precompile(Precompile.java:278)
 [INFO] at com.google.gwt.dev.Precompile.precompile(Precompile.java:229)
 [INFO] at com.google.gwt.dev.Precompile.precompile(Precompile.java:141)
 [INFO] at com.google.gwt.dev.Compiler.run(Compiler.java:232)
 [INFO] at com.google.gwt.dev.Compiler.run(Compiler.java:198)
 [INFO] at com.google.gwt.dev.Compiler$1.run(Compiler.java:170)
 [INFO] at 
 com.google.gwt.dev.CompileTaskRunner.doRun(CompileTaskRunner.java:88)
 [INFO] at 
 com.google.gwt.dev.CompileTaskRunner.runWithAppropriateLogger(CompileTaskRunner.java:82)
 [INFO] at com.google.gwt.dev.Compiler.main(Compiler.java:177)
 [INFO] Caused by: java.io.InvalidClassException: 
 com.google.gwt.dev.jjs.ast.JDeclaredType; local class incompatible: stream 
 classdesc serialVersionUID = -8155793964565947646, local class 
 serialVersionUID = -1052417216019896795


 On Wednesday, February 13, 2013 1:54:49 PM UTC-5, Matthew Dempsky wrote:

 Hi everyone,

 We're excited to announce the GWT 2.5.1-rc1 release candidate!  There 
 will be an announcement soon on the GWT 
 Bloghttp://googlewebtoolkit.blogspot.com/, 
 and you can download it 
 herehttps://code.google.com/p/google-web-toolkit/downloads/detail?name=gwt-2.5.1-rc1.zip.
  
  This release candidate has been uploaded to Maven Central with the version 
 string of 2.5.1-rc1.

 GWT 2.5.1 contains over 50 new bug fixes, many of which were contributed 
 by the community.  Thanks to everyone who reported issues and/or submitted 
 patches.

 Please test out this release candidate and let us know of any issues, 
 especially any regressions from either 2.4.0 or 2.5.0.  Thanks!

 -Matthew, on behalf of the GWT team



-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




invalid mime types using chrome

2013-01-16 Thread EMan
when using gwt code server (for superdevmode).  Chrome is not loading my 
scripts.  In chrome's console, I get 

Resource interpreted as Script but transferred with MIME type text/plain: 
http://localhost:9876/sorave/sorave.nocache.js;. 

this only happened recently (perhaps last 3 weeks).

I don't know if the console error is related to it not loading my js files 
with the correct mime types. Is there a way to get codeserver to set the 
proper mime types?

Any ideas how to get this to work again?

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/J0GHrOABvVUJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



JSNI Question

2012-12-19 Thread EMan
How do I call a JSNI method from another JSNI Method?  for example, how can 
I get something1 to call something2?

public static native void something1() /*-{
something2();
}-*/;

public static native void something2() /*-{
$wind.alert(something2);
}-*/;

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/Ng_ggqLt1jUJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Thread deadlock when trying to maven compile using 2.5-rc1

2012-07-19 Thread EMan
I am seeing the same thing.  Curious if this really is a jvm bug, how is 
this working at google?

On Thursday, July 19, 2012 11:20:30 AM UTC-4, JoseM wrote:

 I put in a bug report: 
 http://code.google.com/p/google-web-toolkit/issues/detail?id=7536

 On Thursday, July 19, 2012 6:38:28 AM UTC-4, Thomas Broyer wrote:



 On Thursday, July 19, 2012 6:44:04 AM UTC+2, JoseM wrote:

 If it helps I am trying to build this using my Mac.

 I also realized that there is also now a 2.5-rc1 version of the plugin 
 so I tried with that one and I still get the deadlock:


 It's not surprising, as the deadlock is in GWT, not the gwt-maven-plugin.

 As a workaround, try using localWorkers1/localWorkers (or 
 -Dgwt.localWorkers=1) to use a single-threaded build and hopefully avoid 
 the deadlock.

 You'll note also that it seems to rather be a bug in Java rather than in 
 GWT, as the locks seem to have been created by standard classes (java.awt.* 
 and sun.security.*) rather than GWT ones.

 Worth a bug report for GWT though (and then see how it's triaged)



-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/Qro43-VMcwMJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



GWT Caching of files

2012-02-06 Thread EMan
I am having issues relating to GWT caching of files. if I roll out a new 
version of my application (via a war file deployed to my jetty server).  I 
am able to bring up chrome and everything looks ok.  But if I need to 
rollback the version (redeploy an older war file), then I get all sorts of 
serialization errors.

I am assuming this is because the new files in my browser cache take 
precedence over my reverted war files files.  Is there a way to avoid this? 
 Has anyone encountered this problem?

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/xOOrsbkHDxkJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



gwt and chrome frame

2012-01-05 Thread EMan
we have enabled chrome frame in internet explorer.  It seems once you have 
chrome frame you can only view GWT sites that have the chrome frame tag in 
it:

meta http-equiv=X-UA-Compatible content=IE=edge,chrome=IE8  

for example the gwt showcase site does not work any more, unless I 
uninstall chrome frame.

I have confirmed this with a number of pc's and all get the same problem.

there is this thread about it in the chrome frame forum, but doesn't seem 
it went anywhere.  
http://groups.google.com/group/google-chrome-frame/browse_thread/thread/0d77143ec07d4ec0?pli=1
 


has anyone run into this problem?



-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/YpCWl72aGF8J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



RequestFactory Value Proxy Use Case

2011-12-27 Thread EMan
I am a little unclear as to how you use a Value Proxy (as opposed to an 
Entity Proxy) in RequestFactory.  I am assuming I can use it to do some 
server processing and return data back to the client?  But how do I do 
that?  I don't see a way to use a Locator, how do I populate the data in a 
Value Proxy?

Thanks for your help.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/5lwRGHp9CloJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Request Factory Security

2011-12-21 Thread EMan
there have been several posts on RequestFactory security, but I am still 
not clear.  the sample code here:
http://code.google.com/p/google-web-toolkit/source/browse/trunk/samples/expenses/src/main/java/com/google/gwt/sample/gaerequest/#gaerequest
 
uses a filter to determine if a user can access the RequestFactory service. 
 But what happens once a user authenticates?  does he have access to all 
back end request?
ie, if I have a findById method and a findAll (for my admin users) method 
in my locator, could a user authenticate, then post to either and receive 
all the data in my table?  How do we authenticate individual types of 
request?

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/vQM_t1c1IeUJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



gwt 2.4.0 and maven

2011-09-20 Thread EMan
I am trying to get GWT 2.4.0 to work.  my project is currently using
GWT 2.3.0.  is there a GWT maven plugin available yet that is
compatible with 2.4.0?  The highest version Is see is 2.3.0-1.

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



css templates

2011-08-14 Thread EMan
Does anyone know if there are css templates available for purchase so
you can have a custom look and feel? Something like template monster
but for GWT css?  I have searched but I cannot seem to find any.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Google Web Fonts

2011-01-28 Thread EMan
Yes adding it into the main HTML file seems to work now for me.
Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Google Web Fonts

2011-01-27 Thread EMan
Has anyone successfully used this in a GWT project?

http://code.google.com/apis/webfonts/docs/getting_started.html#Quick_Start

I tried to add these fonts to some uiBinder elements, but I can't get
it to work.

What is the best way to get the font css files to link up?

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



sliding panel

2011-01-06 Thread EMan
on this page:
http://code.google.com/webtoolkit/doc/latest/DevGuideUiPanels.html

there is a sliding panel that you can minimize/maximize vertically.
but this panel is not in the showcase.  Does anyone know how to create
this using uiBinder?

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Development Mode not displaying properly

2011-01-05 Thread EMan
Has anyone run into this?  I am running my application through
Development Mode.  when I test my application in Chrome and IE, they
both look considerably different.  Also I am not receiving some events
in Chrome that I get in IE (click events).

Before I post code up, just curious, does this happen to others?
Isn't the whole point of GWT that it takes care of browser conversion,
and it acts/displays exactly the same in all browsers?

Thank.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



WebSocket support in GWT

2010-12-31 Thread EMan
anyone know if Google plans on having (or already has) websocket
support in GWT?  I cannot find any documentation on it if it already
exists.  Anyone done anything successfully with websockets and GWT
that they would recommend?

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



CellTable Row formats

2010-12-30 Thread EMan
How do I dynamically format rows in a CellTable?  for example based on
a value in a cell, I might want to color a row red or blue. Is there
an onFormatEvent or something like that I can handle?

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT tutorial KeyPressHandler bug using Firefox 3.6.13

2010-12-13 Thread Eman Hossny
Use AddKeyDownHandler instead of AddKeyPressHandler

On 12 December 2010 19:44, ssinai ssi...@yahoo.com wrote:

 Well I feel better knowing it's not something I did.

 I use GXT widgets rather than GWT widgets, so I didn't really need a
 fix. I was just curious about what was going on.

 Thanks,
 Steve Sinai

 --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To post to this group, send email to google-web-tool...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.




-- 
Eman Hossny,
Teacher Assistant,
Computer Science Department,
Faculty of Computers and Information
Cairo University, Egypt

يارب العتق من النار لى ولوالديا

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



GWT and Maven plugin

2010-11-10 Thread EMan
I have some basic questions.
I am trying to use GWT maven plugin with eclipse.  when I do mvn
gwt:compile, it seems to output the gwt compiled code to /target.  but
when I compile in eclipse output goes to /war.

where is the proper place these files should be output to?  ultimately
I want to war this up and deploy to a jboss server.

if I am using the gwt maven plugin should I be using mvn gwt:compile?
or can I just use google-GWT compile from the menu?  are they both
picked up from the plugin?

Thanks for your help.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.