[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Re: Showing Data from XML file into a Table Using a TableViewer

Ed Merks wrote:

Adithya,

Comments below.


adithya wrote:
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:
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.

No.I couldn't execute the "Generate Editor Code" and hence,i didn't have the third project in my workspace - 'library.editor' .
I find it hard to believe that you could generate all but the editor...

Also after i have generated these three plugins (am i right when i say plugins?
Yes.
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?


and to depend i just need to add those plug-ins in the dependencies..right?

Thanks for all the help.
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.

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?


Adithya.

Adithya.