Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF » EMF development enviroment for Juno?
EMF development enviroment for Juno? [message #1012623] Thu, 21 February 2013 22:47 Go to next message
Eclipse UserFriend
Hi,

I´m new in emf development. But till now I couldn´t install a
development environment for emf with Juno. Does anybody have a tutorial
similar to
http://wiki.eclipse.org/EMF/Setting_up_a_development_environment but for
the juno release?

I´m very grateful for some hints.

Thanks,
Alex
Re: EMF development enviroment for Juno? [message #1012693 is a reply to message #1012623] Fri, 22 February 2013 03:30 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33107
Registered: July 2009
Senior Member
Alex,

It's just a matter of cloning the git repo

http://git.eclipse.org/c/emf/org.eclipse.emf.git

and importing the projects into your workspace.

Is that really what you want, or do you just want to install the SDK in
your IDE and use it?


On 21/02/2013 11:47 PM, Alex Wesp wrote:
> Hi,
>
> I´m new in emf development. But till now I couldn´t install a
> development environment for emf with Juno. Does anybody have a tutorial
> similar to
> http://wiki.eclipse.org/EMF/Setting_up_a_development_environment but for
> the juno release?
>
> I´m very grateful for some hints.
>
> Thanks,
> Alex


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: EMF development enviroment for Juno? [message #1013472 is a reply to message #1012693] Sat, 23 February 2013 18:52 Go to previous messageGo to next message
Eclipse UserFriend
Hi Ed,

thanks for your tip. No, I want to add a m:n association (multiple to
multiple) between to objects. But EMF doesn´t generate such a
association automatically. I remember to an old thread who was dealt
such a problem.
But test this additional feature I have to install a development
environment. Till now I install a plain eclipse without the emf
plug-ins. I clone the repo and import it. Without changes to the repo I
get a bunch of errors and warnings due to unresolved types. I clone the
2.8 branch to avoid incompatibilities to other "P2"-packages.

Am 22.02.2013 04:30, schrieb Ed Merks:
> Alex,
>
> It's just a matter of cloning the git repo
>
> http://git.eclipse.org/c/emf/org.eclipse.emf.git
>
> and importing the projects into your workspace.
>
> Is that really what you want, or do you just want to install the SDK in
> your IDE and use it?
>
>
> On 21/02/2013 11:47 PM, Alex Wesp wrote:
>> Hi,
>>
>> I´m new in emf development. But till now I couldn´t install a
>> development environment for emf with Juno. Does anybody have a tutorial
>> similar to
>> http://wiki.eclipse.org/EMF/Setting_up_a_development_environment but for
>> the juno release?
>>
>> I´m very grateful for some hints.
>>
>> Thanks,
>> Alex
>
Re: EMF development enviroment for Juno? [message #1013681 is a reply to message #1013472] Sun, 24 February 2013 06:24 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33107
Registered: July 2009
Senior Member
Alex,

Comments below.

On 23/02/2013 7:52 PM, Alex Wesp wrote:
> Hi Ed,
>
> thanks for your tip. No, I want to add a m:n association (multiple to
> multiple) between to objects.
Not use a bidirectional reference but something more like
https://bugs.eclipse.org/bugs/show_bug.cgi?id=105920 as I blogged about
in http://ed-merks.blogspot.de/2008/01/modeling-associations-with-ecore.html
> But EMF doesn´t generate such a
> association automatically. I remember to an old thread who was dealt
> such a problem.
> But test this additional feature I have to install a development
> environment. Till now I install a plain eclipse without the emf
> plug-ins. I clone the repo and import it. Without changes to the repo I
> get a bunch of errors and warnings due to unresolved types.
All EMF depends on is stuff from the platform so I don't expect you'd
see any compile errors. What's an example of such an error? Of course
there are things like RAP, GWT, and ODA support that you can only build
if you have GWT installed or RAP and ODE in your target platform, so you
can close all those projects. The core bundles should be sufficient for
your purposes



> I clone the
> 2.8 branch to avoid incompatibilities to other "P2"-packages.
>
> Am 22.02.2013 04:30, schrieb Ed Merks:
>> Alex,
>>
>> It's just a matter of cloning the git repo
>>
>> http://git.eclipse.org/c/emf/org.eclipse.emf.git
>>
>> and importing the projects into your workspace.
>>
>> Is that really what you want, or do you just want to install the SDK in
>> your IDE and use it?
>>
>>
>> On 21/02/2013 11:47 PM, Alex Wesp wrote:
>>> Hi,
>>>
>>> I´m new in emf development. But till now I couldn´t install a
>>> development environment for emf with Juno. Does anybody have a tutorial
>>> similar to
>>> http://wiki.eclipse.org/EMF/Setting_up_a_development_environment but for
>>> the juno release?
>>>
>>> I´m very grateful for some hints.
>>>
>>> Thanks,
>>> Alex


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: EMF development enviroment for Juno? [message #1013688 is a reply to message #1013472] Sun, 24 February 2013 06:24 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33107
Registered: July 2009
Senior Member
Alex,

Comments below.

On 23/02/2013 7:52 PM, Alex Wesp wrote:
> Hi Ed,
>
> thanks for your tip. No, I want to add a m:n association (multiple to
> multiple) between to objects.
Not use a bidirectional reference but something more like
https://bugs.eclipse.org/bugs/show_bug.cgi?id=105920 as I blogged about
in http://ed-merks.blogspot.de/2008/01/modeling-associations-with-ecore.html
> But EMF doesn´t generate such a
> association automatically. I remember to an old thread who was dealt
> such a problem.
> But test this additional feature I have to install a development
> environment. Till now I install a plain eclipse without the emf
> plug-ins. I clone the repo and import it. Without changes to the repo I
> get a bunch of errors and warnings due to unresolved types.
All EMF depends on is stuff from the platform so I don't expect you'd
see any compile errors. What's an example of such an error? Of course
there are things like RAP, GWT, and ODA support that you can only build
if you have GWT installed or RAP and ODE in your target platform, so you
can close all those projects. The core bundles should be sufficient for
your purposes



> I clone the
> 2.8 branch to avoid incompatibilities to other "P2"-packages.
>
> Am 22.02.2013 04:30, schrieb Ed Merks:
>> Alex,
>>
>> It's just a matter of cloning the git repo
>>
>> http://git.eclipse.org/c/emf/org.eclipse.emf.git
>>
>> and importing the projects into your workspace.
>>
>> Is that really what you want, or do you just want to install the SDK in
>> your IDE and use it?
>>
>>
>> On 21/02/2013 11:47 PM, Alex Wesp wrote:
>>> Hi,
>>>
>>> I´m new in emf development. But till now I couldn´t install a
>>> development environment for emf with Juno. Does anybody have a tutorial
>>> similar to
>>> http://wiki.eclipse.org/EMF/Setting_up_a_development_environment but for
>>> the juno release?
>>>
>>> I´m very grateful for some hints.
>>>
>>> Thanks,
>>> Alex


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: EMF development enviroment for Juno? [message #1013695 is a reply to message #1013472] Sun, 24 February 2013 06:24 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33107
Registered: July 2009
Senior Member
Alex,

Comments below.

On 23/02/2013 7:52 PM, Alex Wesp wrote:
> Hi Ed,
>
> thanks for your tip. No, I want to add a m:n association (multiple to
> multiple) between to objects.
Not use a bidirectional reference but something more like
https://bugs.eclipse.org/bugs/show_bug.cgi?id=105920 as I blogged about
in http://ed-merks.blogspot.de/2008/01/modeling-associations-with-ecore.html
> But EMF doesn´t generate such a
> association automatically. I remember to an old thread who was dealt
> such a problem.
> But test this additional feature I have to install a development
> environment. Till now I install a plain eclipse without the emf
> plug-ins. I clone the repo and import it. Without changes to the repo I
> get a bunch of errors and warnings due to unresolved types.
All EMF depends on is stuff from the platform so I don't expect you'd
see any compile errors. What's an example of such an error? Of course
there are things like RAP, GWT, and ODA support that you can only build
if you have GWT installed or RAP and ODE in your target platform, so you
can close all those projects. The core bundles should be sufficient for
your purposes



> I clone the
> 2.8 branch to avoid incompatibilities to other "P2"-packages.
>
> Am 22.02.2013 04:30, schrieb Ed Merks:
>> Alex,
>>
>> It's just a matter of cloning the git repo
>>
>> http://git.eclipse.org/c/emf/org.eclipse.emf.git
>>
>> and importing the projects into your workspace.
>>
>> Is that really what you want, or do you just want to install the SDK in
>> your IDE and use it?
>>
>>
>> On 21/02/2013 11:47 PM, Alex Wesp wrote:
>>> Hi,
>>>
>>> I´m new in emf development. But till now I couldn´t install a
>>> development environment for emf with Juno. Does anybody have a tutorial
>>> similar to
>>> http://wiki.eclipse.org/EMF/Setting_up_a_development_environment but for
>>> the juno release?
>>>
>>> I´m very grateful for some hints.
>>>
>>> Thanks,
>>> Alex


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: EMF development enviroment for Juno? [message #1013702 is a reply to message #1013472] Sun, 24 February 2013 06:24 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33107
Registered: July 2009
Senior Member
Alex,

Comments below.

On 23/02/2013 7:52 PM, Alex Wesp wrote:
> Hi Ed,
>
> thanks for your tip. No, I want to add a m:n association (multiple to
> multiple) between to objects.
Not use a bidirectional reference but something more like
https://bugs.eclipse.org/bugs/show_bug.cgi?id=105920 as I blogged about
in http://ed-merks.blogspot.de/2008/01/modeling-associations-with-ecore.html
> But EMF doesn´t generate such a
> association automatically. I remember to an old thread who was dealt
> such a problem.
> But test this additional feature I have to install a development
> environment. Till now I install a plain eclipse without the emf
> plug-ins. I clone the repo and import it. Without changes to the repo I
> get a bunch of errors and warnings due to unresolved types.
All EMF depends on is stuff from the platform so I don't expect you'd
see any compile errors. What's an example of such an error? Of course
there are things like RAP, GWT, and ODA support that you can only build
if you have GWT installed or RAP and ODE in your target platform, so you
can close all those projects. The core bundles should be sufficient for
your purposes



> I clone the
> 2.8 branch to avoid incompatibilities to other "P2"-packages.
>
> Am 22.02.2013 04:30, schrieb Ed Merks:
>> Alex,
>>
>> It's just a matter of cloning the git repo
>>
>> http://git.eclipse.org/c/emf/org.eclipse.emf.git
>>
>> and importing the projects into your workspace.
>>
>> Is that really what you want, or do you just want to install the SDK in
>> your IDE and use it?
>>
>>
>> On 21/02/2013 11:47 PM, Alex Wesp wrote:
>>> Hi,
>>>
>>> I´m new in emf development. But till now I couldn´t install a
>>> development environment for emf with Juno. Does anybody have a tutorial
>>> similar to
>>> http://wiki.eclipse.org/EMF/Setting_up_a_development_environment but for
>>> the juno release?
>>>
>>> I´m very grateful for some hints.
>>>
>>> Thanks,
>>> Alex


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: EMF development enviroment for Juno? [message #1013710 is a reply to message #1013472] Sun, 24 February 2013 06:24 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33107
Registered: July 2009
Senior Member
Alex,

Comments below.

On 23/02/2013 7:52 PM, Alex Wesp wrote:
> Hi Ed,
>
> thanks for your tip. No, I want to add a m:n association (multiple to
> multiple) between to objects.
Not use a bidirectional reference but something more like
https://bugs.eclipse.org/bugs/show_bug.cgi?id=105920 as I blogged about
in http://ed-merks.blogspot.de/2008/01/modeling-associations-with-ecore.html
> But EMF doesn´t generate such a
> association automatically. I remember to an old thread who was dealt
> such a problem.
> But test this additional feature I have to install a development
> environment. Till now I install a plain eclipse without the emf
> plug-ins. I clone the repo and import it. Without changes to the repo I
> get a bunch of errors and warnings due to unresolved types.
All EMF depends on is stuff from the platform so I don't expect you'd
see any compile errors. What's an example of such an error? Of course
there are things like RAP, GWT, and ODA support that you can only build
if you have GWT installed or RAP and ODE in your target platform, so you
can close all those projects. The core bundles should be sufficient for
your purposes



> I clone the
> 2.8 branch to avoid incompatibilities to other "P2"-packages.
>
> Am 22.02.2013 04:30, schrieb Ed Merks:
>> Alex,
>>
>> It's just a matter of cloning the git repo
>>
>> http://git.eclipse.org/c/emf/org.eclipse.emf.git
>>
>> and importing the projects into your workspace.
>>
>> Is that really what you want, or do you just want to install the SDK in
>> your IDE and use it?
>>
>>
>> On 21/02/2013 11:47 PM, Alex Wesp wrote:
>>> Hi,
>>>
>>> I´m new in emf development. But till now I couldn´t install a
>>> development environment for emf with Juno. Does anybody have a tutorial
>>> similar to
>>> http://wiki.eclipse.org/EMF/Setting_up_a_development_environment but for
>>> the juno release?
>>>
>>> I´m very grateful for some hints.
>>>
>>> Thanks,
>>> Alex


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: EMF development enviroment for Juno? [message #1013718 is a reply to message #1013472] Sun, 24 February 2013 06:24 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33107
Registered: July 2009
Senior Member
Alex,

Comments below.

On 23/02/2013 7:52 PM, Alex Wesp wrote:
> Hi Ed,
>
> thanks for your tip. No, I want to add a m:n association (multiple to
> multiple) between to objects.
Not use a bidirectional reference but something more like
https://bugs.eclipse.org/bugs/show_bug.cgi?id=105920 as I blogged about
in http://ed-merks.blogspot.de/2008/01/modeling-associations-with-ecore.html
> But EMF doesn´t generate such a
> association automatically. I remember to an old thread who was dealt
> such a problem.
> But test this additional feature I have to install a development
> environment. Till now I install a plain eclipse without the emf
> plug-ins. I clone the repo and import it. Without changes to the repo I
> get a bunch of errors and warnings due to unresolved types.
All EMF depends on is stuff from the platform so I don't expect you'd
see any compile errors. What's an example of such an error? Of course
there are things like RAP, GWT, and ODA support that you can only build
if you have GWT installed or RAP and ODE in your target platform, so you
can close all those projects. The core bundles should be sufficient for
your purposes



> I clone the
> 2.8 branch to avoid incompatibilities to other "P2"-packages.
>
> Am 22.02.2013 04:30, schrieb Ed Merks:
>> Alex,
>>
>> It's just a matter of cloning the git repo
>>
>> http://git.eclipse.org/c/emf/org.eclipse.emf.git
>>
>> and importing the projects into your workspace.
>>
>> Is that really what you want, or do you just want to install the SDK in
>> your IDE and use it?
>>
>>
>> On 21/02/2013 11:47 PM, Alex Wesp wrote:
>>> Hi,
>>>
>>> I´m new in emf development. But till now I couldn´t install a
>>> development environment for emf with Juno. Does anybody have a tutorial
>>> similar to
>>> http://wiki.eclipse.org/EMF/Setting_up_a_development_environment but for
>>> the juno release?
>>>
>>> I´m very grateful for some hints.
>>>
>>> Thanks,
>>> Alex


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: EMF development enviroment for Juno? [message #1013726 is a reply to message #1013472] Sun, 24 February 2013 06:24 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33107
Registered: July 2009
Senior Member
Alex,

Comments below.

On 23/02/2013 7:52 PM, Alex Wesp wrote:
> Hi Ed,
>
> thanks for your tip. No, I want to add a m:n association (multiple to
> multiple) between to objects.
Not use a bidirectional reference but something more like
https://bugs.eclipse.org/bugs/show_bug.cgi?id=105920 as I blogged about
in http://ed-merks.blogspot.de/2008/01/modeling-associations-with-ecore.html
> But EMF doesn´t generate such a
> association automatically. I remember to an old thread who was dealt
> such a problem.
> But test this additional feature I have to install a development
> environment. Till now I install a plain eclipse without the emf
> plug-ins. I clone the repo and import it. Without changes to the repo I
> get a bunch of errors and warnings due to unresolved types.
All EMF depends on is stuff from the platform so I don't expect you'd
see any compile errors. What's an example of such an error? Of course
there are things like RAP, GWT, and ODA support that you can only build
if you have GWT installed or RAP and ODE in your target platform, so you
can close all those projects. The core bundles should be sufficient for
your purposes



> I clone the
> 2.8 branch to avoid incompatibilities to other "P2"-packages.
>
> Am 22.02.2013 04:30, schrieb Ed Merks:
>> Alex,
>>
>> It's just a matter of cloning the git repo
>>
>> http://git.eclipse.org/c/emf/org.eclipse.emf.git
>>
>> and importing the projects into your workspace.
>>
>> Is that really what you want, or do you just want to install the SDK in
>> your IDE and use it?
>>
>>
>> On 21/02/2013 11:47 PM, Alex Wesp wrote:
>>> Hi,
>>>
>>> I´m new in emf development. But till now I couldn´t install a
>>> development environment for emf with Juno. Does anybody have a tutorial
>>> similar to
>>> http://wiki.eclipse.org/EMF/Setting_up_a_development_environment but for
>>> the juno release?
>>>
>>> I´m very grateful for some hints.
>>>
>>> Thanks,
>>> Alex


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: EMF development enviroment for Juno? [message #1013734 is a reply to message #1013472] Sun, 24 February 2013 06:24 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33107
Registered: July 2009
Senior Member
Alex,

Comments below.

On 23/02/2013 7:52 PM, Alex Wesp wrote:
> Hi Ed,
>
> thanks for your tip. No, I want to add a m:n association (multiple to
> multiple) between to objects.
Not use a bidirectional reference but something more like
https://bugs.eclipse.org/bugs/show_bug.cgi?id=105920 as I blogged about
in http://ed-merks.blogspot.de/2008/01/modeling-associations-with-ecore.html
> But EMF doesn´t generate such a
> association automatically. I remember to an old thread who was dealt
> such a problem.
> But test this additional feature I have to install a development
> environment. Till now I install a plain eclipse without the emf
> plug-ins. I clone the repo and import it. Without changes to the repo I
> get a bunch of errors and warnings due to unresolved types.
All EMF depends on is stuff from the platform so I don't expect you'd
see any compile errors. What's an example of such an error? Of course
there are things like RAP, GWT, and ODA support that you can only build
if you have GWT installed or RAP and ODE in your target platform, so you
can close all those projects. The core bundles should be sufficient for
your purposes



> I clone the
> 2.8 branch to avoid incompatibilities to other "P2"-packages.
>
> Am 22.02.2013 04:30, schrieb Ed Merks:
>> Alex,
>>
>> It's just a matter of cloning the git repo
>>
>> http://git.eclipse.org/c/emf/org.eclipse.emf.git
>>
>> and importing the projects into your workspace.
>>
>> Is that really what you want, or do you just want to install the SDK in
>> your IDE and use it?
>>
>>
>> On 21/02/2013 11:47 PM, Alex Wesp wrote:
>>> Hi,
>>>
>>> I´m new in emf development. But till now I couldn´t install a
>>> development environment for emf with Juno. Does anybody have a tutorial
>>> similar to
>>> http://wiki.eclipse.org/EMF/Setting_up_a_development_environment but for
>>> the juno release?
>>>
>>> I´m very grateful for some hints.
>>>
>>> Thanks,
>>> Alex


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: EMF development enviroment for Juno? [message #1013742 is a reply to message #1013472] Sun, 24 February 2013 06:24 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33107
Registered: July 2009
Senior Member
Alex,

Comments below.

On 23/02/2013 7:52 PM, Alex Wesp wrote:
> Hi Ed,
>
> thanks for your tip. No, I want to add a m:n association (multiple to
> multiple) between to objects.
Not use a bidirectional reference but something more like
https://bugs.eclipse.org/bugs/show_bug.cgi?id=105920 as I blogged about
in http://ed-merks.blogspot.de/2008/01/modeling-associations-with-ecore.html
> But EMF doesn´t generate such a
> association automatically. I remember to an old thread who was dealt
> such a problem.
> But test this additional feature I have to install a development
> environment. Till now I install a plain eclipse without the emf
> plug-ins. I clone the repo and import it. Without changes to the repo I
> get a bunch of errors and warnings due to unresolved types.
All EMF depends on is stuff from the platform so I don't expect you'd
see any compile errors. What's an example of such an error? Of course
there are things like RAP, GWT, and ODA support that you can only build
if you have GWT installed or RAP and ODE in your target platform, so you
can close all those projects. The core bundles should be sufficient for
your purposes



> I clone the
> 2.8 branch to avoid incompatibilities to other "P2"-packages.
>
> Am 22.02.2013 04:30, schrieb Ed Merks:
>> Alex,
>>
>> It's just a matter of cloning the git repo
>>
>> http://git.eclipse.org/c/emf/org.eclipse.emf.git
>>
>> and importing the projects into your workspace.
>>
>> Is that really what you want, or do you just want to install the SDK in
>> your IDE and use it?
>>
>>
>> On 21/02/2013 11:47 PM, Alex Wesp wrote:
>>> Hi,
>>>
>>> I´m new in emf development. But till now I couldn´t install a
>>> development environment for emf with Juno. Does anybody have a tutorial
>>> similar to
>>> http://wiki.eclipse.org/EMF/Setting_up_a_development_environment but for
>>> the juno release?
>>>
>>> I´m very grateful for some hints.
>>>
>>> Thanks,
>>> Alex


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: EMF development enviroment for Juno? [message #1013747 is a reply to message #1013472] Sun, 24 February 2013 06:24 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33107
Registered: July 2009
Senior Member
Alex,

Comments below.

On 23/02/2013 7:52 PM, Alex Wesp wrote:
> Hi Ed,
>
> thanks for your tip. No, I want to add a m:n association (multiple to
> multiple) between to objects.
Not use a bidirectional reference but something more like
https://bugs.eclipse.org/bugs/show_bug.cgi?id=105920 as I blogged about
in http://ed-merks.blogspot.de/2008/01/modeling-associations-with-ecore.html
> But EMF doesn´t generate such a
> association automatically. I remember to an old thread who was dealt
> such a problem.
> But test this additional feature I have to install a development
> environment. Till now I install a plain eclipse without the emf
> plug-ins. I clone the repo and import it. Without changes to the repo I
> get a bunch of errors and warnings due to unresolved types.
All EMF depends on is stuff from the platform so I don't expect you'd
see any compile errors. What's an example of such an error? Of course
there are things like RAP, GWT, and ODA support that you can only build
if you have GWT installed or RAP and ODE in your target platform, so you
can close all those projects. The core bundles should be sufficient for
your purposes



> I clone the
> 2.8 branch to avoid incompatibilities to other "P2"-packages.
>
> Am 22.02.2013 04:30, schrieb Ed Merks:
>> Alex,
>>
>> It's just a matter of cloning the git repo
>>
>> http://git.eclipse.org/c/emf/org.eclipse.emf.git
>>
>> and importing the projects into your workspace.
>>
>> Is that really what you want, or do you just want to install the SDK in
>> your IDE and use it?
>>
>>
>> On 21/02/2013 11:47 PM, Alex Wesp wrote:
>>> Hi,
>>>
>>> I´m new in emf development. But till now I couldn´t install a
>>> development environment for emf with Juno. Does anybody have a tutorial
>>> similar to
>>> http://wiki.eclipse.org/EMF/Setting_up_a_development_environment but for
>>> the juno release?
>>>
>>> I´m very grateful for some hints.
>>>
>>> Thanks,
>>> Alex


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: EMF development enviroment for Juno? [message #1013752 is a reply to message #1013472] Sun, 24 February 2013 06:24 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33107
Registered: July 2009
Senior Member
Alex,

Comments below.

On 23/02/2013 7:52 PM, Alex Wesp wrote:
> Hi Ed,
>
> thanks for your tip. No, I want to add a m:n association (multiple to
> multiple) between to objects.
Not use a bidirectional reference but something more like
https://bugs.eclipse.org/bugs/show_bug.cgi?id=105920 as I blogged about
in http://ed-merks.blogspot.de/2008/01/modeling-associations-with-ecore.html
> But EMF doesn´t generate such a
> association automatically. I remember to an old thread who was dealt
> such a problem.
> But test this additional feature I have to install a development
> environment. Till now I install a plain eclipse without the emf
> plug-ins. I clone the repo and import it. Without changes to the repo I
> get a bunch of errors and warnings due to unresolved types.
All EMF depends on is stuff from the platform so I don't expect you'd
see any compile errors. What's an example of such an error? Of course
there are things like RAP, GWT, and ODA support that you can only build
if you have GWT installed or RAP and ODE in your target platform, so you
can close all those projects. The core bundles should be sufficient for
your purposes



> I clone the
> 2.8 branch to avoid incompatibilities to other "P2"-packages.
>
> Am 22.02.2013 04:30, schrieb Ed Merks:
>> Alex,
>>
>> It's just a matter of cloning the git repo
>>
>> http://git.eclipse.org/c/emf/org.eclipse.emf.git
>>
>> and importing the projects into your workspace.
>>
>> Is that really what you want, or do you just want to install the SDK in
>> your IDE and use it?
>>
>>
>> On 21/02/2013 11:47 PM, Alex Wesp wrote:
>>> Hi,
>>>
>>> I´m new in emf development. But till now I couldn´t install a
>>> development environment for emf with Juno. Does anybody have a tutorial
>>> similar to
>>> http://wiki.eclipse.org/EMF/Setting_up_a_development_environment but for
>>> the juno release?
>>>
>>> I´m very grateful for some hints.
>>>
>>> Thanks,
>>> Alex


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:question about default namespaces
Next Topic:Generating ER Diagrams from UML
Goto Forum:
  


Current Time: Tue Mar 19 09:23:57 GMT 2024

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

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

Back to the top