[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmt] Re: [MOFScript]execute transformation

Hello Ye,

Have you checked that the file filter on the selection dialog says *.* ?

Cheers,
Gøran



"Ye Liu" <yeliu@xxxxxx> wrote in message 
news:f9f0a8259bc8c8e399c8436bdc48bf04$1@xxxxxxxxxxxxxxxxxx
> Hello,
>   I designed an graphical editor using EMF and GMF,and when I create an 
> instance of this editor in Eclipse,there are two files generated, one is 
> xx(domain file extension) which is writen in XML Schema and another 
> xx_diagram.Now I wanna transfer model to text which is another kind of 
> code.
>  I have copied my .ecore file to the metamodel file of MOFScript and  I 
> try to execute the transformation code.But when I select the source 
> model,should I select the .xx file,but no file of this extension is shown 
> in the dialogue.if I choose the xx.ecore file ,then nothing happend.I set 
> the file() with reasonable path in the main rule.Where had gone wrong?
>
>
>
> Thanks a lot!
>
>
> Ye