[gwt-contrib] [google-web-toolkit] r10556 committed - Fix for errors in type checking of GWT LogRecord. The incorrect type...

2011-08-18 Thread codesite-noreply
Revision: 10556 Author: gwt.mirror...@gmail.com Date: Thu Aug 18 10:35:36 2011 Log: Fix for errors in type checking of GWT LogRecord. The incorrect type was being checked for, and the method signature for the instantiate method was incorrect. And the test method was not doing the rig

Re: [gwt-contrib] maven source jars

2011-08-18 Thread Stephen Haberman
> Is there a script/ant target I'm missing, or is this done with some > script that isn't published? If so, could it be published? (To create the gwt-servlet-X-sources.jar that ends up in maven repos.) Ping? - Stephen -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Comment on AutoBean in google-web-toolkit

2011-08-18 Thread codesite-noreply
Comment by gabriel@gmail.com: I have another problem and I hope you guys could help me out. I have an interface named BaseValue void setValue(String value); void setValues(List value); String getValue(); List getValues(); and utils methods such as int getValueAsInt(); As I have understood

[gwt-contrib] Adding integration with m2e 1.0 to MobileWebApp sample (issue1528804)

2011-08-18 Thread rchandia
Reviewers: drfibonacci, rdayal, Description: Adding integration with m2e 1.0 to MobileWebApp sample Please review this at http://gwt-code-reviews.appspot.com/1528804/ Affected files: M samples/mobilewebapp/pom.xml Index: samples/mobilewebapp/pom.xml

[gwt-contrib] Re: Fix http://code.google.com/p/google-web-toolkit/issues/detail?id=6161 (issue1520807)

2011-08-18 Thread Ray Ryan
No, but I'm not sure it can be. The error is actually legitimate: you have @UiField Label and you're trying to stick an instance of Element in it, in this case a funny looking one: ... My alternative is to make this error fatal, which means that you could not use binder to render prefixed dom elem

[gwt-contrib] [google-web-toolkit] r10555 committed - Edited wiki page RequestFactoryInterfaceValidation through web user in...

2011-08-18 Thread codesite-noreply
Revision: 10555 Author: rj...@google.com Date: Thu Aug 18 11:17:07 2011 Log: Edited wiki page RequestFactoryInterfaceValidation through web user interface. http://code.google.com/p/google-web-toolkit/source/detail?r=10555 Modified: /wiki/RequestFactoryInterfaceValidation.wiki

[gwt-contrib] [google-web-toolkit] r10554 committed - Edited wiki page RequestFactoryInterfaceValidation through web user in...

2011-08-18 Thread codesite-noreply
Revision: 10554 Author: rj...@google.com Date: Thu Aug 18 11:06:00 2011 Log: Edited wiki page RequestFactoryInterfaceValidation through web user interface. http://code.google.com/p/google-web-toolkit/source/detail?r=10554 Modified: /wiki/RequestFactoryInterfaceValidation.wiki

[gwt-contrib] [google-web-toolkit] r10553 committed - Edited wiki page RequestFactoryInterfaceValidation through web user in...

2011-08-18 Thread codesite-noreply
Revision: 10553 Author: rj...@google.com Date: Thu Aug 18 11:05:09 2011 Log: Edited wiki page RequestFactoryInterfaceValidation through web user interface. http://code.google.com/p/google-web-toolkit/source/detail?r=10553 Modified: /wiki/RequestFactoryInterfaceValidation.wiki

[gwt-contrib] [google-web-toolkit] r10552 committed - Edited wiki page RequestFactoryInterfaceValidation through web user in...

2011-08-18 Thread codesite-noreply
Revision: 10552 Author: rj...@google.com Date: Thu Aug 18 11:04:28 2011 Log: Edited wiki page RequestFactoryInterfaceValidation through web user interface. http://code.google.com/p/google-web-toolkit/source/detail?r=10552 Modified: /wiki/RequestFactoryInterfaceValidation.wiki

[gwt-contrib] Re: Updates MobileWebApp to use GWT Maven Plugin 2.3.0-1 (issue1525806)

2011-08-18 Thread rchandia
Submitted as r10549 On 2011/08/18 16:07:27, rjrjr wrote: LGTM D'oh! I thought that was meant to be *our* version string. Sorry. On Thu Aug 18 08:55:54 GMT-700 2011, Rodrigo Chandia wrote: > According to the GWT maven plugin web page 2.3.0-1 is the latest version. > > http://mojo.code

