Hi, I found the solution: I have exported my project A (that contain the DTO classes) to a JAR file containing source code seeming like standard GWT JARS (I’ve compared my JAR with GWT JAR and I haven’t found any structure difference) and I modified compilation batch (java –cp) pointing to this JAR. Changing compilation batch and adding the source folder of my project A, GWT compilation works fine.
I don’t know if it’s a bug or not but pointing to JAR file, GWT compilation understand inherit from gwt.xml file but doesn’t compile entire module because in client side (Java files inside client package) classes inherited are not visible. Pointing to the source folder, everything works. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
