Emfatic Generating two packages [message #1258429] |
Thu, 27 February 2014 06:24  |
Eclipse User |
|
|
|
Hi there,
Trying to get my head around some of the Epsilon stuff before diving into real work, I'm playing with a classic little problem I do of creating an RPG character.
I have some code that looks like the following in emfatic:
@namespace(uri="<edited to allow posting>", prefix="pathfinder")
package pathfinder;
class Equipment{
attr String name;
attr String description;
}
...
And it seems to be generating an odd thing when I generate the ecore - it generates 2 packages named pathfinder. Screenshot is attached. There is, I'm certain, only one package in the file.
Any advice?
Cheers
Chris
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03344 seconds