[gwt-contrib] Re: Updates MobileWebApp to use GWT Maven Plugin 2.3.0-1 (issue1525806)

2011-08-18 Thread rchandia
Submitted as r10549 On 2011/08/18 16:07:27, rjrjr wrote: LGTM D'oh! I thought that was meant to be *our* version string. Sorry. On Thu Aug 18 08:55:54 GMT-700 2011, Rodrigo Chandia wrote: > According to the GWT maven plugin web page 2.3.0-1 is the latest version. > > http://mojo.code

[gwt-contrib] [google-web-toolkit] r10551 committed - New requestfactory-apt jar in support of the validation introduced in...

2011-08-18 Thread codesite-noreply
Revision: 10551 Author: gwt.mirror...@gmail.com Date: Thu Aug 18 10:56:20 2011 Log: New requestfactory-apt jar in support of the validation introduced in r10542, convenience for IDE users. See http://code.google.com/p/google-web-toolkit/wiki/RequestFactoryInterfaceValidation http:/

[gwt-contrib] [google-web-toolkit] r10550 committed - Revise CellTableBuilder API. In the earlier version, a Utility class i...

2011-08-18 Thread codesite-noreply
Revision: 10550 Author: pengzhu...@google.com Date: Thu Aug 18 07:20:07 2011 Log: Revise CellTableBuilder API. In the earlier version, a Utility class is used to render the rows/cells. The utility performs various checks to ensure the proper DOM structure. It also appends a cell id

[gwt-contrib] [google-web-toolkit] r10549 committed - Updates MobileWebApp to use GWT Maven Plugin 2.3.0-1...

2011-08-18 Thread codesite-noreply
Revision: 10549 Author: gwt.mirror...@gmail.com Date: Thu Aug 18 09:54:36 2011 Log: Updates MobileWebApp to use GWT Maven Plugin 2.3.0-1 - It now honors scope "provided" - Its is not necessary to clean up gwt-dev.jar nor gwt-user.jar Review at http://gwt-code-reviews.appspot.com/152580

[gwt-contrib] Re: Updates MobileWebApp to use GWT Maven Plugin 2.3.0-1 (issue1525806)

2011-08-18 Thread Thomas Broyer
On Thursday, August 18, 2011 5:55:37 PM UTC+2, Ray Ryan wrote: > > Since when? Early July: https://groups.google.com/d/topic/codehaus-mojo-gwt-maven-plugin-users/1dJZJVkukGU/discussion > I haven't seen the -1 before. > > > There was a 2.2.0-1

[gwt-contrib] Re: Updates MobileWebApp to use GWT Maven Plugin 2.3.0-1 (issue1525806)

2011-08-18 Thread Ray Ryan
LGTM D'oh! I thought that was meant to be *our* version string. Sorry. On Thu Aug 18 08:55:54 GMT-700 2011, Rodrigo Chandia wrote: > According to the GWT maven plugin web page 2.3.0-1 is the latest version. > > http://mojo.codehaus.org/gwt-maven-plugin/

[gwt-contrib] Re: Fix http://code.google.com/p/google-web-toolkit/issues/detail?id=6161 (issue1520807)

2011-08-18 Thread rjrjr
Ready for review http://gwt-code-reviews.appspot.com/1520807/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Updates MobileWebApp to use GWT Maven Plugin 2.3.0-1 (issue1525806)

2011-08-18 Thread Rodrigo Chandia
According to the GWT maven plugin web page 2.3.0-1 is the latest version. http://mojo.codehaus.org/gwt-maven-plugin/ El 18 de agosto de 2011 11:53, escribió: > > http://gwt-code-reviews.**appspot.com/1525806/diff/1/** > samples/mobilewebapp/pom.xml

[gwt-contrib] Re: Updates MobileWebApp to use GWT Maven Plugin 2.3.0-1 (issue1525806)

2011-08-18 Thread rjrjr
Since when? I haven't seen the -1 before. On 2011/08/18 15:53:28, rchandia wrote: http://gwt-code-reviews.appspot.com/1525806/diff/1/samples/mobilewebapp/pom.xml File samples/mobilewebapp/pom.xml (right): http://gwt-code-reviews.appspot.com/1525806/diff/1/samples/mobilewebapp/pom.xml#newcode

