Hi,
I had a working project that had two .gwt.xml files in it. I removed one that was no longer needed and did a gwt compile and it compiles without an errors. However when I try to launch it in dev mode I get the following error.
I searched the project for any reference to 'appname' and found nothing. Where is it getting modules to load from if not the remaining gwt.xml file?
I am using SmartGwt Pro 5.0p.
I had a working project that had two .gwt.xml files in it. I removed one that was no longer needed and did a gwt compile and it compiles without an errors. However when I try to launch it in dev mode I get the following error.
Code:
Loading modules
com.bc.ft.appname
[ERROR] Unable to find 'com/bc/ft/appname.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?
[ERROR] shell failed in doStartup methodI am using SmartGwt Pro 5.0p.