I have a group of model files defined in an external jar. These are the objects used in my applications. They are shared among many projects. I have no trouble using them on the server side but I can't seem to get the GWT compiler to work with them so I can bring them onto the client side. The files are defined in a separate war from my GWT and I added a .gwt.xml file to the Model war. The compiler seems to know its there (if for example I change the name of the module I inherit to something that doesn't exist it complains) BUT it doesn't seem to compile the Model source. It just goes right into the main GWT project and complains that the source for the model is missing.
I made sure the source files were included in the Model jar but it didn't help anything. I also confirmed that the .gwt.xml file exists in the jar. Do I need to compile them separately? Do I need a dummy entry point in the Model war? My current .gwt.xml just defined a source and a module name. Any help would be great because I'm kind of on a deadline. Thanks -- 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.
