I have an existing Java web application. I am trying to add a GWT
component. I have a main source folder called src. I have a GWT
package under src as well in com.vzb... My main source for the app is
in com.wcom... The GWT application compiles and works great with my
test app, however, when I try to link a class file from com.wcom... it
fails with this error:
Removing units with errors
[ERROR] Errors in 'file:/C:/workspaces/esp_HEAD/src/com/vzb/gwtapps/
threshold
/client/InfoVistaThreshold.java'
[ERROR] Line 136: No source code is available for type
com.wcom.esp.model.
entitysession.EntityListObject; did you forget to inherit a required
module?
Compiling module com.vzb.gwtapps.threshold.InfoVistaThreshold
Computing all possible rebind results for
'com.vzb.gwtapps.threshold.client.Info
VistaThreshold'
Rebinding com.vzb.gwtapps.threshold.client.InfoVistaThreshold
Checking rule <generate-with
class='com.google.gwt.user.rebind.ui.ImageBun
dleGenerator'/>
[ERROR] Unable to find type
'com.vzb.gwtapps.threshold.client.InfoVista
I have the jar which EntityListObject resides on the class path in the
build script.
Any ideas?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---