Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » Example projects in CVS don't compile with GEF 3.1.1
Example projects in CVS don't compile with GEF 3.1.1 [message #199067] Thu, 13 October 2005 18:06 Go to next message
Felix L J Mayer is currently offline Felix L J MayerFriend
Messages: 202
Registered: July 2009
Senior Member
I noticed that most of the example projects in CVS don't compile when used
with GEF 3.1.1. It seems like some abstract methods are not implemented.
Re: Example projects in CVS don't compile with GEF 3.1.1 [message #199080 is a reply to message #199067] Thu, 13 October 2005 18:08 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: none.us.ibm.com

That is correct.

"Felix L J Mayer" <felix.mayer@objectaid.com> wrote in message
news:dim7mo$o9u$1@news.eclipse.org...
>I noticed that most of the example projects in CVS don't compile when used
>with GEF 3.1.1. It seems like some abstract methods are not implemented.
>
Re: Example projects in CVS don't compile with GEF 3.1.1 [message #199088 is a reply to message #199067] Thu, 13 October 2005 18:10 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: none.unknown.com

Yes, those abstract methods were made concrete in 3.2. Empty
implementations of such methods were removed from sub-classes.

"Felix L J Mayer" <felix.mayer@objectaid.com> wrote in message
news:dim7mo$o9u$1@news.eclipse.org...
> I noticed that most of the example projects in CVS don't compile when used
> with GEF 3.1.1. It seems like some abstract methods are not implemented.
>
>
Re: Example projects in CVS don't compile with GEF 3.1.1 [message #199144 is a reply to message #199088] Thu, 13 October 2005 20:56 Go to previous messageGo to next message
Felix L J Mayer is currently offline Felix L J MayerFriend
Messages: 202
Registered: July 2009
Senior Member
So it there a CVS tag I can extract to have it compile with 3.1.1?

"Pratik Shah" <none@unknown.com> wrote in message
news:dim7u7$olb$1@news.eclipse.org...
> Yes, those abstract methods were made concrete in 3.2. Empty
> implementations of such methods were removed from sub-classes.
>
> "Felix L J Mayer" <felix.mayer@objectaid.com> wrote in message
> news:dim7mo$o9u$1@news.eclipse.org...
>> I noticed that most of the example projects in CVS don't compile when
>> used
>> with GEF 3.1.1. It seems like some abstract methods are not implemented.
>>
>>
>
>
Re: Example projects in CVS don't compile with GEF 3.1.1 [message #199181 is a reply to message #199144] Thu, 13 October 2005 22:37 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: none.unknown.com

R31_Maintenance

"Felix L J Mayer" <felix.mayer@objectaid.com> wrote in message
news:dimhms$6bv$1@news.eclipse.org...
> So it there a CVS tag I can extract to have it compile with 3.1.1?
>
> "Pratik Shah" <none@unknown.com> wrote in message
> news:dim7u7$olb$1@news.eclipse.org...
> > Yes, those abstract methods were made concrete in 3.2. Empty
> > implementations of such methods were removed from sub-classes.
> >
> > "Felix L J Mayer" <felix.mayer@objectaid.com> wrote in message
> > news:dim7mo$o9u$1@news.eclipse.org...
> >> I noticed that most of the example projects in CVS don't compile when
> >> used
> >> with GEF 3.1.1. It seems like some abstract methods are not
implemented.
> >>
> >>
> >
> >
>
>
Re: Example projects in CVS don't compile with GEF 3.1.1 [message #199277 is a reply to message #199181] Fri, 14 October 2005 14:12 Go to previous messageGo to next message
Felix L J Mayer is currently offline Felix L J MayerFriend
Messages: 202
Registered: July 2009
Senior Member
That tag and and R3_1 both produce this error in ediagram:

The type DiagramLayoutEditPolicy must implement the inherited abstract
method ConstrainedLayoutEditPolicy.createAddCommand(EditPart, Object)
in
org.eclipse.gef.examples.ediagram/src/org/eclipse/gef/exampl es/ediagram/edit/policies/DiagramLayoutEditPolicy.java
line 57


