How is the GWT compiler able to compile your server-side classes? GWT Designer is correct to include any source dirs you've specified in your gwt.xml.
/dmc On Tue, May 17, 2011 at 1:34 PM, Baloe <nielsba...@gmail.com> 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 google-web-toolkit@googlegroups.com. > To unsubscribe from this group, send email to > google-web-toolkit+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- David Chandler Developer Programs Engineer, Google Web Toolkit w: http://code.google.com/ b: http://googlewebtoolkit.blogspot.com/ t: @googledevtools -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.