[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.modeling.gmt.amw] Re: Can i use AMW Editor in my own program
|
Hello,
The Eclipse platform is entirely based on the notion of plugins.
The AMW Editor was designed as an Eclipse/EMF plugin, so it needs the Eclipse workbench
for plugin location, instantiation, and also the paths are calculated relative to one
workspace.
Moreover, it has dependencies with the Eclipse and EMF API.
This means you need Eclipse to run AMW.
Regards,
Marcos.
wg wrote:
Hi all
Can i use AMW Editor in my own program, i mean outside of Eclipse. If
yes, how can i do that. i tried to invoke GlobalWeaverEditor in my own
program, but when i open a weaver model file with this editor, i get
allways a error,"not a weaving file...." thanks!