Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » M2T (model-to-text transformation) » [Xpand] problem to launch a workflow from another one
[Xpand] problem to launch a workflow from another one [message #632792] Thu, 14 October 2010 09:47
No real name is currently offline No real nameFriend
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 !
Previous Topic:[Acceleo] How to traduct s.Fields ->collect(field|field.name='toto').notEmpty()
Next Topic:[JET2] Ant properties being treated as XPath
Goto Forum:
  


Current Time: Sat Jul 27 09:36:07 GMT 2024

Powered by FUDForum. Page generated in 0.02809 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top