Tagged Questions
OpenArchitectureWare is a framework of model-driven technologies, such as code generation (Xpand), language definition (Xtext) and model instance extension (Xtend).
2
votes
1answer
969 views
Samples from Xpand -
Can i get some good tutorials on XPand.. i need to get info on commands like LET. It would better if some one could post some samples on it.
The problem i am facing is like.. i run a "for" loop and ...
1
vote
1answer
50 views
MWE2 Workflow component with Scala language
I'm trying to write a MWE2 workflow component using scala language.
Below is the scala code:
package com.ford.modelling.workflow
import org.eclipse.emf.mwe2.runtime.workflow.{IWorkflowComponent, ...
1
vote
3answers
2k views
How to programmatically run an Xpand workflow on a model in a second workbench?
I have an Xtext/Xpand (oAW 4.3, Eclipse 3.4) generator plug-in, which I run together with the editor plug-in in a second workbench. There, I'd like to run Xpand workflows programmatically on the model ...
0
votes
2answers
76 views
Mwe2Launcher - Couldn't find module
I constantly get:
mf.mwe2.launch.runtime.Mwe2Launcher - Couldn't find module x
error though the x.mwe2 file exists. I have enabled the xtext nature to the project and added related modules.
...
0
votes
0answers
79 views
How to add dependencies to fornax oaw maven plugin?
I use the maven plugin org.fornax.toolsupport fornax-oaw-m2-plugin Version 3.2.1 to generate java sources via (xtext) xpand. So I need the xtext dependency to run the plugin.
But I do not know how to ...
0
votes
1answer
19 views
Technique of code generation in oAW
Is there any reference which can explain that how oAW (OpenArchitectureWare) generating php code with Xpand?oAW is using GMF Editor or something else?
0
votes
1answer
148 views
integrating gmf with xpand oaw
trying to integrate gmf with xpand.
I created a menu, and command using extensions in gmf manifest file. and am trying to invoke xpand generator.
The code for the command is as shown below
public ...