Skip to main content



      Home
Home » Modeling » EMF "Technology" (Ecore Tools, EMFatic, etc)  » [Emfatic] Help with namespace warning.
[Emfatic] Help with namespace warning. [message #623057] Wed, 14 July 2010 06:33
Eclipse UserFriend
This is a multi-part message in MIME format.
--------------030404000208030002020909
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 8bit

Hi all,

I'm just starting to define emf with Emfatic. I'm testing the tool with
a metamodel that has various packages, similar to the following one:

@namespace(uri="http://org.test",prefix="test")
@gmf(foo="bar")
package test;

package testA{


}

The question is related to a warning that appears in Emfatic when I
write the first subpackage. That is, if the code is the one shown below
(without the subpackage) the warning does not appear. However, when I
introduce the subpackges it is there.

@namespace(uri="http://org.test",prefix="test")
@gmf(foo="bar")
package test;

The warning reports about a null uri and a null prefix in the namespace.
However, these properties are set, as you can see above.
I have attached a screenshot to see the warning better.

Best regards,
To
Previous Topic:Accessing the Annotations sources
Next Topic:Teneo: How to render artefacts persisted in a DB to GMF editor interface?
Goto Forum:
  


Current Time: Sun Nov 09 05:58:26 EST 2025

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

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

Back to the top