[gwt-contrib] Re: Improving event handling, as initiated in 1.6

2010-05-31 Thread Brendan Kenny
Rob -- You might have already seen this, but Thomas created a wave on the topic to get things moving https://wave.google.com/wave/#restored:wave:googlewave.com!w%252Bux7zL81XA post I/O seems to be the general timeframe, but I know I'm eager to help create a more extensible system as well. Many

[gwt-contrib] CompilePerms and classpath loading problem.

2010-05-31 Thread Marko Vuksanovic
I'm working on a distributed build system for gwt and I seem to have run into 2 problems. First problem is related to UiBinder. Once I transfer all the files to the remote machine (that is src, required jars and result emitted by precompile step) I changed the classpath context and executed

Re: [gwt-contrib] CompilePerms and classpath loading problem.

2010-05-31 Thread Scott Blum
On Mon, May 31, 2010 at 12:41 PM, Marko Vuksanovic markovuksano...@gmail.com wrote: I'm working on a distributed build system for gwt and I seem to have run into 2 problems. First problem is related to UiBinder. Once I transfer all the files to the remote machine (that is src, required jars

[gwt-contrib] Re: Introducing PrunerTest. It generates 85% of branch coverage for Pruner. (issue474803)

2010-05-31 Thread scottb
LGTM http://gwt-code-reviews.appspot.com/474803/diff/12001/13009 File dev/core/test/com/google/gwt/dev/jjs/impl/OptimizerTestBase.java (right): http://gwt-code-reviews.appspot.com/474803/diff/12001/13009#newcode29 dev/core/test/com/google/gwt/dev/jjs/impl/OptimizerTestBase.java:29: * Test case

[gwt-contrib] Re: CompilePerms and classpath loading problem.

2010-05-31 Thread Marko Vuksanovic
On May 31, 7:20 pm, Scott Blum sco...@google.com wrote: On Mon, May 31, 2010 at 12:41 PM, Marko Vuksanovic markovuksano...@gmail.com wrote: I'm working on a distributed build system for gwt and I seem to have run into 2 problems. First problem is related to UiBinder. Once I

Re: [gwt-contrib] Re: CompilePerms and classpath loading problem.

2010-05-31 Thread Marko Vuksanovic
I just tried classLoader.getResource(hr/example/orka/ client/panels/MainPanel.ui.xml) and this worked ok. The resource was correctly fetched. On Mon, May 31, 2010 at 7:42 PM, Marko Vuksanovic markovuksano...@gmail.com wrote: On May 31, 7:20 pm, Scott Blum sco...@google.com wrote: On Mon,