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.

Reply via email to