| [news.eclipse.tools.emf] Re: Creating EMF model from XML schema in Eclipse 3.3 |
|
Karin, I see. You could use the update manager to get it or get is separate from the XSD downloads site: http://www.eclipse.org/modeling/mdt/downloads/?project=xsdBe sure to get a version that goes with your Eclipse version, i.e., 2.3.x goes with Eclipe 3.3.x, and 2.4 goes with Eclipse 3.4. (You'd think that XSD to Ecore conversion would be particularly useful in the EE package; go figure.) Karin Schellner wrote: I have installed the "Eclipse IDE for Java EE Developers" which includes all EMF staff but does not include the plugin you mentioned: org.eclipse.xsd.ecore.importer Do you know with which package this plugin should come as I don't know about dependencies ... thanks, karin. "Ed Merks" <merks@xxxxxxxxxx> schrieb im Newsbeitrag news:fmqboc$eur$1@xxxxxxxxxxxxxxxxx... Karin, You'd also need org.eclipse.xsd.ecore.importer. If you have that too, maybe they're the wrong version? How did you install them? Try the following. Go to the Error Log view and clear it (or delete <workspace>/.metadata/.log which is what the Error log views). Then shutdown Eclipse and when you run it again, run with -clean -debug. Then have a close look at the Error log. Look in particular for messages about org.eclipse.xsd which, if it's been disabled, will include the reasons why it's disabled... Karin Schellner wrote: I have the following xsd plugins installed: org.eclipse.xsd org.eclipse.xsd.edit Do I need another one? thanks, karin "Ed Merks" <merks@xxxxxxxxxx> schrieb im Newsbeitrag news:fmq3j5$ihc$2@xxxxxxxxxxxxxxxxx... Karin, It sounds like you simply didn't install the XSD plugins. If you go to "Help->About Eclipse SDK->Plug-in Details..." are the org.eclipse.xsd plugins there? Karin Schellner wrote: Hi, in Eclipse 3.3 we are missing the option to import an EMF model from an XML schema (there are only model importers for Ecore models and Rose class models). It was working in Eclipse 3.2 though. Does anyone know if and how this can be done in Eclipse 3.3? thanks, karin. |