Muhannad schrieb: > I'm trying to build .war file using Ant. I get this error: > > gwtcompile: > [java] Loading module 'com.MyCom.client.MyApp' > [java] [ERROR] Unable to find 'com/MyCom/client/MyApp.gwt.xml' on > your classpath; could be a typo, or maybe you forgot to include a > classpath entry for source? > [java] [ERROR] Build failed > [java] Java Result: 1 > > I check the path and I found the required file 'MyApp.gwt.xml' at 'com/ > MyCom/' not at 'com/MyCom/client/' and this is created by > projectCreator and applicationCreator.
Please show the target you defined to compile the GWT-application. It seems that the path you are refering to is not passed to the GWTCompiler in a correct way. Regards, Lothar --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
