| [news.eclipse.newcomer] Re: Showing Data from XML file into a Table Using a TableViewer |
Adithya,
Comments below.
I find it hard to believe that you could generate all but the editor...Ed Merks wrote:
Adithya,
Your generated model won't need these plugins. Although I have no idea how you could have run that tutorial with xsd.ecore.importer, so I'm a little suspicious.
Were you able to complete Step 4?
adithya wrote:No.I couldn't execute the "Generate Editor Code" and hence,i didn't have the third project in my workspace - 'library.editor' .The following plug-ins i don't have:- -> 1]org.eclipse.emf.ecore.editor -> 2]org.eclipse.xsd.ecore.importer
Hence,i didn't have the editor view for the table.
what should i do??
After creating the three plug-ins as shown in the tutorial how do add it into my project??
Thanks a lot. Adithya.
Yes.
Also after i have generated these three plugins (am i right when i say plugins?
becaue they are also showing up in my workspace) do i need to bundle them (all three) in my required plugin (which i am developing)They're already plugins.
[As i require the xml data to show in the editor]..My plugin consists of 'trees', 'tables' and other widgets situated in various views.You're plugin would only need to depend on these additional plugins. Specifically you'd depend on the model plugin and library.edit plugin.
Did you actually install EMF and XSD or did you just end up with only the things the JEE package happens to contain? Note that there is a modeling package too and that it's possible to add features as needed from the update site.
Thanks for all the help.
Adithya.