Hi all, I've been developing an application with two different modules, one for the application itself and another one for a generic administration panel that I can reuse for other applications.
I create a jar file containing the class and the java files of the administration panel in the same directory, plus the module description and the html files.I inherit the module in my application I add it to the classpath, then I launch the compilation. Everything seems to work fine, I just see some warnings regarding the administration panel because of the use of a HashMap (this should be normal) and the html files are created in my webapp output directory. My problem is that once the compilation's done, I can only see one xxx.nocache.js file, the one for the administration panel is missing. If I compile my administration panel separately, this js file is generated and I can copy it manually on the application generated directory but I was expecting that GWT would also create the Javascript file also when I'm inheriting a module. What am I doing wrong ? Any ideas ? Thank you in advance --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---