Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF "Technology" (Ecore Tools, EMFatic, etc)  » Validating emf model using OAW framework and Check language(provideing external ecore path in workflow file)
Validating emf model using OAW framework and Check language [message #1042397] Tue, 16 April 2013 11:30
Abhijeet Shankargouda is currently offline Abhijeet ShankargoudaFriend
Messages: 40
Registered: January 2012
Member
Hello,

Here is the sample workflow file.

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<workflow>
<component class="org.eclipse.xtend.check.CheckComponent">
<metaModel class="org.eclipse.xtend.typesystem.emf.EmfRegistryMetaModel" id="mm"/>
<emfAllChildrenSlot value="model"/>
<checkFile value="CheckFile"/>
</component>
</workflow>

It is taking ecore file at runtime from my project, but i want to specify specific ecore, which OAW should refer to validate.

How can i give or provide ecore path externally in workflow file, so that OAW refer while validating my model object.

Thanks,
Abhijith
Previous Topic:Annotation to cause package import
Next Topic:Use of EMFStore with models and GMF diagrams
Goto Forum:
  


Current Time: Sat Apr 20 02:30:46 GMT 2024

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

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

Back to the top