Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » M2M (model-to-model transformation) » [QVT] Library as a plugin
[QVT] Library as a plugin [message #497562] Fri, 13 November 2009 08:56 Go to next message
Alexis Muller is currently offline Alexis MullerFriend
Messages: 13
Registered: July 2009
Junior Member
Hello,

I am trying to pack a qvto library as an eclipse plugin.

I there any doc explaining the way to do that ?

I am able to make a JavaBlackbox library, but I want to make a library
written in QVT. Something like that :

------------------------------------------------------------ -----
library NewLibrary;

modeltype UML uses 'http://www.eclipse.org/uml2/2.1.0/UML';

query UML::Element::hasStereotype (str : String) : Boolean
{
return self.getAppliedStereotype(str) <> null;
}
------------------------------------------------------------ -----

How to export it as a plugin ?

Thanks,
Alexis
Re: [QVT] Library as a plugin [message #498193 is a reply to message #497562] Sun, 15 November 2009 19:33 Go to previous message
Eclipse UserFriend
Originally posted by: dvorak.radek.gmail.com

Hi Alexis,

Unfortunately, compilation with QVTO cross project dependencies is not yet
implemented.

Regards,
/Radek


On Fri, 13 Nov 2009 09:56:38 +0100, Alexis Muller <Alexis.Muller@inria.fr>
wrote:

> Hello,
>
> I am trying to pack a qvto library as an eclipse plugin.
>
> I there any doc explaining the way to do that ?
>
> I am able to make a JavaBlackbox library, but I want to make a library
> written in QVT. Something like that :
>
> ------------------------------------------------------------ -----
> library NewLibrary;
>
> modeltype UML uses 'http://www.eclipse.org/uml2/2.1.0/UML';
>
> query UML::Element::hasStereotype (str : String) : Boolean
> {
> return self.getAppliedStereotype(str) <> null;
> }
> ------------------------------------------------------------ -----
>
> How to export it as a plugin ?
>
> Thanks,
> Alexis
Previous Topic:[ATL] Two virtual machines, two transformations results
Next Topic:[ATL] Creating N copies of a model element and keeping references intact
Goto Forum:
  


Current Time: Fri Apr 19 08:16:22 GMT 2024

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

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

Back to the top