From: Jules W. <jul...@gm...> - 2006-11-15 15:08:52
|
Hi Krzysztof, If the interpreter works with the runtime workbench, then you probably are having problems with the way you are exporting the plug-in. First, make sure that you are exporting and installing all of the plugins properly. Is your interpreter in the same project as your modeling tool plugin...or is it in its own project? If it is in a different project, make sure that project is being exported too. You also need to make sure that the interpreter lists the dsml plugin and gems as dependencies. Let me know if that helps. Thanks, Jules On 11/15/06, Krzysztof Kostienko <kko...@in...> wrote: > > Dear All, > > > > I have one question. I have created an Interpreter which is invoked from > the MenuItem(this interpreter creates text file). I also exported my > metamodel and interpreter as a Plug-in and copied/pasted *.jar files into > c:\<eclipse-home>\plugin directory. So now, when I open eclipse, I can > create model in my DSML. Unfortunately I can not invoke my interpreter. I > can see my MenuItem, but when I click it, there is none reaction(the new > text file should be created). How can I trigger Interpreter without running > the runtime workbench from in eclipse instance? > > > > Best regards, > > > > Krzysztof Kostienko > > > ---------------------------------------------------------------------- > Jestes kierowca? To poczytaj! >>> http://link.interia.pl/f199e > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > Gems-users mailing list > Gem...@li... > https://lists.sourceforge.net/lists/listinfo/gems-users > > > |