Hi all,
I wanted to know how exactly does module importation work in EMFTVM, I've read the information provided here ( http://wiki.eclipse.org/ATL/EMFTVM#Module_import )and I'm still not sure if what I want can be done.
My package structure goes like this:
1 - ATLTesting
1.1 - EMFTVM
1.1.1 - Transformations
1.1.1.1 - Transformation1
1.1.1.1.1 - Transformation1.atl
1.1.1.2 - Transformation2
1.1.1.2.1 - Transformation2.atl
1.1.1.3 - Transformation3
1.1.1.3.1 - Transformation3.atl
1.1.1.4 - Libraries
1.1.1.4.1 - Library.atl
Now I want to access from all my transformations the same library. I've seen that I could do that if all the transformations and libraries were in the same folder, but could it be possible to use the library keeping this folder structure? And how would I have to do it?
Right now my only solution was to copy the same libraries folder to each transformation folder (and then call it using uses "Libraries::UMLLibrary";
), which works fine but isn't what I want.
Thanks in advance,
regards,
Javier
[Updated on: Wed, 09 October 2013 03:53] by Moderator