Just so that we are clear on terminology...GWT Designer does not compile anything. It does offer optional client side validations which you can turn off. Have you tried turning off the "WindowBuilder > GWT > Builder > Check for 'client' claspath" option described here (requires the full version of GWT Designer)...
http://code.google.com/webtoolkit/tools/gwtdesigner/preferences/gwt/preferences_builder.html On May 17, 9:34 am, Baloe <[email protected]> wrote: > Hi all, > > Is there any way to restrict GWT Designer to only certain packages? > > We have a serieus problem with this right now. We have some entity > classes (in the shared package) with annotations. These annotations > are implemented server-side, and we cannot move the classes to the > serverside because we also read/write the entity classes in the client > package. But, GWT Designer also wants to compile these classes. > > Another thing that is happening right now is that GWT Designer starts > also to compile our test package, which doesn't succeed because these > classes can never be compiled at client-side. > > So, how do we restrict GWT Designer? Later on it will randomly chose > to compile our server package as well, which means that we should put > our /server package in another eclipse project ;) > > Thanks for any hints, > Baloe -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
