| [news.eclipse.newcomer] Re: Showing Data from XML file into a Table Using a TableViewer |
Adithya,
Comments below.
No, you can simply reuse what's generated. You're really going to have to properly install the SDKs and get through the whole tutorial. Then you'll have a working editor you can start to play with...Ed Merks wrote:
Adithya,
Comments below.
adithya wrote: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.
When you say depend ,i will have to go through all the generated '.java' files in order to give proper input to the 'table' right?
Yes.
and to depend i just need to add those plug-ins in the dependencies..right?
Can along with?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.
Nope,i didn't download any additional plug-ins for EMF or XSD..just those which came along..
Do i need to update in order to have the required plug-ins?It sounds like yes. You'll need an update to include the full EMF and XSD SDKs.
Adithya.
Adithya.