Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Index.php?title=Dawn Codegen"

(New page: Dawn Codegen Check out the examples project First we will check out the Dawn Acore example from the cvs repository. Click Window->Open Perspective->Other… and choose the CVS Perspectiv...)
 
Line 5: Line 5:
 
First we will check out the Dawn Acore example from the cvs repository. Click Window->Open Perspective->Other… and choose the CVS Perspective.
 
First we will check out the Dawn Acore example from the cvs repository. Click Window->Open Perspective->Other… and choose the CVS Perspective.
  
[[Image:Image:Cvsperspective1.png]]
+
[[Image:Cvsperspective1.png]]
  
[[Image:Image:Cvsperspective2.png]]
+
[[Image:Cvsperspective2.png]]
  
 
   
 
   

Revision as of 16:12, 22 June 2010

Dawn Codegen

Check out the examples project

First we will check out the Dawn Acore example from the cvs repository. Click Window->Open Perspective->Other… and choose the CVS Perspective.

Cvsperspective1.png

Cvsperspective2.png


Then connect to the repository with the following parameters: Host: dev.eclipse.org Repository path: /cvsroot/modeling User: anonymous

Then navigate to the CDO incubator as shown below and check the project out.


Now we will generate the code as you would do it for a normal project. This means the model code, the edit plug-in and GMF diagram plug-in.



Now your workspace contains the plug-ins: the one containing the model code, the edit plug-in and the diagram plug-in. Now right click the the gmf gen model an examine the context menu. You will see an additional entry called “Generate Dawn Genmodel”


Running this will create a new file called acore.dawngenmodel. This model contains specific information for the Dawn generator.


For examples it allows to configure the names of the extension classes generated by dawn.

In a final step now right click the Dawn genmodel and choose “Generate Dawn GMF Fragment” from the context menu.

Now a fragment will be created containing all the specific extensions for your diagram.

Back to the top