[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
|
wg, I'm not sure if you've looked into the Eclipse Rich Client Platform
(RCP)? I'm not sure if AMW is supported in RCP or not, but if you were
planning on getting rid of Eclipse, the RCP would be as close as you can
get, I think.
Liam
"Marcos Didonet Del Fabro" <marcos.didonet-del-fabro@xxxxxxxxxxxxxx> wrote
in message news:453DDA18.7070506@xxxxxxxxxxxxxxxxx
> 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!
>>
>>