"Pratik Shah" <none@unknown.com> wrote in message
news:dimnk8$d6m$1@news.eclipse.org...
> R31_Maintenance
>
> "Felix L J Mayer" <felix.mayer@objectaid.com> wrote in message
> news:dimhms$6bv$1@news.eclipse.org...
>> So it there a CVS tag I can extract to have it compile with 3.1.1?
>>
>> "Pratik Shah" <none@unknown.com> wrote in message
>> news:dim7u7$olb$1@news.eclipse.org...
>> > Yes, those abstract methods were made concrete in 3.2. Empty
>> > implementations of such methods were removed from sub-classes.
>> >
>> > "Felix L J Mayer" <felix.mayer@objectaid.com> wrote in message
>> > news:dim7mo$o9u$1@news.eclipse.org...
>> >> I noticed that most of the example projects in CVS don't compile when
>> >> used
>> >> with GEF 3.1.1. It seems like some abstract methods are not
> implemented.
>> >>
>> >>
>> >
>> >
>>
>>
>
>
Re: Example projects in CVS don't compile with GEF 3.1.1 [message #199286 is a reply to message #199277] Fri, 14 October 2005 14:18 Go to previous messageGo to next message
Felix L J Mayer is currently offline Felix L J MayerFriend
Messages: 202
Registered: July 2009
Senior Member
Actually, with the R3_1 tag the error goes away.

"Felix L J Mayer" <felix.mayer@objectaid.com> wrote in message
news:dioec0$bm1$1@news.eclipse.org...
> That tag and and R3_1 both produce this error in ediagram:
>
> The type DiagramLayoutEditPolicy must implement the inherited abstract
> method ConstrainedLayoutEditPolicy.createAddCommand(EditPart, Object)
> in
> org.eclipse.gef.examples.ediagram/src/org/eclipse/gef/exampl es/ediagram/edit/policies/DiagramLayoutEditPolicy.java
> line 57
>
>
> "Pratik Shah" <none@unknown.com> wrote in message
> news:dimnk8$d6m$1@news.eclipse.org...
>> R31_Maintenance
>>
>> "Felix L J Mayer" <felix.mayer@objectaid.com> wrote in message
>> news:dimhms$6bv$1@news.eclipse.org...
>>> So it there a CVS tag I can extract to have it compile with 3.1.1?
>>>
>>> "Pratik Shah" <none@unknown.com> wrote in message
>>> news:dim7u7$olb$1@news.eclipse.org...
>>> > Yes, those abstract methods were made concrete in 3.2. Empty
>>> > implementations of such methods were removed from sub-classes.
>>> >
>>> > "Felix L J Mayer" <felix.mayer@objectaid.com> wrote in message
>>> > news:dim7mo$o9u$1@news.eclipse.org...
>>> >> I noticed that most of the example projects in CVS don't compile when
>>> >> used
>>> >> with GEF 3.1.1. It seems like some abstract methods are not
>> implemented.
>>> >>
>>> >>
>>> >
>>> >
>>>
>>>
>>
>>
>
>
Re: Example projects in CVS don't compile with GEF 3.1.1 [message #199310 is a reply to message #199144] Fri, 14 October 2005 14:36 Go to previous message
Eclipse UserFriend
Originally posted by: none.us.ibm.com

Mixing CVS streams is the same as mixing releases. The 3.1 release of the
examples would not compile with GEF 3.0.

HEAD is ongoing 3.2 work, and the HEAD examples will require all of the
other GEF plug-ins from HEAD, as well as whichever level of the eclipse
platform we decide to use that day, which is typically the most recent 3.2
milestone.

"Felix L J Mayer" <felix.mayer@objectaid.com> wrote in message
news:dimhms$6bv$1@news.eclipse.org...
> So it there a CVS tag I can extract to have it compile with 3.1.1?
>
> "Pratik Shah" <none@unknown.com> wrote in message
> news:dim7u7$olb$1@news.eclipse.org...
>> Yes, those abstract methods were made concrete in 3.2. Empty
>> implementations of such methods were removed from sub-classes.
>>
>> "Felix L J Mayer" <felix.mayer@objectaid.com> wrote in message
>> news:dim7mo$o9u$1@news.eclipse.org...
>>> I noticed that most of the example projects in CVS don't compile when
>>> used
>>> with GEF 3.1.1. It seems like some abstract methods are not implemented.
>>>
>>>
>>
>>
>
>
Previous Topic:How to remove the selection box when the figure is hidden?
Next Topic:thanx for GEF and Draw2d Developer's Guide in 3.1.1 doc
Goto Forum:
  


Current Time: Wed Dec 04 10:44:57 GMT 2024

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

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

Back to the top