[gwt-contrib] Re: Updated speed tracer logging for JDTCompiler, CompilationStateBuilder (issue1356802)

2011-02-11 Thread scottb
LGTM http://gwt-code-reviews.appspot.com/1356802/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Added missing validation jars to gwt-user.jar. Fixes Issue 5950. (issue1323803)

2011-02-11 Thread rchandia
ping On 2011/02/09 15:22:04, rchandia wrote: Removed the hibernate validation implementation as it is not necessary. I guess we need to decide between adding stuff to gwt-user.jar with this approach or to add the respective jars to each gwtc invocation as in:

[gwt-contrib] Re: Added validation jars to all calls to GWTC to provide classes rquired by (issue1342803)

2011-02-11 Thread rchandia
ping On 2011/02/09 15:23:23, rchandia wrote: On 2011/02/08 19:02:29, rjrjr wrote: Don't you need to make the same changes to samples/expenses/pom.xml? Done. http://gwt-code-reviews.appspot.com/1342803/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Added validation jars to all calls to GWTC to provide classes rquired by (issue1342803)

2011-02-11 Thread nchalko
LGTM http://gwt-code-reviews.appspot.com/1342803/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Added validation jars to all calls to GWTC to provide classes rquired by (issue1342803)

2011-02-11 Thread nchalko
lgtm http://gwt-code-reviews.appspot.com/1342803/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Proactively gathers more method names for MethodArgNamesLookup. Before this (issue1359801)

2011-02-11 Thread zundel
http://gwt-code-reviews.appspot.com/1359801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Proactively gathers more method names for MethodArgNamesLookup. Before this (issue1359801)

2011-02-11 Thread zundel
updated patch http://gwt-code-reviews.appspot.com/1359801/diff/1/3 File dev/core/src/com/google/gwt/dev/javac/MethodParamCollector.java (right): http://gwt-code-reviews.appspot.com/1359801/diff/1/3#newcode48 dev/core/src/com/google/gwt/dev/javac/MethodParamCollector.java:48: if (declaringClass

[gwt-contrib] Re: Added missing validation jars to gwt-user.jar. Fixes Issue 5950. (issue1323803)

2011-02-11 Thread Ray Ryan
I'm confused by your last comment, I guess we need to decide..., which points back to this issue. Who are you asking to choose between what? On Fri, Feb 11, 2011 at 8:38 AM, rchan...@google.com wrote: ping On 2011/02/09 15:22:04, rchandia wrote: Removed the hibernate validation

[gwt-contrib] Re: Added missing validation jars to gwt-user.jar. Fixes Issue 5950. (issue1323803)

2011-02-11 Thread Rodrigo Chandia
Oh, sorry. I guess I pasted confusingly similar links. So far there are two approaches to fix Issue 5950: http://gwt-code-reviews.appspot.com/1323803/show (This one) http://gwt-code-reviews.appspot.com/1342803/show (The other one) El 11 de febrero de 2011 12:48, Ray Ryan rj...@google.com

[gwt-contrib] Re: Added missing validation jars to gwt-user.jar. Fixes Issue 5950. (issue1323803)

2011-02-11 Thread Nick Chalko
On Fri, Feb 11, 2011 at 10:11 AM, Rodrigo Chandia rchan...@google.comwrote: Oh, sorry. I guess I pasted confusingly similar links. So far there are two approaches to fix Issue 5950: http://gwt-code-reviews.appspot.com/1323803/show (This one) http://gwt-code-reviews.appspot.com/1342803/show

[gwt-contrib] Eclipse autoformatter update: allow assignments to wrap. (issue1354803)

2011-02-11 Thread rjrjr
Reviewers: zundel, Description: Eclipse autoformatter update: allow assignments to wrap. Please review this at http://gwt-code-reviews.appspot.com/1354803/show Affected files: M eclipse/settings/code-style/gwt-format.xml Index: eclipse/settings/code-style/gwt-format.xml

[gwt-contrib] Re: Eclipse autoformatter update: allow assignments to wrap. (issue1354803)

2011-02-11 Thread rjrjr
It's like eating potato chips, once you start... http://gwt-code-reviews.appspot.com/1354803/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Added missing validation jars to gwt-user.jar. Fixes Issue 5950. (issue1323803)

2011-02-11 Thread Rodrigo Chandia
El 11 de febrero de 2011 13:19, Nick Chalko ncha...@google.com escribió: On Fri, Feb 11, 2011 at 10:11 AM, Rodrigo Chandia rchan...@google.comwrote: Oh, sorry. I guess I pasted confusingly similar links. So far there are two approaches to fix Issue 5950:

[gwt-contrib] [google-web-toolkit] r9728 committed - Updated speed tracer logging for JDTCompiler, CompilationStateBuilder...

2011-02-11 Thread codesite-noreply
Revision: 9728 Author: gwt.mirror...@gmail.com Date: Fri Feb 11 07:11:32 2011 Log: Updated speed tracer logging for JDTCompiler, CompilationStateBuilder Review at http://gwt-code-reviews.appspot.com/1356802 Review by: zun...@google.com

[gwt-contrib] Re: Eclipse autoformatter update: allow assignments to wrap. (issue1354803)

2011-02-11 Thread zundel
Well, I personally like the way it looks: this.myPackage = StringInterner.get().intern( (myPackage.length() == 0) ? : (myPackage + '.')); becomes: this.myPackage = StringInterner.get().intern( (myPackage.length() == 0) ? : (myPackage + '.')); This is going to cause a

