Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Talk:EMF/GWT

Using GWT 2.1, this simply does not work for me. I followed all the steps and this is what I get when I open the web app in my browser: Bildschirmfoto 2010-11-07 um 16.55.13.png

Sorry for the picture, I was not able to copy-paste the text.


Problems as well...

Hello,

I try to make the set-up run in my enviroment for a complete day now but without success.
When I do "Run as web application" I get the following errors in the Google "Development mode" view as soon a I access the app in my browser:

10:45:27.234 [DEBUG] [org.eclipse.example.library.LibraryEditor] Validating newly compiled units
10:30:03.444 [ERROR] [org.eclipse.example.library.LibraryEditor] Errors in 'jar:file:/E:/_programming/workspaces/testemfgwt/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.emf.gwt.edit.ui_2.7.0.v20101129-1629.jar!/org/eclipse/emf/edit/ui/EditorEntryPoint.java'
10:30:03.491 [ERROR] [org.eclipse.example.library.LibraryEditor] Line 92: The import com.google.gwt.safehtml cannot be resolved

10:30:03.507 [ERROR] [org.eclipse.example.library.LibraryEditor] Line 94: The import com.google.gwt.user.cellview.client.TreeNode cannot be resolved

...

I also downloaded the latest version of plugin "org.eclipse.emf.gwt.edit.ui" from CVS but there the class EditorEntryPoint.java does not exist at all which leads to a problem marker.

Thanks for your help in advance.


Regards

Frank


Problems while installing

I tried this today but when installing the EMF for GWT SDK (the 1st update site), Eclipse reports the following:

An error occurred while collecting items to be installed
session context was:(profile=SDKProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
No repository found containing: osgi.bundle,com.google.appengine.eclipse.core,1.4.0.v201010280102
No repository found containing: osgi.bundle,com.google.gdt.eclipse.core,1.4.0.v201010280102
No repository found containing: osgi.bundle,com.google.gdt.eclipse.maven,1.4.0.v201010280102
No repository found containing: osgi.bundle,com.google.gdt.eclipse.platform,1.4.0.v201010280102
No repository found containing: osgi.bundle,com.google.gdt.eclipse.platform.e36,1.4.0.v201010280102
No repository found containing: osgi.bundle,com.google.gdt.eclipse.platform.shared,1.4.0.v201010280102
No repository found containing: osgi.bundle,com.google.gdt.eclipse.suite,1.4.0.v201010280102
No repository found containing: org.eclipse.update.feature,com.google.gdt.eclipse.suite.e36.feature,1.4.0.v201010280102
No repository found containing: osgi.bundle,com.google.gwt.eclipse.core,1.4.0.v201010280102
No repository found containing: osgi.bundle,com.google.gwt.eclipse.oophm,1.4.0.v201010280102

Back to the top