[gwt-contrib] Re: 1.3.1 gwt-maven-plugin in 2.1.0 M1 ??

2010-05-20 Thread nicolas.deloof
Not the best way to help Maven users :-/ install-file goal is designed to setup a local repository, not to create a public shared one. Please consider writing pom.xml files with complete metadatas. NB: providing maven metadata and artifact deployment does NOT require the project itself to be

[gwt-contrib] [google-web-toolkit] r8200 committed - Fixes a memory leak on IE with the cross-site fragment loading strateg...

2010-05-20 Thread codesite-noreply
Revision: 8200 Author: sp...@google.com Date: Thu May 20 05:21:35 2010 Log: Fixes a memory leak on IE with the cross-site fragment loading strategy. Now the callbacks on script tags are removed when they are invoked. Review at http://gwt-code-reviews.appspot.com/544801 Review by:

[gwt-contrib] Re: 1.3.1 gwt-maven-plugin in 2.1.0 M1 ??

2010-05-20 Thread Nathan Wells
I understand that adding the maven artifact to the svn repo might not have been to help users. It would be nice to know what the GWTers are thinking about this... Is Maven integration on a roadmap? is it just being proposed/tested? It's okay if there's no promises, and if we shouldn't rely on

[gwt-contrib] GWT support for java.math

2010-05-20 Thread Swets
I am looking for gwt support for java.math. I found gwt-math-2.1.jar, however this jar does not support few of the methods which I am using in my project viz:- 1. java.math.MathContext 2. remainder(BigDecimal arg0,MathContext arg1) 3. intValueExact() 4. java.math.RoundingMode Any suggestions on

[gwt-contrib] Has anyone heard what is happening with Scala support using Jribble?

2010-05-20 Thread oatkinson
I heard some rumblings about creating a new vm language that was basically a puddle of java called jribble. It was supposed to allows support for making GWT work on scala code. I have not seen much more about it. Has anyone heard anything? I would really love to be able to write GWT client

Re: [gwt-contrib] GWT support for java.math

2010-05-20 Thread John Tamplin
On Mon, May 17, 2010 at 5:06 AM, Swets manjrekar.shw...@gmail.com wrote: I am looking for gwt support for java.math. I found gwt-math-2.1.jar, however this jar does not support few of the methods which I am using in my project viz:- 1. java.math.MathContext 2. remainder(BigDecimal

Re: [gwt-contrib] Re: 1.3.1 gwt-maven-plugin in 2.1.0 M1 ??

2010-05-20 Thread Chris Ramsdale
To add a bit of color here, we patched the existing plugin so that gwt:run would work with Roo generated code. We decided to host it in our repo simply because we were short on time leading up to I/O. With that (almost) behind us, our plan is to work with the codehaus-mojo team/project to formerly

[gwt-contrib] JsParserException better error reporting (issue546801)

2010-05-20 Thread scottb
Reviewers: Lex, bobv, Description: Better error reporting on JSNI / JS syntax errors. Please review this at http://gwt-code-reviews.appspot.com/546801/show Affected files: M dev/core/src/com/google/gwt/core/ext/linker/impl/StandardLinkerContext.java M

Re: [gwt-contrib] 1.3.1 gwt-maven-plugin in 2.1.0 M1 ??

2010-05-20 Thread Ray Cromwell
Nicolas, Sorry I didn't give you a heads up, I had to patch some things at the last minute for Google I/O Keynote, and I did not think there was sufficient time to turn around a patch and get it committed, so temporarily, there's a forked maven plugin (the version # 1.3.1.google should give it