I just installed a new copy of Aptana 2.0.4 (Eclipse 3.5.2) and
installed the GWT/Eclipse Plugin/GAE from
http://google-web-toolkit.googlecode.com/svn/2.1.0.M1/eclipse/plugin/3.5

I created a sample GWT project (New Web Application Project) and ran
the html w/o making ANY modifications. It runs fine in my browser but
I see these same msgs in the 'Development Mode' window.

16:05:35.826 [ERROR] [test] Errors in 'jar:file:/E:/Program%20Files/
Aptana/Aptana%20Studio%202.0/plugins/com.google.gwt.eclipse.sdkbundle.
2.1.0_2.1.0.m1-201005191217/gwt-2.1.0.M1/gwt-bikeshed.jar!/com/google/
gwt/valuestore/ui/AbstractRecordEditActivity.java'
   16:05:36.617 [ERROR] [test] Line 37: No source code is available
for type com.google.gwt.requestfactory.shared.RequestFactory; did you
forget to inherit a required module?
   16:05:36.637 [ERROR] [test] Line 81: No source code is available
for type com.google.gwt.requestfactory.shared.Receiver<V>; did you
forget to inherit a required module?
   16:05:36.647 [ERROR] [test] Line 81: No source code is available
for type com.google.gwt.requestfactory.shared.SyncResult; did you
forget to inherit a required module?

.... this goes on for a few more methods/objects.

Any help with this please? Do I just wait for a refresh on GWT?

On Jun 23, 5:21 am, Jim <[email protected]> wrote:
> When I run bikeshed, I got the following error. I can not fix this
> problems by following Eclipse.readme and turorials from DataNucleus.
> Can somebody kindly provide the working bikeshedsourcecodein
> Eclipse project so I can learn GWT 2.1 without wasting my time on
> DataNucleus. I appreciate your kindness.
>
> Found Meta-Data for class
> com.google.gwt.sample.expenses.server.domain.Expense but this class is
> not enhanced!! Please enhance the class before running DataNucleus.
> org.datanucleus.exceptions.NucleusUserException: Found Meta-Data for
> class com.google.gwt.sample.expenses.server.domain.Expense but this
> class is not enhanced!! Please enhance the class before running
> DataNucleus.
>         at
> org.datanucleus.metadata.MetaDataManager.initialiseClassMetaData(MetaDataManager.java:
> 2225)
>         at
> org.datanucleus.metadata.MetaDataManager.initialiseFileMetaData(MetaDataManager.java:
> 2176)
>         at
> org.datanucleus.metadata.MetaDataManager.initialiseFileMetaDataForUse(MetaDataManager.java:
> 881)
>         at
> org.datanucleus.metadata.MetaDataManager.loadPersistenceUnit(MetaDataManager.java:
> 794)
>         at
> org.datanucleus.jpa.EntityManagerFactoryImpl.initialisePMF(EntityManagerFactoryImpl.java:
> 488)
>         at
> org.datanucleus.jpa.EntityManagerFactoryImpl.<init>(EntityManagerFactoryImpl.java:
> 355)
>
> On Jun 23, 6:13 am, KenJi_getpowered <[email protected]> wrote:
>
> > Thanks BlessedGeek,
>
> > It works perfectly with that line   <inherits
> > name='com.google.gwt.requestfactory.RequestFactory'/>
>
> > My app is totally functionnal and I was even able to add the new Data
> > Presentation Widget.
>
> > FYI: Correction is not yet included in the GWT 2.1 M1 version
>
> > On 25 mai, 15:34, Thomas Broyer <[email protected]> wrote:
>
> > > On 24 mai, 01:53, Blessed Geek <[email protected]> wrote:
>
> > > > I went into bikeshed jar in gwt2.1m1 plugin directory in eclipse and
> > > > edited ValueStore.gwt.xml to insert the line
>
> > > >   <inherits name='com.google.gwt.requestfactory.RequestFactory'/>.
>
> > > > After which, GWT copiulation proceeded without error and my
> > > > application ran without error or interference from bikeshed demo.
>
> > > > The question remains, why is the bikeshed app included in my app when
> > > > I enabled GWT 2.1M1.
>
> > > Because there's a com.google.gwt.user.User "override" in gwt-bikeshed
> > > that adds a dependency (<inherits/>) on app.App.
> > > This is now 
> > > fixed:http://code.google.com/p/google-web-toolkit/source/detail?r=8203
>
> > > --
> > >Youreceived this message becauseyouare 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 
> > > athttp://groups.google.com/group/google-web-toolkit?hl=en.

-- 
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.

Reply via email to