[gwt-contrib] Re: Compiling demos in incubator

2009-02-27 Thread Isaac Truett
Uwe, If you change build.xml line 435 to use ${demo.src.dir} instead of src-demo then you can specify any demo to build using command line parameters: -Ddemo.src.dir=src -Ddemo.filter=**/GlassPanelDemo.gwt.xml Note that many of the src/com/google/gwt/demos modules are obsolete and at least one

[gwt-contrib] Re: Compiling demos in incubator

2009-02-27 Thread Uwe Maurer
Thanks, I will try this. Uwe On Feb 27, 3:03 pm, Isaac Truett itru...@gmail.com wrote: Uwe, If you change build.xml line 435 to use ${demo.src.dir} instead of src-demo then you can specify any demo to build using command line parameters: -Ddemo.src.dir=src