[gwt-contrib] Re: Eclipse autoformatter update: allow assignments to wrap. (issue1354803)

2011-02-11 Thread pdr
On 2011/02/11 18:51:18, zundel wrote: Well, I personally like the way it looks: this.myPackage = StringInterner.get().intern( (myPackage.length() == 0) ? : (myPackage + '.')); becomes: this.myPackage = StringInterner.get().intern( (myPackage.length() == 0) ?

Re: [gwt-contrib] Re: Eclipse autoformatter update: allow assignments to wrap. (issue1354803)

2011-02-11 Thread John Tamplin
On Fri, Feb 11, 2011 at 1:51 PM, zun...@google.com wrote: Well, I personally like the way it looks: this.myPackage = StringInterner.get().intern( (myPackage.length() == 0) ? : (myPackage + '.')); becomes: this.myPackage = StringInterner.get().intern(

[gwt-contrib] Re: Proactively gathers more method names for MethodArgNamesLookup. Before this (issue1359801)

2011-02-11 Thread jbrosenberg
LGTM + nits http://gwt-code-reviews.appspot.com/1359801/diff/6002/7 File dev/core/src/com/google/gwt/dev/javac/MethodParamCollector.java (right): http://gwt-code-reviews.appspot.com/1359801/diff/6002/7#newcode39 dev/core/src/com/google/gwt/dev/javac/MethodParamCollector.java:39: * visible in

[gwt-contrib] Re: Proactively gathers more method names for MethodArgNamesLookup. Before this (issue1359801)

2011-02-11 Thread zundel
http://gwt-code-reviews.appspot.com/1359801/diff/6002/7 File dev/core/src/com/google/gwt/dev/javac/MethodParamCollector.java (right): http://gwt-code-reviews.appspot.com/1359801/diff/6002/7#newcode39 dev/core/src/com/google/gwt/dev/javac/MethodParamCollector.java:39: * visible in the

Re: [gwt-contrib] Re: Eclipse autoformatter update: allow assignments to wrap. (issue1354803)

2011-02-11 Thread Ray Ryan
I can't find a way to weight the line breaks, to make it resort to assignments last. I'll drop this one. On Fri, Feb 11, 2011 at 10:57 AM, John Tamplin j...@google.com wrote: On Fri, Feb 11, 2011 at 1:51 PM, zun...@google.com wrote: Well, I personally like the way it looks: this.myPackage

[gwt-contrib] [google-web-toolkit] r9729 committed - Added antcount jars

2011-02-11 Thread codesite-noreply
Revision: 9729 Author: gwt.mirror...@gmail.com Date: Fri Feb 11 11:37:16 2011 Log: Added antcount jars http://code.google.com/p/google-web-toolkit/source/detail?r=9729 Added: /tools/antlib/COPYING.antcount /tools/antlib/antcount-1.2-src.jar /tools/antlib/antcount-1.2.jar

[gwt-contrib] Re: Added missing validation jars to gwt-user.jar. Fixes Issue 5950. (issue1323803)

2011-02-11 Thread Ray Ryan
If Dave has already LGTM'd one of the approaches as maven friendly, is there any reason not to go with that? What are the trade offs? On Fri, Feb 11, 2011 at 10:39 AM, Rodrigo Chandia rchan...@google.comwrote: El 11 de febrero de 2011 13:19, Nick Chalko ncha...@google.com escribió: On Fri,

[gwt-contrib] Re: Proactively gathers more method names for MethodArgNamesLookup. Before this (issue1359801)

2011-02-11 Thread scottb
LGTM http://gwt-code-reviews.appspot.com/1359801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Added missing validation jars to gwt-user.jar. Fixes Issue 5950. (issue1323803)

2011-02-11 Thread Rodrigo Chandia
El 11 de febrero de 2011 14:48, Ray Ryan rj...@google.com escribió: If Dave has already LGTM'd one of the approaches as maven friendly, is there any reason not to go with that? What are the trade offs? No LGTM from David Chandler yet. But aside from that, from what David and I have

[gwt-contrib] Re: Added validation jars to all calls to GWTC to provide classes rquired by (issue1342803)

2011-02-11 Thread rjrjr
LGTM http://gwt-code-reviews.appspot.com/1342803/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Added missing validation jars to gwt-user.jar. Fixes Issue 5950. (issue1323803)

2011-02-11 Thread Ray Ryan
I was *convinced* those two numbers were the same. Dueling 803's! I agree, the de-bundled one smells a lot better. LGTM'd it. On Fri, Feb 11, 2011 at 12:11 PM, Rodrigo Chandia rchan...@google.comwrote: El 11 de febrero de 2011 14:48, Ray Ryan rj...@google.com escribió: If Dave has already

[gwt-contrib] [google-web-toolkit] r9730 committed - Proactively gathers more method names for MethodArgNamesLookup. Befor...

2011-02-11 Thread codesite-noreply
Revision: 9730 Author: zun...@google.com Date: Fri Feb 11 10:29:39 2011 Log: Proactively gathers more method names for MethodArgNamesLookup. Before this logic was only interested in abstract methods. Now it collects any non local methods with at least one argument. Review at

[gwt-contrib] [google-web-toolkit] r9731 committed - Added validation jars to all calls to GWTC to provide classes rquired ...

2011-02-11 Thread codesite-noreply
Revision: 9731 Author: rchan...@google.com Date: Fri Feb 11 11:12:39 2011 Log: Added validation jars to all calls to GWTC to provide classes rquired by client-side validation. Fixes Issue 5950. Review at http://gwt-code-reviews.appspot.com/1342803

<    1   2