Hi,
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.
Any help please?
P.S.
the compilation is working well on hosted mode.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---