Hi I am new to GWT
i was trying to run gwtcmis-sample. link : -
http://code.google.com/p/gwt-cmis/wiki/GwtCMISClientSample
i add all the jar file which is necessary for running this project in
lib.
when I run this Project
its show many error
[ERROR] [cimsapplication] - Line 113: No source code is available for
type org.gwtcmis.model.restatom.AtomEntry; did you forget to inherit a
required module?
[ERROR] [cimsapplication] - Line 130: No source code is available for
type org.gwtcmis.model.EnumBaseObjectTypeIds; did you forget to
inherit a required module?
..
when i try to inherit this in xml file like this.
<inherits name='com.gwt.model.restatom.AtomEntry'/>
<inherits name='com.gwt.model.EnumBaseObjectTypeIds'/>
i cant see the url
http://127.0.0.1:8888/CIMSApplication.html?gwt.codesvr=127.0.0.1:9997
to run the Project.
but when i remove all the inherit from XML except <inherits
name='com.google.gwt.user.User'/>
i can c the URL. but many errors like i mentioned above.
--
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.