Friday, September 17, 2010

[ERROR] [gmn] Unable to find 'gmn.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?

hey everybody,

I am new to gwt programing, and I could really use some help..
I have been writing a GWT application with eclipse. I have a GMN.JAVA that has
a class that I created. and I keep getting this error, what is the problem
here?
a little about my hierchy:
GMN/src/com/gmn/ui/client/GMN.java
GMN/src/com/gmn/ui/server/GMNworld.java

my XML file: GMN/src/com/ui/GMN.gwt.xml

<?xml version="1.0" encoding="UTF-8"?>
<module rename-to='GMN'>
<!-- Inherit the core Web Toolkit stuff. -->
<inherits name='com.google.gwt.user.User'/>

<!-- Inherit the default GWT style sheet. You can change -->
<!-- the theme of your GWT application by uncommenting -->
<!-- any one of the following lines. -->
<inherits name='com.google.gwt.user.theme.standard.Standard'/>
<!-- <inherits name='com.google.gwt.user.theme.chrome.Chrome'/> -->
<!-- <inherits name='com.google.gwt.user.theme.dark.Dark'/> -->

<!-- Other module inherits -->

<!-- Specify the app entry point class. -->
<entry-point class='com.gmn.ui.client.GMN'/>

<!-- Specify the paths for translatable code -->
<source path='client'/>
<source path='server'/>
<source path='shared'/>

</module>


HELP!!

--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment