Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "MoScript"

m
m
Line 15: Line 15:
 
#*Download the ATL source code project set file (.psf) from here [http://dev.eclipse.org/viewcvs/viewvc.cgi/org.eclipse.m2m/org.eclipse.atl/plugins/org.eclipse.m2m.atl/psf/ATL_anonymous.psf?view=co&root=Modeling_Project]  
 
#*Download the ATL source code project set file (.psf) from here [http://dev.eclipse.org/viewcvs/viewvc.cgi/org.eclipse.m2m/org.eclipse.atl/plugins/org.eclipse.m2m.atl/psf/ATL_anonymous.psf?view=co&root=Modeling_Project]  
 
#*Import it into Eclipse with File->Import->Team->Team Project Set.  
 
#*Import it into Eclipse with File->Import->Team->Team Project Set.  
#*Download the MoScript path for ATL from [https://bugs.eclipse.org/bugs/attachment.cgi?id=205746 Bugzilla – Bug 361688]
+
#*Download the MoScript patch for ATL from [https://bugs.eclipse.org/bugs/attachment.cgi?id=205746 Bugzilla – Bug 361688]
 +
#*Click right click on any ATL plugin project and select Team->Apply Patch ... and select the patch to apply it to ATL
  
 
== Documentation  ==
 
== Documentation  ==

Revision as of 04:37, 20 November 2011

< To: MDT
< To: MoDisco
< To: AM3

AM3
Download
Community
Mailing ListForum
Bugzilla
Opened bugs
All bugs
Contribute
Browse Source

The MoScript prototype (extending AM3), being developed by the AtlanMod Team, is part of the MoDisco project. It provides a textual domain-specific language for model management.

Overview

The goal of MoScript is to provide...

Download and install

The MoScript prototype is available from the Eclipse-MDT MoDisco SVN (sources only). The steps to install MoScript are the following:

  1. Download the Eclipse Modeling Tools from here: Eclipse Modeling Tools (Indigo)
  2. Install ATL from sources:
    • Download the ATL source code project set file (.psf) from here [1]
    • Import it into Eclipse with File->Import->Team->Team Project Set.
    • Download the MoScript patch for ATL from Bugzilla – Bug 361688
    • Click right click on any ATL plugin project and select Team->Apply Patch ... and select the patch to apply it to ATL

Documentation

You can find from this section the documentary resources around the MoScript prototype and underlying approach...

Reference documentation

To be completed.

Screencasts & slides

To be completed.

Related publications

To be completed.


Use Cases

MoScript comes with a set of use cases showing different possible uses of the MoScript tool in various contexts and for varied purposes (similarly to what is done in the M2M ATL project). A general description is given for each of these use cases, as well as some more precise documentations for many of them. For some, prototypes have already been implemented and are directly downloadable from their respective page.

XXX

To be completed.

YYY

To be completed.

Support

Relationships with other Eclipse Projects

MoScript reuses different existing EMP (Eclipse Modeling Project) projects: To be completed.

Back to the top