[Xpand] problem to launch a workflow from another one [message #632792] |
Thu, 14 October 2010 09:47 |
No real name Messages: 4 Registered: July 2010 |
Junior Member |
|
|
Hello all,
I'm trying to launch an Xpand workflow1 from another one : workflow2 (from another Xpand project).
In workflow1, a check model is called like this :
<!-- check model -->
<component class="org.eclipse.xtend.check.CheckComponent">
<metaModel id="mm"
class="org.eclipse.xtend.typesystem.emf.EmfRegistryMetaModel "/>
<checkFile value="..::mygenerator::src::template::Checks" />
<emfAllChildrenSlot value="model" />
</component>
The file Checks.chk, contains the line :
extension template::Extensions ;
-
When launching workflow2, that file Checks.chk is called without problem, but i get the following error :
EvaluationException : Unable to load extension file : template::Extensions
Remark : i can launch workflow1 itself without problem. I get the error when launching workflow1 from workflow2.
Thanks for your help !
|
|
|
Powered by
FUDForum. Page generated in 0.03127 seconds