| [Emfatic] Help with namespace warning. [message #623057] |
Wed, 14 July 2010 06:33 |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.03771 seconds