Dear all, I'm writing a GWT app which has three tiers: a client, an RPC server (using the GWT RPC mechanism) and a further back-end server (RMI) used by the GWT service.
Some classes, containing data, are used by all three tiers. Hence they are placed in package com.myapp.common . Since these classes do not really belong to a distinct tier, i placed them in a separate project. But since they ARE needed by the client, i DO want the GWT compiler to translate them. My problem: how can i tell GWT (1.5.3) to translate these classes? (Without moving them into the client project because that would just be ugly.) Is there a way to have the <source> tag in the .gwt.xml file refer to a package stored in an external project? Thanks, Mike BTW: in an earlier project, using GWT 1.4 instead of 1.5 i did the same thing and that compiled without problems. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
