On 24 October 2011 10:06, Prat2511 <[email protected]> wrote: > 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. > > Plz help me with this issue..
The compiled stuff doesn't contain the source code. It's needed to use modules. You have to change the compile settings. -- - - -- Csanyi Andras (Sayusi Ando) -- http://sayusi.hu -- http://facebook.com/andras.csanyi -- ""Trust in God and keep your gunpowder dry!" - Cromwell -- 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.
