Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF "Technology" (Ecore Tools, EMFatic, etc)  » [CDO]When CDO can support GMF Editor?
[CDO]When CDO can support GMF Editor? [message #105183] Mon, 24 December 2007 07:51 Go to next message
Xingxiao Lu is currently offline Xingxiao LuFriend
Messages: 91
Registered: July 2009
Member
No Message Body
Re: [CDO]When CDO can support GMF Editor? [message #105290 is a reply to message #105183] Thu, 27 December 2007 11:24 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: stepper.sympedia.de

I can't see the content of this message but the title is quite straight ;-)

This question has been asked before in
http://dev.eclipse.org/newslists/news.eclipse.technology.emf t/msg00815.html
and although some technical details of CDO have changed since the main
problem seems still to be that GMF non-optionally uses EMFT Transaction
which seems to be incompatible with CDO's own transactions. I'm still
unfamiliar with GMF and with the details about EMFT Transaction as well,
hence I'm reliant on contributions from users like you to make GMF work
with CDO. May be there's even action to be taken on GMF's side, for
example decouple the GMF editor from EMF Transaction. I may be wrong but
since GMF would work on top of CDO and since a transaction model is IMHO
not the core business of a graphical editor I have the feeling that the
question should be "When can GMF support CDO?" Of course I offer my help
when it is of value. It would really be nice to see GMF editors working
on CDO models.

Regards,
Eike Stepper
----
http://wiki.eclipse.org/CDO
http://wiki.eclipse.org/Net4j
Re: [CDO]When CDO can support GMF Editor? [message #105365 is a reply to message #105290] Thu, 27 December 2007 13:17 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: merks.ca.ibm.com

Eike,

I suspect that the transaction API approach could be made to work as a
redundant layer on top of CDO resources, but I'm not an expert on how
that would be done. Perhaps it's as simple as using a CDO enabled
resource set within the GMF editor...


Eike Stepper wrote:
> I can't see the content of this message but the title is quite
> straight ;-)
>
> This question has been asked before in
> http://dev.eclipse.org/newslists/news.eclipse.technology.emf t/msg00815.html
> and although some technical details of CDO have changed since the main
> problem seems still to be that GMF non-optionally uses EMFT
> Transaction which seems to be incompatible with CDO's own
> transactions. I'm still unfamiliar with GMF and with the details about
> EMFT Transaction as well, hence I'm reliant on contributions from
> users like you to make GMF work with CDO. May be there's even action
> to be taken on GMF's side, for example decouple the GMF editor from
> EMF Transaction. I may be wrong but since GMF would work on top of CDO
> and since a transaction model is IMHO not the core business of a
> graphical editor I have the feeling that the question should be "When
> can GMF support CDO?" Of course I offer my help when it is of value.
> It would really be nice to see GMF editors working on CDO models.
>
> Regards,
> Eike Stepper
> ----
> http://wiki.eclipse.org/CDO
> http://wiki.eclipse.org/Net4j
>
Re: [CDO]When CDO can support GMF Editor? [message #105380 is a reply to message #105365] Thu, 27 December 2007 13:47 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: stepper.sympedia.de

Ed Merks schrieb:
> Eike,
>
> I suspect that the transaction API approach could be made to work as a
> redundant layer on top of CDO resources, but I'm not an expert on how
> that would be done. Perhaps it's as simple as using a CDO enabled
> resource set within the GMF editor...
I'd really like to work on such a prototype but I must admit that in the
past I never managed to properly install a working GMF and develop a
working GMF editor ;-( There have been so much version incompatibilities
that I simply didn't get it to work. May be it's time to give it another
try...

Regards,
Eike Stepper
----
http://wiki.eclipse.org/CDO
http://wiki.eclipse.org/Net4j


>
>
> Eike Stepper wrote:
>> I can't see the content of this message but the title is quite
>> straight ;-)
>>
>> This question has been asked before in
>> http://dev.eclipse.org/newslists/news.eclipse.technology.emf t/msg00815.html
>> and although some technical details of CDO have changed since the
>> main problem seems still to be that GMF non-optionally uses EMFT
>> Transaction which seems to be incompatible with CDO's own
>> transactions. I'm still unfamiliar with GMF and with the details
>> about EMFT Transaction as well, hence I'm reliant on contributions
>> from users like you to make GMF work with CDO. May be there's even
>> action to be taken on GMF's side, for example decouple the GMF editor
>> from EMF Transaction. I may be wrong but since GMF would work on top
>> of CDO and since a transaction model is IMHO not the core business of
>> a graphical editor I have the feeling that the question should be
>> "When can GMF support CDO?" Of course I offer my help when it is of
>> value. It would really be nice to see GMF editors working on CDO models.
>>
>> Regards,
>> Eike Stepper
>> ----
>> http://wiki.eclipse.org/CDO
>> http://wiki.eclipse.org/Net4j
>>
Re: [CDO]When CDO can support GMF Editor? [message #105411 is a reply to message #105380] Thu, 27 December 2007 14:19 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: merks.ca.ibm.com

This is a multi-part message in MIME format.
--------------000308010808030705030100
Content-Type: multipart/alternative;
boundary="------------080002070101000005080905"


--------------080002070101000005080905
Content-Type: text/plain; charset=ISO-8859-15; format=flowed
Content-Transfer-Encoding: 7bit

Eike,

I'm playing with the Ecore graphical editor from the Ecore Tools
component and it's really very cool! I typically install all of EMF and
anything else I need other than the platform from CVS:

http://wiki.eclipse.org/EMF/Setting_up_a_development_environ ment

I've attached the *.psf that has all of GMF as well. Eventually I'd
like it if every project had such psf files so that any developer could
easily set of a development image to create high quality patches. I
hear there's working going on in the platform to solve the "JDT can't
compile against an external folder" problem; this will really help with
the bootstrapping problem...


Eike Stepper wrote:
> Ed Merks schrieb:
>> Eike,
>>
>> I suspect that the transaction API approach could be made to work as
>> a redundant layer on top of CDO resources, but I'm not an expert on
>> how that would be done. Perhaps it's as simple as using a CDO
>> enabled resource set within the GMF editor...
> I'd really like to work on such a prototype but I must admit that in
> the past I never managed to properly install a working GMF and develop
> a working GMF editor ;-( There have been so much version
> incompatibilities that I simply didn't get it to work. May be it's
> time to give it another try...
>
> Regards,
> Eike Stepper
> ----
> http://wiki.eclipse.org/CDO
> http://wiki.eclipse.org/Net4j
>
>
>>
>>
>> Eike Stepper wrote:
>>> I can't see the content of this message but the title is quite
>>> straight ;-)
>>>
>>> This question has been asked before in
>>> http://dev.eclipse.org/newslists/news.eclipse.technology.emf t/msg00815.html
>>> and although some technical details of CDO have changed since the
>>> main problem seems still to be that GMF non-optionally uses EMFT
>>> Transaction which seems to be incompatible with CDO's own
>>> transactions. I'm still unfamiliar with GMF and with the details
>>> about EMFT Transaction as well, hence I'm reliant on contributions
>>> from users like you to make GMF work with CDO. May be there's even
>>> action to be taken on GMF's side, for example decouple the GMF
>>> editor from EMF Transaction. I may be wrong but since GMF would work
>>> on top of CDO and since a transaction model is IMHO not the core
>>> business of a graphical editor I have the feeling that the question
>>> should be "When can GMF support CDO?" Of course I offer my help when
>>> it is of value. It would really be nice to see GMF editors working
>>> on CDO models.
>>>
>>> Regards,
>>> Eike Stepper
>>> ----
>>> http://wiki.eclipse.org/CDO
>>> http://wiki.eclipse.org/Net4j
>>>


--------------080002070101000005080905
Content-Type: text/html; charset=ISO-8859-15
Content-Transfer-Encoding: 8bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-15"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Eike,<br>
<br>
I'm playing with the Ecore graphical editor from the Ecore Tools
component and it's really very cool! I typically install all of EMF and
anything else I need other than the platform from CVS:<br>
<blockquote><a
href=" http://wiki.eclipse.org/EMF/Setting_up_a_development_environ ment"> http://wiki.eclipse.org/EMF/Setting_up_a_development_environ ment</a><br>
</blockquote>
I've attached the *.psf that has all of GMF as well.
Re: [CDO]When CDO can support GMF Editor? [message #105453 is a reply to message #105411] Thu, 27 December 2007 15:15 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: stepper.sympedia.de

This is a multi-part message in MIME format.
--------------030104060002030505020504
Content-Type: text/plain; charset=ISO-8859-15; format=flowed
Content-Transfer-Encoding: 7bit

Ed,

I just tried it with newest versions of GMF and all the dependencies
(although they're broken on the GMF download page). I can't get the
examples running properly. Geoshape always positions small figures in
the upper left corner and the Logic example can't start the wizard at
all. May be I'm mad but I've never seen a project that is so difficult
to use. I'm so jealous of everybody getting it to work.

More comments inline...

Regards,
Eike Stepper
----
http://wiki.eclipse.org/CDO
http://wiki.eclipse.org/Net4j


Ed Merks schrieb:
> Eike,
>
> I'm playing with the Ecore graphical editor from the Ecore Tools
> component and it's really very cool! I typically install all of EMF
> and anything else I need other than the platform from CVS:
>
> http://wiki.eclipse.org/EMF/Setting_up_a_development_environ ment
>
> I've attached the *.psf that has all of GMF as well. Eventually I'd
> like it if every project had such psf files so that any developer
> could easily set of a development image to create high quality patches.
I have one ;-)
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.emf/org .eclipse.emf.cdo/develop/psf/pserver/All.psf?root=Modeling_P roject&content-type=text%2Fplain&view=co

> I hear there's working going on in the platform to solve the "JDT
> can't compile against an external folder" problem; this will really
> help with the bootstrapping problem...
After 2 years and 29 votes - huuh!

>
>
> Eike Stepper wrote:
>> Ed Merks schrieb:
>>> Eike,
>>>
>>> I suspect that the transaction API approach could be made to work as
>>> a redundant layer on top of CDO resources, but I'm not an expert on
>>> how that would be done. Perhaps it's as simple as using a CDO
>>> enabled resource set within the GMF editor...
>> I'd really like to work on such a prototype but I must admit that in
>> the past I never managed to properly install a working GMF and
>> develop a working GMF editor ;-( There have been so much version
>> incompatibilities that I simply didn't get it to work. May be it's
>> time to give it another try...
>>
>> Regards,
>> Eike Stepper
>> ----
>> http://wiki.eclipse.org/CDO
>> http://wiki.eclipse.org/Net4j
>>
>>
>>>
>>>
>>> Eike Stepper wrote:
>>>> I can't see the content of this message but the title is quite
>>>> straight ;-)
>>>>
>>>> This question has been asked before in
>>>> http://dev.eclipse.org/newslists/news.eclipse.technology.emf t/msg00815.html
>>>> and although some technical details of CDO have changed since the
>>>> main problem seems still to be that GMF non-optionally uses EMFT
>>>> Transaction which seems to be incompatible with CDO's own
>>>> transactions. I'm still unfamiliar with GMF and with the details
>>>> about EMFT Transaction as well, hence I'm reliant on contributions
>>>> from users like you to make GMF work with CDO. May be there's even
>>>> action to be taken on GMF's side, for example decouple the GMF
>>>> editor from EMF Transaction. I may be wrong but since GMF would
>>>> work on top of CDO and since a transaction model is IMHO not the
>>>> core business of a graphical editor I have the feeling that the
>>>> question should be "When can GMF support CDO?" Of course I offer my
>>>> help when it is of value. It would really be nice to see GMF
>>>> editors working on CDO models.
>>>>
>>>> Regards,
>>>> Eike Stepper
>>>> ----
>>>> http://wiki.eclipse.org/CDO
>>>> http://wiki.eclipse.org/Net4j
>>>>
>

--------------030104060002030505020504
Content-Type: text/html; charset=ISO-8859-15
Content-Transfer-Encoding: 8bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-15"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Ed,<br>
<br>
I just tried it with newest versions of GMF and all the dependencies
(although they're broken on the GMF download page). I can't get the
examples running properly. Geoshape always positions small figures in
the upper left corner and the Logic example can't start the wizard at
all. May be I'm mad but I've never seen a project that is so difficult
to use. I'm so jealous of everybody getting it to work.<br>
<br>
More comments inline...<br>
<br>
Regards,<br>
Eike Stepper<br>
----<br>
<a class="moz-txt-link-freetext" href="http://wiki.eclipse.org/CDO">http://wiki.eclipse.org/CDO</a><br>
<a class="moz-txt-link-freetext" href="http://wiki.eclipse.org/Net4j">http://wiki.eclipse.org/Net4j</a><br>
<br>
<br>
Ed Merks schrieb:
<blockquote cite="mid:fl0c9n$v80$1@build.eclipse.org" type="cite">
<meta content="text/html;charset=ISO-8859-15"
http-equiv="Content-Type">
Eike,<br>
<br>
I'm playing with the Ecore graphical editor from the Ecore Tools
component and it's really very cool! I typically install all of EMF and
anything else I need other than the platform from CVS:<br>
<blockquote><a moz-do-not-send="true"
href=" http://wiki.eclipse.org/EMF/Setting_up_a_development_environ ment"> http://wiki.eclipse.org/EMF/Setting_up_a_development_environ ment</a><br>
</blockquote>
I've attached the *.psf that has all of GMF as well.
Re: [CDO]When CDO can support GMF Editor? [message #105468 is a reply to message #105453] Thu, 27 December 2007 16:21 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: stepper.sympedia.de

This is a multi-part message in MIME format.
--------------030605030208000208060200
Content-Type: text/plain; charset=ISO-8859-15; format=flowed
Content-Transfer-Encoding: 7bit

Eike Stepper schrieb:
> Ed,
>
> I just tried it with newest versions of GMF and all the dependencies
> (although they're broken on the GMF download page). I can't get the
> examples running properly. Geoshape always positions small figures in
> the upper left corner
Even the Ecore diagrams that you mention don't work properly: All
diagram elements stick in the upper left corner and are very small. I
can't move or resize them. I'm giving up again ;-)

Regards,
Eike Stepper
----
http://wiki.eclipse.org/CDO
http://wiki.eclipse.org/Net4j



--------------030605030208000208060200
Content-Type: text/html; charset=ISO-8859-15
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-15"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Eike Stepper schrieb:
<blockquote cite="mid:fl0fj0$t74$2@build.eclipse.org" type="cite">
<meta content="text/html;charset=ISO-8859-15"
http-equiv="Content-Type">
Ed,<br>
<br>
I just tried it with newest versions of GMF and all the dependencies
(although they're broken on the GMF download page). I can't get the
examples running properly. Geoshape always positions small figures in
the upper left corner </blockquote>
Even the Ecore diagrams that you mention don't work properly: All
diagram elements stick in the upper left corner and are very small. I
can't move or resize them. I'm giving up again ;-)<br>
<br>
Regards,<br>
Eike Stepper<br>
----<br>
<a class="moz-txt-link-freetext" href="http://wiki.eclipse.org/CDO">http://wiki.eclipse.org/CDO</a><br>
<a class="moz-txt-link-freetext" href="http://wiki.eclipse.org/Net4j">http://wiki.eclipse.org/Net4j</a><br>
<br>
<br>
</body>
</html>

--------------030605030208000208060200--
Re: [CDO]When CDO can support GMF Editor? [message #105479 is a reply to message #105468] Thu, 27 December 2007 16:33 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: merks.ca.ibm.com

This is a multi-part message in MIME format.
--------------090005030604020904000005
Content-Type: text/plain; charset=ISO-8859-15; format=flowed
Content-Transfer-Encoding: 7bit

Eike,

Hmmm. It worked for me, other than that I can't figure out how to make
lines show up...


Eike Stepper wrote:
> Eike Stepper schrieb:
>> Ed,
>>
>> I just tried it with newest versions of GMF and all the dependencies
>> (although they're broken on the GMF download page). I can't get the
>> examples running properly. Geoshape always positions small figures in
>> the upper left corner
> Even the Ecore diagrams that you mention don't work properly: All
> diagram elements stick in the upper left corner and are very small. I
> can't move or resize them. I'm giving up again ;-)
>
> Regards,
> Eike Stepper
> ----
> http://wiki.eclipse.org/CDO
> http://wiki.eclipse.org/Net4j
>
>


--------------090005030604020904000005
Content-Type: text/html; charset=ISO-8859-15
Content-Transfer-Encoding: 8bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-15"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Eike,<br>
<br>
Hmmm.
Re: [CDO]When CDO can support GMF Editor? [message #121908 is a reply to message #105479] Tue, 06 May 2008 10:42 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jan.herriger.gmx.de

Hi,

may be a little late, but I just felt over this topic ;-)

Sounds like, you're using Eclipse 3.4Mx. It seems, that there are/where
issues with grid size settings. Maybe this problem is related to german
clients (I think '.' and ',' is messed up a little, so grid size results
in a thousand inches or stl...)? Turning off snap to grid should should
enable you to position shapes correctly.

Regards,
Jan

Ed Merks schrieb:
> Eike,
>
> Hmmm. It worked for me, other than that I can't figure out how to make
> lines show up...
>
>
> Eike Stepper wrote:
>> Eike Stepper schrieb:
>>> Ed,
>>>
>>> I just tried it with newest versions of GMF and all the dependencies
>>> (although they're broken on the GMF download page). I can't get the
>>> examples running properly. Geoshape always positions small figures in
>>> the upper left corner
>> Even the Ecore diagrams that you mention don't work properly: All
>> diagram elements stick in the upper left corner and are very small. I
>> can't move or resize them. I'm giving up again ;-)
>>
>> Regards,
>> Eike Stepper
>> ----
>> http://wiki.eclipse.org/CDO
>> http://wiki.eclipse.org/Net4j
>>
>>
>
Re: [CDO]When CDO can support GMF Editor? [message #121921 is a reply to message #121908] Tue, 06 May 2008 10:45 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: merks.ca.ibm.com

Jan,

It's working really well these days!


Jan Herriger wrote:
> Hi,
>
> may be a little late, but I just felt over this topic ;-)
>
> Sounds like, you're using Eclipse 3.4Mx. It seems, that there
> are/where issues with grid size settings. Maybe this problem is
> related to german clients (I think '.' and ',' is messed up a little,
> so grid size results in a thousand inches or stl...)? Turning off snap
> to grid should should enable you to position shapes correctly.
>
> Regards,
> Jan
>
> Ed Merks schrieb:
>> Eike,
>>
>> Hmmm. It worked for me, other than that I can't figure out how to
>> make lines show up...
>>
>>
>> Eike Stepper wrote:
>>> Eike Stepper schrieb:
>>>> Ed,
>>>>
>>>> I just tried it with newest versions of GMF and all the
>>>> dependencies (although they're broken on the GMF download page). I
>>>> can't get the examples running properly. Geoshape always positions
>>>> small figures in the upper left corner
>>> Even the Ecore diagrams that you mention don't work properly: All
>>> diagram elements stick in the upper left corner and are very small.
>>> I can't move or resize them. I'm giving up again ;-)
>>>
>>> Regards,
>>> Eike Stepper
>>> ----
>>> http://wiki.eclipse.org/CDO
>>> http://wiki.eclipse.org/Net4j
>>>
>>>
>>
Re: [CDO]When CDO can support GMF Editor? [message #121934 is a reply to message #121921] Tue, 06 May 2008 11:30 Go to previous messageGo to next message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6682
Registered: July 2009
Senior Member
Hi Guys,

I'm a bit confused. Is this an old post or a new one? Is there a question
that I can answer?

Cheers
/Eike


Ed Merks wrote:

> Jan,

> It's working really well these days!


> Jan Herriger wrote:
>> Hi,
>>
>> may be a little late, but I just felt over this topic ;-)
>>
>> Sounds like, you're using Eclipse 3.4Mx. It seems, that there
>> are/where issues with grid size settings. Maybe this problem is
>> related to german clients (I think '.' and ',' is messed up a little,
>> so grid size results in a thousand inches or stl...)? Turning off snap
>> to grid should should enable you to position shapes correctly.
>>
>> Regards,
>> Jan
>>
>> Ed Merks schrieb:
>>> Eike,
>>>
>>> Hmmm. It worked for me, other than that I can't figure out how to
>>> make lines show up...
>>>
>>>
>>> Eike Stepper wrote:
>>>> Eike Stepper schrieb:
>>>>> Ed,
>>>>>
>>>>> I just tried it with newest versions of GMF and all the
>>>>> dependencies (although they're broken on the GMF download page). I
>>>>> can't get the examples running properly. Geoshape always positions
>>>>> small figures in the upper left corner
>>>> Even the Ecore diagrams that you mention don't work properly: All
>>>> diagram elements stick in the upper left corner and are very small.
>>>> I can't move or resize them. I'm giving up again ;-)
>>>>
>>>> Regards,
>>>> Eike Stepper
>>>> ----
>>>> http://wiki.eclipse.org/CDO
>>>> http://wiki.eclipse.org/Net4j
>>>>
>>>>
>>>


Re: [CDO]When CDO can support GMF Editor? [message #121961 is a reply to message #121934] Tue, 06 May 2008 11:49 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jan.herriger.gmx.de

Hi Eike,

I'm sorry about the confusion. I just wanted to mention, that your
problem with setting up a GMF environment, wasn't really GMF related. I
shouldn't have posted in such an old thread...

You can safely ignore my comment and concentrate on your great work ;-)

Eike Stepper schrieb:
> Hi Guys,
>
> I'm a bit confused. Is this an old post or a new one? Is there a
> question that I can answer?
>
> Cheers
> /Eike
>
>
> Ed Merks wrote:
>
>> Jan,
>
>> It's working really well these days!
>
>
>> Jan Herriger wrote:
>>> Hi,
>>>
>>> may be a little late, but I just felt over this topic ;-)
>>>
>>> Sounds like, you're using Eclipse 3.4Mx. It seems, that there
>>> are/where issues with grid size settings. Maybe this problem is
>>> related to german clients (I think '.' and ',' is messed up a little,
>>> so grid size results in a thousand inches or stl...)? Turning off
>>> snap to grid should should enable you to position shapes correctly.
>>>
>>> Regards,
>>> Jan
>>>
>>> Ed Merks schrieb:
>>>> Eike,
>>>>
>>>> Hmmm. It worked for me, other than that I can't figure out how to
>>>> make lines show up...
>>>>
>>>>
>>>> Eike Stepper wrote:
>>>>> Eike Stepper schrieb:
>>>>>> Ed,
>>>>>>
>>>>>> I just tried it with newest versions of GMF and all the
>>>>>> dependencies (although they're broken on the GMF download page). I
>>>>>> can't get the examples running properly. Geoshape always positions
>>>>>> small figures in the upper left corner
>>>>> Even the Ecore diagrams that you mention don't work properly: All
>>>>> diagram elements stick in the upper left corner and are very small.
>>>>> I can't move or resize them. I'm giving up again ;-)
>>>>>
>>>>> Regards,
>>>>> Eike Stepper
>>>>> ----
>>>>> http://wiki.eclipse.org/CDO
>>>>> http://wiki.eclipse.org/Net4j
>>>>>
>>>>>
>>>>
>
>
Re: [CDO]When CDO can support GMF Editor? [message #121998 is a reply to message #121961] Tue, 06 May 2008 16:36 Go to previous message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6682
Registered: July 2009
Senior Member
Jan Herriger wrote:

> Hi Eike,

> I'm sorry about the confusion. I just wanted to mention, that your
> problem with setting up a GMF environment, wasn't really GMF related. I
> shouldn't have posted in such an old thread...

> You can safely ignore my comment and concentrate on your great work ;-)

Ok, no problem!
And thank you ;-)

Cheers
/Eike



> Eike Stepper schrieb:
>> Hi Guys,
>>
>> I'm a bit confused. Is this an old post or a new one? Is there a
>> question that I can answer?
>>
>> Cheers
>> /Eike
>>
>>
>> Ed Merks wrote:
>>
>>> Jan,
>>
>>> It's working really well these days!
>>
>>
>>> Jan Herriger wrote:
>>>> Hi,
>>>>
>>>> may be a little late, but I just felt over this topic ;-)
>>>>
>>>> Sounds like, you're using Eclipse 3.4Mx. It seems, that there
>>>> are/where issues with grid size settings. Maybe this problem is
>>>> related to german clients (I think '.' and ',' is messed up a little,
>>>> so grid size results in a thousand inches or stl...)? Turning off
>>>> snap to grid should should enable you to position shapes correctly.
>>>>
>>>> Regards,
>>>> Jan
>>>>
>>>> Ed Merks schrieb:
>>>>> Eike,
>>>>>
>>>>> Hmmm. It worked for me, other than that I can't figure out how to
>>>>> make lines show up...
>>>>>
>>>>>
>>>>> Eike Stepper wrote:
>>>>>> Eike Stepper schrieb:
>>>>>>> Ed,
>>>>>>>
>>>>>>> I just tried it with newest versions of GMF and all the
>>>>>>> dependencies (although they're broken on the GMF download page). I
>>>>>>> can't get the examples running properly. Geoshape always positions
>>>>>>> small figures in the upper left corner
>>>>>> Even the Ecore diagrams that you mention don't work properly: All
>>>>>> diagram elements stick in the upper left corner and are very small.
>>>>>> I can't move or resize them. I'm giving up again ;-)
>>>>>>
>>>>>> Regards,
>>>>>> Eike Stepper
>>>>>> ----
>>>>>> http://wiki.eclipse.org/CDO
>>>>>> http://wiki.eclipse.org/Net4j
>>>>>>
>>>>>>
>>>>>
>>
>>


Re: [CDO]When CDO can support GMF Editor? [message #613015 is a reply to message #105183] Thu, 27 December 2007 11:24 Go to previous message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6682
Registered: July 2009
Senior Member
I can't see the content of this message but the title is quite straight ;-)

This question has been asked before in
http://dev.eclipse.org/newslists/news.eclipse.technology.emf t/msg00815.html
and although some technical details of CDO have changed since the main
problem seems still to be that GMF non-optionally uses EMFT Transaction
which seems to be incompatible with CDO's own transactions. I'm still
unfamiliar with GMF and with the details about EMFT Transaction as well,
hence I'm reliant on contributions from users like you to make GMF work
with CDO. May be there's even action to be taken on GMF's side, for
example decouple the GMF editor from EMF Transaction. I may be wrong but
since GMF would work on top of CDO and since a transaction model is IMHO
not the core business of a graphical editor I have the feeling that the
question should be "When can GMF support CDO?" Of course I offer my help
when it is of value. It would really be nice to see GMF editors working
on CDO models.

Regards,
Eike Stepper
----
http://wiki.eclipse.org/CDO
http://wiki.eclipse.org/Net4j


Re: [CDO]When CDO can support GMF Editor? [message #613029 is a reply to message #105290] Thu, 27 December 2007 13:17 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33113
Registered: July 2009
Senior Member
Eike,

I suspect that the transaction API approach could be made to work as a
redundant layer on top of CDO resources, but I'm not an expert on how
that would be done. Perhaps it's as simple as using a CDO enabled
resource set within the GMF editor...


Eike Stepper wrote:
> I can't see the content of this message but the title is quite
> straight ;-)
>
> This question has been asked before in
> http://dev.eclipse.org/newslists/news.eclipse.technology.emf t/msg00815.html
> and although some technical details of CDO have changed since the main
> problem seems still to be that GMF non-optionally uses EMFT
> Transaction which seems to be incompatible with CDO's own
> transactions. I'm still unfamiliar with GMF and with the details about
> EMFT Transaction as well, hence I'm reliant on contributions from
> users like you to make GMF work with CDO. May be there's even action
> to be taken on GMF's side, for example decouple the GMF editor from
> EMF Transaction. I may be wrong but since GMF would work on top of CDO
> and since a transaction model is IMHO not the core business of a
> graphical editor I have the feeling that the question should be "When
> can GMF support CDO?" Of course I offer my help when it is of value.
> It would really be nice to see GMF editors working on CDO models.
>
> Regards,
> Eike Stepper
> ----
> http://wiki.eclipse.org/CDO
> http://wiki.eclipse.org/Net4j
>


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: [CDO]When CDO can support GMF Editor? [message #613031 is a reply to message #105365] Thu, 27 December 2007 13:47 Go to previous message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6682
Registered: July 2009
Senior Member
Ed Merks schrieb:
> Eike,
>
> I suspect that the transaction API approach could be made to work as a
> redundant layer on top of CDO resources, but I'm not an expert on how
> that would be done. Perhaps it's as simple as using a CDO enabled
> resource set within the GMF editor...
I'd really like to work on such a prototype but I must admit that in the
past I never managed to properly install a working GMF and develop a
working GMF editor ;-( There have been so much version incompatibilities
that I simply didn't get it to work. May be it's time to give it another
try...

Regards,
Eike Stepper
----
http://wiki.eclipse.org/CDO
http://wiki.eclipse.org/Net4j


>
>
> Eike Stepper wrote:
>> I can't see the content of this message but the title is quite
>> straight ;-)
>>
>> This question has been asked before in
>> http://dev.eclipse.org/newslists/news.eclipse.technology.emf t/msg00815.html
>> and although some technical details of CDO have changed since the
>> main problem seems still to be that GMF non-optionally uses EMFT
>> Transaction which seems to be incompatible with CDO's own
>> transactions. I'm still unfamiliar with GMF and with the details
>> about EMFT Transaction as well, hence I'm reliant on contributions
>> from users like you to make GMF work with CDO. May be there's even
>> action to be taken on GMF's side, for example decouple the GMF editor
>> from EMF Transaction. I may be wrong but since GMF would work on top
>> of CDO and since a transaction model is IMHO not the core business of
>> a graphical editor I have the feeling that the question should be
>> "When can GMF support CDO?" Of course I offer my help when it is of
>> value. It would really be nice to see GMF editors working on CDO models.
>>
>> Regards,
>> Eike Stepper
>> ----
>> http://wiki.eclipse.org/CDO
>> http://wiki.eclipse.org/Net4j
>>


Re: [CDO]When CDO can support GMF Editor? [message #613034 is a reply to message #105380] Thu, 27 December 2007 14:19 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33113
Registered: July 2009
Senior Member
This is a multi-part message in MIME format.
--------------000308010808030705030100
Content-Type: multipart/alternative;
boundary="------------080002070101000005080905"


--------------080002070101000005080905
Content-Type: text/plain; charset=ISO-8859-15; format=flowed
Content-Transfer-Encoding: 7bit

Eike,

I'm playing with the Ecore graphical editor from the Ecore Tools
component and it's really very cool! I typically install all of EMF and
anything else I need other than the platform from CVS:

http://wiki.eclipse.org/EMF/Setting_up_a_development_environ ment

I've attached the *.psf that has all of GMF as well. Eventually I'd
like it if every project had such psf files so that any developer could
easily set of a development image to create high quality patches. I
hear there's working going on in the platform to solve the "JDT can't
compile against an external folder" problem; this will really help with
the bootstrapping problem...


Eike Stepper wrote:
> Ed Merks schrieb:
>> Eike,
>>
>> I suspect that the transaction API approach could be made to work as
>> a redundant layer on top of CDO resources, but I'm not an expert on
>> how that would be done. Perhaps it's as simple as using a CDO
>> enabled resource set within the GMF editor...
> I'd really like to work on such a prototype but I must admit that in
> the past I never managed to properly install a working GMF and develop
> a working GMF editor ;-( There have been so much version
> incompatibilities that I simply didn't get it to work. May be it's
> time to give it another try...
>
> Regards,
> Eike Stepper
> ----
> http://wiki.eclipse.org/CDO
> http://wiki.eclipse.org/Net4j
>
>
>>
>>
>> Eike Stepper wrote:
>>> I can't see the content of this message but the title is quite
>>> straight ;-)
>>>
>>> This question has been asked before in
>>> http://dev.eclipse.org/newslists/news.eclipse.technology.emf t/msg00815.html
>>> and although some technical details of CDO have changed since the
>>> main problem seems still to be that GMF non-optionally uses EMFT
>>> Transaction which seems to be incompatible with CDO's own
>>> transactions. I'm still unfamiliar with GMF and with the details
>>> about EMFT Transaction as well, hence I'm reliant on contributions
>>> from users like you to make GMF work with CDO. May be there's even
>>> action to be taken on GMF's side, for example decouple the GMF
>>> editor from EMF Transaction. I may be wrong but since GMF would work
>>> on top of CDO and since a transaction model is IMHO not the core
>>> business of a graphical editor I have the feeling that the question
>>> should be "When can GMF support CDO?" Of course I offer my help when
>>> it is of value. It would really be nice to see GMF editors working
>>> on CDO models.
>>>
>>> Regards,
>>> Eike Stepper
>>> ----
>>> http://wiki.eclipse.org/CDO
>>> http://wiki.eclipse.org/Net4j
>>>


--------------080002070101000005080905
Content-Type: text/html; charset=ISO-8859-15
Content-Transfer-Encoding: 8bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-15"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Eike,<br>
<br>
I'm playing with the Ecore graphical editor from the Ecore Tools
component and it's really very cool! I typically install all of EMF and
anything else I need other than the platform from CVS:<br>
<blockquote><a
href=" http://wiki.eclipse.org/EMF/Setting_up_a_development_environ ment"> http://wiki.eclipse.org/EMF/Setting_up_a_development_environ ment</a><br>
</blockquote>
I've attached the *.psf that has all of GMF as well.


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: [CDO]When CDO can support GMF Editor? [message #613038 is a reply to message #105411] Thu, 27 December 2007 15:15 Go to previous message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6682
Registered: July 2009
Senior Member
This is a multi-part message in MIME format.
--------------030104060002030505020504
Content-Type: text/plain; charset=ISO-8859-15; format=flowed
Content-Transfer-Encoding: 7bit

Ed,

I just tried it with newest versions of GMF and all the dependencies
(although they're broken on the GMF download page). I can't get the
examples running properly. Geoshape always positions small figures in
the upper left corner and the Logic example can't start the wizard at
all. May be I'm mad but I've never seen a project that is so difficult
to use. I'm so jealous of everybody getting it to work.

More comments inline...

Regards,
Eike Stepper
----
http://wiki.eclipse.org/CDO
http://wiki.eclipse.org/Net4j


Ed Merks schrieb:
> Eike,
>
> I'm playing with the Ecore graphical editor from the Ecore Tools
> component and it's really very cool! I typically install all of EMF
> and anything else I need other than the platform from CVS:
>
> http://wiki.eclipse.org/EMF/Setting_up_a_development_environ ment
>
> I've attached the *.psf that has all of GMF as well. Eventually I'd
> like it if every project had such psf files so that any developer
> could easily set of a development image to create high quality patches.
I have one ;-)
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.emf/org .eclipse.emf.cdo/develop/psf/pserver/All.psf?root=Modeling_P roject&content-type=text%2Fplain&view=co

> I hear there's working going on in the platform to solve the "JDT
> can't compile against an external folder" problem; this will really
> help with the bootstrapping problem...
After 2 years and 29 votes - huuh!

>
>
> Eike Stepper wrote:
>> Ed Merks schrieb:
>>> Eike,
>>>
>>> I suspect that the transaction API approach could be made to work as
>>> a redundant layer on top of CDO resources, but I'm not an expert on
>>> how that would be done. Perhaps it's as simple as using a CDO
>>> enabled resource set within the GMF editor...
>> I'd really like to work on such a prototype but I must admit that in
>> the past I never managed to properly install a working GMF and
>> develop a working GMF editor ;-( There have been so much version
>> incompatibilities that I simply didn't get it to work. May be it's
>> time to give it another try...
>>
>> Regards,
>> Eike Stepper
>> ----
>> http://wiki.eclipse.org/CDO
>> http://wiki.eclipse.org/Net4j
>>
>>
>>>
>>>
>>> Eike Stepper wrote:
>>>> I can't see the content of this message but the title is quite
>>>> straight ;-)
>>>>
>>>> This question has been asked before in
>>>> http://dev.eclipse.org/newslists/news.eclipse.technology.emf t/msg00815.html
>>>> and although some technical details of CDO have changed since the
>>>> main problem seems still to be that GMF non-optionally uses EMFT
>>>> Transaction which seems to be incompatible with CDO's own
>>>> transactions. I'm still unfamiliar with GMF and with the details
>>>> about EMFT Transaction as well, hence I'm reliant on contributions
>>>> from users like you to make GMF work with CDO. May be there's even
>>>> action to be taken on GMF's side, for example decouple the GMF
>>>> editor from EMF Transaction. I may be wrong but since GMF would
>>>> work on top of CDO and since a transaction model is IMHO not the
>>>> core business of a graphical editor I have the feeling that the
>>>> question should be "When can GMF support CDO?" Of course I offer my
>>>> help when it is of value. It would really be nice to see GMF
>>>> editors working on CDO models.
>>>>
>>>> Regards,
>>>> Eike Stepper
>>>> ----
>>>> http://wiki.eclipse.org/CDO
>>>> http://wiki.eclipse.org/Net4j
>>>>
>

--------------030104060002030505020504
Content-Type: text/html; charset=ISO-8859-15
Content-Transfer-Encoding: 8bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-15"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Ed,<br>
<br>
I just tried it with newest versions of GMF and all the dependencies
(although they're broken on the GMF download page). I can't get the
examples running properly. Geoshape always positions small figures in
the upper left corner and the Logic example can't start the wizard at
all. May be I'm mad but I've never seen a project that is so difficult
to use. I'm so jealous of everybody getting it to work.<br>
<br>
More comments inline...<br>
<br>
Regards,<br>
Eike Stepper<br>
----<br>
<a class="moz-txt-link-freetext" href="http://wiki.eclipse.org/CDO">http://wiki.eclipse.org/CDO</a><br>
<a class="moz-txt-link-freetext" href="http://wiki.eclipse.org/Net4j">http://wiki.eclipse.org/Net4j</a><br>
<br>
<br>
Ed Merks schrieb:
<blockquote cite="mid:fl0c9n$v80$1@build.eclipse.org" type="cite">
<meta content="text/html;charset=ISO-8859-15"
http-equiv="Content-Type">
Eike,<br>
<br>
I'm playing with the Ecore graphical editor from the Ecore Tools
component and it's really very cool! I typically install all of EMF and
anything else I need other than the platform from CVS:<br>
<blockquote><a moz-do-not-send="true"
href=" http://wiki.eclipse.org/EMF/Setting_up_a_development_environ ment"> http://wiki.eclipse.org/EMF/Setting_up_a_development_environ ment</a><br>
</blockquote>
I've attached the *.psf that has all of GMF as well.


Re: [CDO]When CDO can support GMF Editor? [message #613041 is a reply to message #105453] Thu, 27 December 2007 16:21 Go to previous message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6682
Registered: July 2009
Senior Member
This is a multi-part message in MIME format.
--------------030605030208000208060200
Content-Type: text/plain; charset=ISO-8859-15; format=flowed
Content-Transfer-Encoding: 7bit

Eike Stepper schrieb:
> Ed,
>
> I just tried it with newest versions of GMF and all the dependencies
> (although they're broken on the GMF download page). I can't get the
> examples running properly. Geoshape always positions small figures in
> the upper left corner
Even the Ecore diagrams that you mention don't work properly: All
diagram elements stick in the upper left corner and are very small. I
can't move or resize them. I'm giving up again ;-)

Regards,
Eike Stepper
----
http://wiki.eclipse.org/CDO
http://wiki.eclipse.org/Net4j



--------------030605030208000208060200
Content-Type: text/html; charset=ISO-8859-15
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-15"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Eike Stepper schrieb:
<blockquote cite="mid:fl0fj0$t74$2@build.eclipse.org" type="cite">
<meta content="text/html;charset=ISO-8859-15"
http-equiv="Content-Type">
Ed,<br>
<br>
I just tried it with newest versions of GMF and all the dependencies
(although they're broken on the GMF download page). I can't get the
examples running properly. Geoshape always positions small figures in
the upper left corner </blockquote>
Even the Ecore diagrams that you mention don't work properly: All
diagram elements stick in the upper left corner and are very small. I
can't move or resize them. I'm giving up again ;-)<br>
<br>
Regards,<br>
Eike Stepper<br>
----<br>
<a class="moz-txt-link-freetext" href="http://wiki.eclipse.org/CDO">http://wiki.eclipse.org/CDO</a><br>
<a class="moz-txt-link-freetext" href="http://wiki.eclipse.org/Net4j">http://wiki.eclipse.org/Net4j</a><br>
<br>
<br>
</body>
</html>

--------------030605030208000208060200--


Re: [CDO]When CDO can support GMF Editor? [message #613042 is a reply to message #105468] Thu, 27 December 2007 16:33 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33113
Registered: July 2009
Senior Member
This is a multi-part message in MIME format.
--------------090005030604020904000005
Content-Type: text/plain; charset=ISO-8859-15; format=flowed
Content-Transfer-Encoding: 7bit

Eike,

Hmmm. It worked for me, other than that I can't figure out how to make
lines show up...


Eike Stepper wrote:
> Eike Stepper schrieb:
>> Ed,
>>
>> I just tried it with newest versions of GMF and all the dependencies
>> (although they're broken on the GMF download page). I can't get the
>> examples running properly. Geoshape always positions small figures in
>> the upper left corner
> Even the Ecore diagrams that you mention don't work properly: All
> diagram elements stick in the upper left corner and are very small. I
> can't move or resize them. I'm giving up again ;-)
>
> Regards,
> Eike Stepper
> ----
> http://wiki.eclipse.org/CDO
> http://wiki.eclipse.org/Net4j
>
>


--------------090005030604020904000005
Content-Type: text/html; charset=ISO-8859-15
Content-Transfer-Encoding: 8bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-15"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Eike,<br>
<br>
Hmmm.


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: [CDO]When CDO can support GMF Editor? [message #617996 is a reply to message #105479] Tue, 06 May 2008 10:42 Go to previous message
Jan Herriger is currently offline Jan HerrigerFriend
Messages: 6
Registered: July 2009
Junior Member
Hi,

may be a little late, but I just felt over this topic ;-)

Sounds like, you're using Eclipse 3.4Mx. It seems, that there are/where
issues with grid size settings. Maybe this problem is related to german
clients (I think '.' and ',' is messed up a little, so grid size results
in a thousand inches or stl...)? Turning off snap to grid should should
enable you to position shapes correctly.

Regards,
Jan

Ed Merks schrieb:
> Eike,
>
> Hmmm. It worked for me, other than that I can't figure out how to make
> lines show up...
>
>
> Eike Stepper wrote:
>> Eike Stepper schrieb:
>>> Ed,
>>>
>>> I just tried it with newest versions of GMF and all the dependencies
>>> (although they're broken on the GMF download page). I can't get the
>>> examples running properly. Geoshape always positions small figures in
>>> the upper left corner
>> Even the Ecore diagrams that you mention don't work properly: All
>> diagram elements stick in the upper left corner and are very small. I
>> can't move or resize them. I'm giving up again ;-)
>>
>> Regards,
>> Eike Stepper
>> ----
>> http://wiki.eclipse.org/CDO
>> http://wiki.eclipse.org/Net4j
>>
>>
>
Re: [CDO]When CDO can support GMF Editor? [message #617997 is a reply to message #121908] Tue, 06 May 2008 10:45 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33113
Registered: July 2009
Senior Member
Jan,

It's working really well these days!


Jan Herriger wrote:
> Hi,
>
> may be a little late, but I just felt over this topic ;-)
>
> Sounds like, you're using Eclipse 3.4Mx. It seems, that there
> are/where issues with grid size settings. Maybe this problem is
> related to german clients (I think '.' and ',' is messed up a little,
> so grid size results in a thousand inches or stl...)? Turning off snap
> to grid should should enable you to position shapes correctly.
>
> Regards,
> Jan
>
> Ed Merks schrieb:
>> Eike,
>>
>> Hmmm. It worked for me, other than that I can't figure out how to
>> make lines show up...
>>
>>
>> Eike Stepper wrote:
>>> Eike Stepper schrieb:
>>>> Ed,
>>>>
>>>> I just tried it with newest versions of GMF and all the
>>>> dependencies (although they're broken on the GMF download page). I
>>>> can't get the examples running properly. Geoshape always positions
>>>> small figures in the upper left corner
>>> Even the Ecore diagrams that you mention don't work properly: All
>>> diagram elements stick in the upper left corner and are very small.
>>> I can't move or resize them. I'm giving up again ;-)
>>>
>>> Regards,
>>> Eike Stepper
>>> ----
>>> http://wiki.eclipse.org/CDO
>>> http://wiki.eclipse.org/Net4j
>>>
>>>
>>


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: [CDO]When CDO can support GMF Editor? [message #617998 is a reply to message #121921] Tue, 06 May 2008 11:30 Go to previous message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6682
Registered: July 2009
Senior Member
Hi Guys,

I'm a bit confused. Is this an old post or a new one? Is there a question
that I can answer?

Cheers
/Eike


Ed Merks wrote:

> Jan,

> It's working really well these days!


> Jan Herriger wrote:
>> Hi,
>>
>> may be a little late, but I just felt over this topic ;-)
>>
>> Sounds like, you're using Eclipse 3.4Mx. It seems, that there
>> are/where issues with grid size settings. Maybe this problem is
>> related to german clients (I think '.' and ',' is messed up a little,
>> so grid size results in a thousand inches or stl...)? Turning off snap
>> to grid should should enable you to position shapes correctly.
>>
>> Regards,
>> Jan
>>
>> Ed Merks schrieb:
>>> Eike,
>>>
>>> Hmmm. It worked for me, other than that I can't figure out how to
>>> make lines show up...
>>>
>>>
>>> Eike Stepper wrote:
>>>> Eike Stepper schrieb:
>>>>> Ed,
>>>>>
>>>>> I just tried it with newest versions of GMF and all the
>>>>> dependencies (although they're broken on the GMF download page). I
>>>>> can't get the examples running properly. Geoshape always positions
>>>>> small figures in the upper left corner
>>>> Even the Ecore diagrams that you mention don't work properly: All
>>>> diagram elements stick in the upper left corner and are very small.
>>>> I can't move or resize them. I'm giving up again ;-)
>>>>
>>>> Regards,
>>>> Eike Stepper
>>>> ----
>>>> http://wiki.eclipse.org/CDO
>>>> http://wiki.eclipse.org/Net4j
>>>>
>>>>
>>>


Re: [CDO]When CDO can support GMF Editor? [message #618000 is a reply to message #121934] Tue, 06 May 2008 11:49 Go to previous message
Jan Herriger is currently offline Jan HerrigerFriend
Messages: 6
Registered: July 2009
Junior Member
Hi Eike,

I'm sorry about the confusion. I just wanted to mention, that your
problem with setting up a GMF environment, wasn't really GMF related. I
shouldn't have posted in such an old thread...

You can safely ignore my comment and concentrate on your great work ;-)

Eike Stepper schrieb:
> Hi Guys,
>
> I'm a bit confused. Is this an old post or a new one? Is there a
> question that I can answer?
>
> Cheers
> /Eike
>
>
> Ed Merks wrote:
>
>> Jan,
>
>> It's working really well these days!
>
>
>> Jan Herriger wrote:
>>> Hi,
>>>
>>> may be a little late, but I just felt over this topic ;-)
>>>
>>> Sounds like, you're using Eclipse 3.4Mx. It seems, that there
>>> are/where issues with grid size settings. Maybe this problem is
>>> related to german clients (I think '.' and ',' is messed up a little,
>>> so grid size results in a thousand inches or stl...)? Turning off
>>> snap to grid should should enable you to position shapes correctly.
>>>
>>> Regards,
>>> Jan
>>>
>>> Ed Merks schrieb:
>>>> Eike,
>>>>
>>>> Hmmm. It worked for me, other than that I can't figure out how to
>>>> make lines show up...
>>>>
>>>>
>>>> Eike Stepper wrote:
>>>>> Eike Stepper schrieb:
>>>>>> Ed,
>>>>>>
>>>>>> I just tried it with newest versions of GMF and all the
>>>>>> dependencies (although they're broken on the GMF download page). I
>>>>>> can't get the examples running properly. Geoshape always positions
>>>>>> small figures in the upper left corner
>>>>> Even the Ecore diagrams that you mention don't work properly: All
>>>>> diagram elements stick in the upper left corner and are very small.
>>>>> I can't move or resize them. I'm giving up again ;-)
>>>>>
>>>>> Regards,
>>>>> Eike Stepper
>>>>> ----
>>>>> http://wiki.eclipse.org/CDO
>>>>> http://wiki.eclipse.org/Net4j
>>>>>
>>>>>
>>>>
>
>
Re: [CDO]When CDO can support GMF Editor? [message #618003 is a reply to message #121961] Tue, 06 May 2008 16:36 Go to previous message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6682
Registered: July 2009
Senior Member
Jan Herriger wrote:

> Hi Eike,

> I'm sorry about the confusion. I just wanted to mention, that your
> problem with setting up a GMF environment, wasn't really GMF related. I
> shouldn't have posted in such an old thread...

> You can safely ignore my comment and concentrate on your great work ;-)

Ok, no problem!
And thank you ;-)

Cheers
/Eike



> Eike Stepper schrieb:
>> Hi Guys,
>>
>> I'm a bit confused. Is this an old post or a new one? Is there a
>> question that I can answer?
>>
>> Cheers
>> /Eike
>>
>>
>> Ed Merks wrote:
>>
>>> Jan,
>>
>>> It's working really well these days!
>>
>>
>>> Jan Herriger wrote:
>>>> Hi,
>>>>
>>>> may be a little late, but I just felt over this topic ;-)
>>>>
>>>> Sounds like, you're using Eclipse 3.4Mx. It seems, that there
>>>> are/where issues with grid size settings. Maybe this problem is
>>>> related to german clients (I think '.' and ',' is messed up a little,
>>>> so grid size results in a thousand inches or stl...)? Turning off
>>>> snap to grid should should enable you to position shapes correctly.
>>>>
>>>> Regards,
>>>> Jan
>>>>
>>>> Ed Merks schrieb:
>>>>> Eike,
>>>>>
>>>>> Hmmm. It worked for me, other than that I can't figure out how to
>>>>> make lines show up...
>>>>>
>>>>>
>>>>> Eike Stepper wrote:
>>>>>> Eike Stepper schrieb:
>>>>>>> Ed,
>>>>>>>
>>>>>>> I just tried it with newest versions of GMF and all the
>>>>>>> dependencies (although they're broken on the GMF download page). I
>>>>>>> can't get the examples running properly. Geoshape always positions
>>>>>>> small figures in the upper left corner
>>>>>> Even the Ecore diagrams that you mention don't work properly: All
>>>>>> diagram elements stick in the upper left corner and are very small.
>>>>>> I can't move or resize them. I'm giving up again ;-)
>>>>>>
>>>>>> Regards,
>>>>>> Eike Stepper
>>>>>> ----
>>>>>> http://wiki.eclipse.org/CDO
>>>>>> http://wiki.eclipse.org/Net4j
>>>>>>
>>>>>>
>>>>>
>>
>>


Previous Topic:[CDO] Problem with single Ecore, multiple packages
Next Topic:[Teneo] hibernate3.jar dependencies
Goto Forum:
  


Current Time: Thu Mar 28 23:56:10 GMT 2024

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

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

Back to the top