HI

I have an Eclipse GWT project working good as long as I keep linked another 
project to the classpath.

But when I compile the other project into a jar file, unlink the classpath 
and put this jar file into the folder war/WEB-INF/lib and add it in the 
classpath
the gwt project compile, but when I run it I get the following error:

[TRACE] [gwt_mwp_sample] - Finding entry point classes
[ERROR] [gwt_mwp_sample] - Errors in 
'file:/C:/Users/Fast3r1x/workspace/GWT-MWP-Sample/src/com/samples/client/GreetingServiceAsync.java'
[ERROR] [gwt_mwp_sample] - Line 4: The import com.sf cannot be resolved
[ERROR] [gwt_mwp_sample] - Line 10: GTable cannot be resolved to a type
[ERROR] [gwt_mwp_sample] - Unable to find type 
'com.lynxspa.samples.client.GWT_MWP_Sample'
[ERROR] [gwt_mwp_sample] - Hint: Previous compiler errors may have made 
this type unavailable
[ERROR] [gwt_mwp_sample] - Hint: Check the inheritance chain from your 
module; it may not be inheriting a required module or a module may not be 
adding its source path entries properly
[ERROR] [gwt_mwp_sample] - Failed to load module 'gwt_mwp_sample' from user 
agent 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like 
Gecko) Chrome/22.0.1229.92 Safari/537.4' at 127.0.0.1:52123

and this is the lib.gwt.xml in the other project folder (path) also present 
into the jar file

<module>
  <inherits name="com.google.gwt.visualization.Visualization"/>
  <inherits name="com.google.gwt.core.Core" />
  
  <source path="gtable"/>
  <source path="renderer" />
</module>

More: in the jar file there are also 3 jar already present in the GWT 
project because they are need to compile the jar, but also needed to run 
the GWT project

Thanks in Advance
Fabio


-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/bGX0F7JDjL0J.
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.

Reply via email to