[gwt-contrib] [google-web-toolkit] r10632 committed - Add ability to control time zone in DateCell....

2011-09-08 Thread codesite-noreply
Revision: 10632 Author: gwt.mirror...@gmail.com Date: Thu Sep 8 05:48:56 2011 Log: Add ability to control time zone in DateCell. Review at http://gwt-code-reviews.appspot.com/1539803 Review by: jlaba...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=10632

[gwt-contrib] Re: Convert DynaTableRF to use maven. Clean up the docs in the other two (issue1537803)

2011-09-08 Thread drfibonacci
LGTM No changes needed. Nice Mavenizing! http://gwt-code-reviews.appspot.com/1537803/diff/3001/samples/dynatablerf/pom.xml File samples/dynatablerf/pom.xml (right): http://gwt-code-reviews.appspot.com/1537803/diff/3001/samples/dynatablerf/pom.xml#newcode26 samples/dynatablerf/pom.xml:26:

Re: [gwt-contrib] Re: Convert DynaTableRF to use maven. Clean up the docs in the other two (issue1537803)

2011-09-08 Thread Hilco Wijbenga
On 8 September 2011 09:41, Ray Ryan rj...@google.com wrote: On Thu Sep 08 08:52:42 GMT-700 2011, drfibona...@google.com wrote: LGTM No changes needed. Nice Mavenizing! Thanks. I can copy and paste with the best of them.

Re: [gwt-contrib] maven source jars

2011-09-08 Thread David Chandler
Maven push scripts are up for review, still making small tweaks: http://gwt-code-reviews.appspot.com/1520810/ On Wed, Aug 31, 2011 at 3:37 PM, Stephen Haberman stephen.haber...@gmail.com wrote: so renaming it without regenerating or stripping the JarIndex (META-INF/INDEX.LIST) generates

Re: [gwt-contrib] maven source jars

2011-09-08 Thread Jeff Larsen
Are you interested in an ant build target that pushes gwt builds into your local repo? If so, I've got that setup on my machine locally, and with some minor tweeks to it, I could use what you guys have for your push script. I've found it useful for myself. On Thu, Sep 8, 2011 at 12:13 PM, David

Re: [gwt-contrib] less name mangling

2011-09-08 Thread Stephen Haberman
http://gwt-code-reviews.appspot.com/1542804/ Well. I'm stuck on this TODO: https://github.com/stephenh/scalagwt-gwt/blob/lessnamemangling/dev/core/src/com/google/gwt/dev/javac/CompilationStateBuilder.java#L106 For some reason when I put it in, I thought it would be easy to come back later and

[gwt-contrib] Fixes ant build of DynatableRf sample (issue1537804)

2011-09-08 Thread rchandia
Reviewers: unnurg, rjrjr, Description: Fixes ant build of DynatableRf sample Please review this at http://gwt-code-reviews.appspot.com/1537804/ Affected files: M samples/build.xml A samples/dynatablerf/build.xml Index: samples/build.xml

[gwt-contrib] Re: Fixes ant build of DynatableRf sample (issue1537804)

2011-09-08 Thread rjrjr
On 2011/09/08 18:43:20, rchandia wrote: LGTM http://gwt-code-reviews.appspot.com/1537804/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Scripts and configuration to upload GWT bits to Maven repos (issue1520810)

2011-09-08 Thread drfibonacci
POM changes done, rchandia still working on script exit conditions http://gwt-code-reviews.appspot.com/1520810/diff/1/maven/poms/gwt/gwt-soyc-vis/pom-template.xml File maven/poms/gwt/gwt-soyc-vis/pom-template.xml (right):

[gwt-contrib] Re: Scripts and configuration to upload GWT bits to Maven repos (issue1520810)

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

[gwt-contrib] [google-web-toolkit] r10634 committed - Fixes ant build of DynatableRf sample...

2011-09-08 Thread codesite-noreply
Revision: 10634 Author: rchan...@google.com Date: Thu Sep 8 10:23:31 2011 Log: Fixes ant build of DynatableRf sample Review at http://gwt-code-reviews.appspot.com/1537804 http://code.google.com/p/google-web-toolkit/source/detail?r=10634 Added: /trunk/samples/dynatablerf/build.xml

[gwt-contrib] Re: Fixes ant build of DynatableRf sample (issue1537804)

2011-09-08 Thread rchandia
Submitted as r10634 http://gwt-code-reviews.appspot.com/1537804/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Scripts and configuration to upload GWT bits to Maven repos (issue1520810)

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

