Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF "Technology" (Ecore Tools, EMFatic, etc)  » problem with subpackages
icon4.gif  problem with subpackages [message #886313] Thu, 14 June 2012 17:43
Daniel Mirón is currently offline Daniel MirónFriend
Messages: 2
Registered: June 2012
Junior Member
Hi!
I have an error with the @namespace when I use subpackages. Like this:


@namespace(uri="Ecore", prefix="main")

package main;

@gmf.diagram(foo="bar")
class Wallpaper{
   val subpackage1.Producer[*] productor;
}

package subpackage1 {

        class Producer {
    	    attr String name;
 	}

}


Someone knows what's happening here?
Thank's!
Previous Topic:EGF passed the graduation review
Next Topic:[Texo] - Change package name in annotation model ?
Goto Forum:
  


Current Time: Thu Apr 25 13:43:08 GMT 2024

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

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

Back to the top