OpenArchitectureWare is a framework of model-driven technologies, such as code generation (Xpand), language definition (Xtext) and model instance extension (Xtend).
Questions tagged [oaw]
7 questions
2
votes
2 answers
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 after checking some condition i need to increment a…

Reji
- 3,426
- 2
- 21
- 25
1
vote
3 answers
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.
here's the .mwe2 file:
module…

Aykut Kllic
- 898
- 9
- 14
1
vote
1 answer
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, IWorkflowContext}
class SayHello extends…

Aykut Kllic
- 898
- 9
- 14
1
vote
3 answers
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 file I create. If I set the model file using the…

Fabian Steeg
- 44,988
- 7
- 85
- 112
0
votes
2 answers
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?

Eshika
- 321
- 1
- 8
- 20
0
votes
1 answer
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 class customCommand extends AbstractHandler…

Ravi
- 261
- 1
- 4
- 15
0
votes
1 answer
Exception in thread "main" java.lang.NoSuchFieldError: ruleMemo
I am following a nice openArchitectureWare tutorial (It is about code generation with oAW from EMF models using Xpand).
At the final code generation step, when it is supposed to generate the code (when running workflow.oaw after defining the…

user3399000
- 353
- 3
- 18