[gwt-contrib] Re: Updates MobileWebApp to use GWT Maven Plugin 2.3.0-1 (issue1525806)

2011-08-18 Thread rchandia
http://gwt-code-reviews.appspot.com/1525806/diff/1/samples/mobilewebapp/pom.xml File samples/mobilewebapp/pom.xml (right): http://gwt-code-reviews.appspot.com/1525806/diff/1/samples/mobilewebapp/pom.xml#newcode191 samples/mobilewebapp/pom.xml:191: 2.3.0-1 On 2011/08/18 15:34:16, rjrjr wrote: Wh

[gwt-contrib] Re: Updates MobileWebApp to use GWT Maven Plugin 2.3.0-1 (issue1525806)

2011-08-18 Thread rchandia
http://gwt-code-reviews.appspot.com/1525806/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r10547 committed - tag the 2.4.0 release

2011-08-18 Thread codesite-noreply
Revision: 10547 Author: mrruss...@google.com Date: Thu Aug 18 08:41:39 2011 Log: tag the 2.4.0 release http://code.google.com/p/google-web-toolkit/source/detail?r=10547 Added: /tags/2.4.0 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r10546 committed - removed for respin of 2.4.0

2011-08-18 Thread codesite-noreply
Revision: 10546 Author: mrruss...@google.com Date: Thu Aug 18 08:39:41 2011 Log: removed for respin of 2.4.0 http://code.google.com/p/google-web-toolkit/source/detail?r=10546 Deleted: /tags/2.4.0 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Updates MobileWebApp to use GWT Maven Plugin 2.3.0-1 (issue1525806)

2011-08-18 Thread rjrjr
http://gwt-code-reviews.appspot.com/1525806/diff/1/samples/mobilewebapp/pom.xml File samples/mobilewebapp/pom.xml (right): http://gwt-code-reviews.appspot.com/1525806/diff/1/samples/mobilewebapp/pom.xml#newcode191 samples/mobilewebapp/pom.xml:191: 2.3.0-1 What's the -1 for? Also, tab character i

[gwt-contrib] [google-web-toolkit] r10545 committed - Add missing libxpcomglue_s.a for Darwin FF5

2011-08-18 Thread codesite-noreply
Revision: 10545 Author: gwt.mirror...@gmail.com Date: Thu Aug 18 08:27:02 2011 Log: Add missing libxpcomglue_s.a for Darwin FF5 http://code.google.com/p/google-web-toolkit/source/detail?r=10545 Added: /plugin-sdks/gecko-sdks/gecko-5.0.0/Darwin-gcc3/lib/libxpcomglue_s.a ==

[gwt-contrib] [google-web-toolkit] r10544 committed - Edited wiki page RequestFactory_2_5 through web user interface.

2011-08-18 Thread codesite-noreply
Revision: 10544 Author: bobv%google@gtempaccount.com Date: Thu Aug 18 08:15:43 2011 Log: Edited wiki page RequestFactory_2_5 through web user interface. http://code.google.com/p/google-web-toolkit/source/detail?r=10544 Modified: /wiki/RequestFactory_2_5.wiki =

[gwt-contrib] [google-web-toolkit] r10543 committed - Created wiki page through web user interface.

2011-08-18 Thread codesite-noreply
Revision: 10543 Author: bobv%google@gtempaccount.com Date: Thu Aug 18 08:15:26 2011 Log: Created wiki page through web user interface. http://code.google.com/p/google-web-toolkit/source/detail?r=10543 Added: /wiki/RequestFactory_2_5.wiki === --

[gwt-contrib] Updates MobileWebApp to use GWT Maven Plugin 2.3.0-1 (issue1525806)

2011-08-18 Thread rchandia
Reviewers: rjrjr, drfibonacci, Description: Updates MobileWebApp to use GWT Maven Plugin 2.3.0-1 - It now honors scope "provided" - Its is not necessary to clean up gwt-dev.jar nor gwt-user.jar Please review this at http://gwt-code-reviews.appspot.com/1525806/ Affected files: M samples/mobil

[gwt-contrib] Re: Pretty massive refactoring of FieldManager and HtmlTemplates to make (issue1522803)

2011-08-18 Thread hermes
On 2011/08/18 00:21:22, rjrjr wrote: LGTM http://gwt-code-reviews.appspot.com/1522803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors