Re: Multiple Entry Points & GWT Designer, how to choose..

2011-10-28 Thread Konstantin Scheglov
Well, if you have 20 UiBinder templates, you probably don't want to change all of them. I have been using this mechanism and it works great.. > > but i was thinking later that it would be so much better if we could > specify the > EntryPoint to use in the ui.xml file, that way there is no need

Re: Multiple Entry Points & GWT Designer, how to choose..

2011-10-28 Thread John Gentilin
I have been using this mechanism and it works great.. but i was thinking later that it would be so much better if we could specify the EntryPoint to use in the ui.xml file, that way there is no need to switch... i.e. -John G On Oct 24, 11:24 am, "Eric Clayberg (Google)" wrote: > It should be a

Re: Multiple Entry Points & GWT Designer, how to choose..

2011-10-24 Thread Eric Clayberg (Google)
It should be available in the latest GWT Designer build. Heres how to use it... 1. Create a GWT project with a GWT module, moduleA.gwt.xml file. 2. Create a second GWT module, moduleB.gwt.xml in the same folder. 3. If you want to make sure that GWT Designer uses moduleB.gwt.xml, add the followin

Re: Multiple Entry Points & GWT Designer, how to choose..

2011-10-22 Thread John Gentilin
Konstantin, When you say this is in trunk, is it in the release version.. I've search around but haven't found any reference to gwtd.module.use. To get by I have been renaming the entry points I am not using to .txt, would be nice to take advantage of the gwtd.module.use feature if it exists today

Re: Multiple Entry Points & GWT Designer, how to choose..

2011-10-12 Thread Konstantin Scheglov
Yes, there is no need for a ticket. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/cX4Xg0EUYNIJ. To post to this group, send email to google-we

Re: Multiple Entry Points & GWT Designer, how to choose..

2011-10-11 Thread John Gentilin
Are you saying there is no need for a ticket now ?? Are GPE issues added to the GWT project or do they have their own ? ie. http://code.google.com/p/google-web-toolkit/ Thanks John Gentilin On Oct 11, 6:13 am, Konstantin Scheglov wrote: > Support "gwtd.module.use" marker  to choose single modu

Re: Multiple Entry Points & GWT Designer, how to choose..

2011-10-11 Thread Konstantin Scheglov
Support "gwtd.module.use" marker to choose single module was added to GWTD trunk. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/rt0ELJ12stgJ

Re: Multiple Entry Points & GWT Designer, how to choose..

2011-10-10 Thread Konstantin Scheglov
Can you please open GWT issue for this feature request? What we could add into GWT Designer is support for special "marker" comment, which will force using marked GWT module file by GWT Designer. Something like somewhere inside. -- You received this message because you are subscribed to the Go

Re: Multiple Entry Points & GWT Designer, how to choose..

2011-10-10 Thread Konstantin Scheglov
No, GWT Designer always uses first module with EntryPoint in given package. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/wEkbgcKQEy8J. To pos

Multiple Entry Points & GWT Designer, how to choose..

2011-10-10 Thread John Gentilin
After much thought I decided that the best way to accomplish what I am trying to do was to use multiple Entry Points.. One down side is that it seems that GWT Designer will pick up the first one it sees in the directory.. Is there a way to tell GWT Designer which is the current Entry Point to use