Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » NOTICE: All VE extenders who have written override,xmi, or ecore files for extending VE. An EMF chan
NOTICE: All VE extenders who have written override,xmi, or ecore files for extending VE. An EMF chan [message #611531] Mon, 12 December 2005 17:37
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

This is to all VE extenders who have written override, xmi, or ecore
files for extending VE. There is an EMF change that is coming. EMF has
just made the verifying parser the default option. This means it
verifies completely the format of the xmi file.

What you may need to do is to make sure that you have the following with
the rest of your xmlns: attributes at the top:

xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

This is because a few of our examples didn't include this. It wasn't
strictly necessary before because it still worked, but it wasn't a valid
xml file. The new verifying parser detects this and won't load the file.

If you used our conversion utility to convert your override files to the
new ChangeDescriptor format, then those override files will be correct.
This is only for files that you created by hand.

This just went out last week for EMF 2.2 and so it will be in the next
builds of VE too.
--
Thanks,
Rich Kulp
Previous Topic:NOTICE: All VE extenders who have written override,xmi, or ecore files for extending VE. An EMF chan
Next Topic:VE and native libs
Goto Forum:
  


Current Time: Thu Apr 25 12:03:48 GMT 2024

Powered by FUDForum. Page generated in 0.02836 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top