[gwt-contrib] [google-web-toolkit] r10636 committed - Fix http://code.google.com/p/google-web-toolkit/issues/detail?id=6161...

2011-09-08 Thread codesite-noreply
Revision: 10636 Author: rj...@google.com Date: Thu Sep 8 10:49:11 2011 Log: Fix http://code.google.com/p/google-web-toolkit/issues/detail?id=6161 by dying on suspicious looking namespaces. Also keep StackLayoutPanelParser from generating bad code for such things. Review at

[gwt-contrib] Re: Deprecate DeferredCommand and IncrementalCommand. (issue982802)

2011-09-08 Thread Eric Ayers
http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/user/client/DeferredCommand.html has a pointer to the blessed alternative (Scheduler). @Doug, can you flag this page as needing an update? On Thu, Sep 8, 2011 at 4:43 PM, mark.w...@potentbyte.com wrote: Since this is

Re: [gwt-contrib] less name mangling

2011-09-08 Thread Stephen Haberman
That is exactly what I was getting at in the earlier discussion -- conversion to a source name (which this essentially is, just separated at the dots for you) is lossy. Right, that is primarily what my patch is attempting to fix. This was one the spot (...well, deferred binding aside) I

[gwt-contrib] Re: Deprecate DeferredCommand and IncrementalCommand. (issue982802)

2011-09-08 Thread Ray Ryan
This isn't a release notes issue. The deprecation happened quite a while ago. DevGuideCodingBasicsDelayed.html is very, very out of date. On Thu, Sep 8, 2011 at 3:31 PM, Doug Anderson do...@google.com wrote: Eric: I can note this and any other deprecation you want in the release notes for

[gwt-contrib] [google-web-toolkit] r10637 committed - Integrates r10634 to releases/2.4, fix breakage from DynaTableRf maven...

2011-09-08 Thread codesite-noreply
Revision: 10637 Author: rj...@google.com Date: Thu Sep 8 12:26:49 2011 Log: Integrates r10634 to releases/2.4, fix breakage from DynaTableRf maven conversion http://code.google.com/p/google-web-toolkit/source/detail?r=10637 Added: /releases/2.4/samples/dynatablerf/build.xml

[gwt-contrib] Converts the validation sample to build with maven. (issue1537805)

2011-09-08 Thread rjrjr
Reviewers: drfibonacci, rchandia, Description: Converts the validation sample to build with maven. Please review this at http://gwt-code-reviews.appspot.com/1537805/ Affected files: D eclipse/samples/Validation/.checkstyle D eclipse/samples/Validation/.classpath D

[gwt-contrib] Re: Converts the validation sample to build with maven. (issue1537805)

2011-09-08 Thread rjrjr
I'm stuck. At runtime in dev mode (when I send a name to be validated from the client), I'm getting No source code is available errors for the hibernate validators. e.g. 00:00:57.069 [ERROR] Errors in

[gwt-contrib] Re: Converts the validation sample to build with maven. (issue1537805)

2011-09-08 Thread rjrjr
http://gwt-code-reviews.appspot.com/1537805/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Converts the validation sample to build with maven. (issue1537805)

2011-09-08 Thread rjrjr
http://gwt-code-reviews.appspot.com/1537805/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Converts the validation sample to build with maven. (issue1537805)

2011-09-08 Thread rjrjr
Getting closer, still not ready for review. I learned how to pull in both the binary and the source for hibernate validator. Now getting the app's An error occurred dialog when sending, nothing in the console. At launch still seeing the ClassNotFound exception below. Will debug in the morning,

[gwt-contrib] Re: Converts the validation sample to build with maven. (issue1537805)

2011-09-08 Thread Nick Chalko
On Thu, Sep 8, 2011 at 5:00 PM, rj...@google.com wrote: Getting closer, still not ready for review. I learned how to pull in both the binary and the source for hibernate validator. Now getting the app's An error occurred dialog when sending, nothing in the console. At launch still seeing

[gwt-contrib] Re: Converts the validation sample to build with maven. (issue1537805)

2011-09-08 Thread Nick Chalko
org.hibernate.validator.**constraints.impl.**ScriptAssertValidator So ScriptAssertValidator should not be getting compiled. Let me try to find where it is excluded. user/src/org/hibernate/validator/HibernateValidator.gwt.xml excludes that file with. source path=constraints