Java Reference
In-Depth Information
Using Ant with Workflow
It is possible to invoke a workflow and pass it parameters using Ant. Following
is a simple example to illustrate the basic configuration:
< target name='generate'>
< taskdef name="workflow"
classname="org.eclipse.emf.mwe.core.ant.WorkflowAntTask"/>
< workflow file='path/workflow.mwe'>
< param name='baseDir' value='/base/'/>
</ workflow >
</ target >to i
14.2 Summary
In this chapter, we looked closer at the Xpand template language, including its
underlying expression and Xtend languages. We also learned how to invoke a
template for generating text using the Model Workflow Engine.
 
Search WWH ::




Custom Search