Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » Epsilon » [Eugenia] Newbie question. Problems in the generated editor with the Folder Item.
[Eugenia] Newbie question. Problems in the generated editor with the Folder Item. [message #546117] Sun, 11 July 2010 10:06 Go to next message
Toñi  Reina is currently offline Toñi ReinaFriend
Messages: 209
Registered: July 2009
Senior Member
This is a multi-part message in MIME format.
--------------080301040803050308020009
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 8bit

Hi all,

I just recently heard from Eugenia, and I wanted to test it to see
how it worked. So I followed the tutorial from
http://www.eclipse.org/gmt/epsilon/doc/articles/eugenia-gmf- tutorial/
and the corresponding screencast from
http://www.eclipse.org/gmt/epsilon/cinema/Eugenia.htm

I have had problems with the annotations which do not have
properties, so I solved the problems creating the foo property, as it is
written in the tutorial(I've read in a previous post that this problem
is due to the emfatic version), so I have written the annotations
@gmf(foo="bar"), and @gmf.diagram(foo="bar"), and
@gmf.compartment(foo="bar").

However, when I follow the whole process to generate the editor, and
I test the generated editor, the item Folder is disabled. That is, I can
not create any folder, and as you can see in the image file I have
attached, there is no icon associated to Folder.

I also have tried to change the Folder annotation to set the default
values of the properties:

class Folder extends File {
@gmf.compartment(layout="free",collapsible="true")
val File[*] contents;
}

But the problems remains the same, that is, I can not create folders.
Any idea of the problem?

Thanks and regards,
To
Re: [Eugenia] Newbie question. Problems in the generated editor with the Folder Item. [message #546119 is a reply to message #546117] Sun, 11 July 2010 10:45 Go to previous messageGo to next message
Dimitrios Kolovos is currently offline Dimitrios KolovosFriend
Messages: 1776
Registered: July 2009
Senior Member
Hi Toni,

Thanks for reporting this. This seems to be a regression introduced in
the latest version of Epsilon. Could you please file a bug report for
this using the link below?

https://bugs.eclipse.org/bugs/enter_bug.cgi?product=GMT& component=Epsilon

Cheers,
Dimitris

On 11/07/2010 11:06, Toñi Reina Quintero wrote:
> Hi all,
>
> I just recently heard from Eugenia, and I wanted to test it to see how
> it worked. So I followed the tutorial from
> http://www.eclipse.org/gmt/epsilon/doc/articles/eugenia-gmf- tutorial/
> and the corresponding screencast from
> http://www.eclipse.org/gmt/epsilon/cinema/Eugenia.htm
>
> I have had problems with the annotations which do not have properties,
> so I solved the problems creating the foo property, as it is written in
> the tutorial(I've read in a previous post that this problem is due to
> the emfatic version), so I have written the annotations @gmf(foo="bar"),
> and @gmf.diagram(foo="bar"), and @gmf.compartment(foo="bar").
>
> However, when I follow the whole process to generate the editor, and I
> test the generated editor, the item Folder is disabled. That is, I can
> not create any folder, and as you can see in the image file I have
> attached, there is no icon associated to Folder.
>
> I also have tried to change the Folder annotation to set the default
> values of the properties:
>
> class Folder extends File {
> @gmf.compartment(layout="free",collapsible="true")
> val File[*] contents;
> }
>
> But the problems remains the same, that is, I can not create folders.
> Any idea of the problem?
>
> Thanks and regards,
> Toñi
>
>
>
>
>
>
Re: [Eugenia] Newbie question. Problems in the generated editor with the Folder Item. [message #546121 is a reply to message #546119] Sun, 11 July 2010 11:51 Go to previous messageGo to next message
Dimitrios Kolovos is currently offline Dimitrios KolovosFriend
Messages: 1776
Registered: July 2009
Senior Member
Hi Toni,

I've fixed this and uploaded a new interim version under
http://download.eclipse.org/modeling/gmt/epsilon/interim/

Thanks again for reporting this!

Cheers,
Dimitris

On 11/07/2010 11:45, Dimitris Kolovos wrote:
> Hi Toni,
>
> Thanks for reporting this. This seems to be a regression introduced in
> the latest version of Epsilon. Could you please file a bug report for
> this using the link below?
>
> https://bugs.eclipse.org/bugs/enter_bug.cgi?product=GMT& component=Epsilon
>
> Cheers,
> Dimitris
>
> On 11/07/2010 11:06, Toñi Reina Quintero wrote:
>> Hi all,
>>
>> I just recently heard from Eugenia, and I wanted to test it to see how
>> it worked. So I followed the tutorial from
>> http://www.eclipse.org/gmt/epsilon/doc/articles/eugenia-gmf- tutorial/
>> and the corresponding screencast from
>> http://www.eclipse.org/gmt/epsilon/cinema/Eugenia.htm
>>
>> I have had problems with the annotations which do not have properties,
>> so I solved the problems creating the foo property, as it is written in
>> the tutorial(I've read in a previous post that this problem is due to
>> the emfatic version), so I have written the annotations @gmf(foo="bar"),
>> and @gmf.diagram(foo="bar"), and @gmf.compartment(foo="bar").
>>
>> However, when I follow the whole process to generate the editor, and I
>> test the generated editor, the item Folder is disabled. That is, I can
>> not create any folder, and as you can see in the image file I have
>> attached, there is no icon associated to Folder.
>>
>> I also have tried to change the Folder annotation to set the default
>> values of the properties:
>>
>> class Folder extends File {
>> @gmf.compartment(layout="free",collapsible="true")
>> val File[*] contents;
>> }
>>
>> But the problems remains the same, that is, I can not create folders.
>> Any idea of the problem?
>>
>> Thanks and regards,
>> Toñi
>>
>>
>>
>>
>>
>>
>
Re: [Eugenia] Newbie question. Problems in the generated editor with the Folder Item. [message #546131 is a reply to message #546121] Sun, 11 July 2010 13:53 Go to previous messageGo to next message
Toñi  Reina is currently offline Toñi ReinaFriend
Messages: 209
Registered: July 2009
Senior Member
You're wellcome.

I'm happy to see that the problem is not due to the way I'm doing things.

As you have fixed the problem. Do you still want me to file the bug report?

Regards,
Toñi

Dimitris Kolovos escribió:
> Hi Toni,
>
> I've fixed this and uploaded a new interim version under
> http://download.eclipse.org/modeling/gmt/epsilon/interim/
>
> Thanks again for reporting this!
>
> Cheers,
> Dimitris
>
> On 11/07/2010 11:45, Dimitris Kolovos wrote:
>> Hi Toni,
>>
>> Thanks for reporting this. This seems to be a regression introduced in
>> the latest version of Epsilon. Could you please file a bug report for
>> this using the link below?
>>
>> https://bugs.eclipse.org/bugs/enter_bug.cgi?product=GMT& component=Epsilon
>>
>> Cheers,
>> Dimitris
>>
>> On 11/07/2010 11:06, Toñi Reina Quintero wrote:
>>> Hi all,
>>>
>>> I just recently heard from Eugenia, and I wanted to test it to see how
>>> it worked. So I followed the tutorial from
>>> http://www.eclipse.org/gmt/epsilon/doc/articles/eugenia-gmf- tutorial/
>>> and the corresponding screencast from
>>> http://www.eclipse.org/gmt/epsilon/cinema/Eugenia.htm
>>>
>>> I have had problems with the annotations which do not have properties,
>>> so I solved the problems creating the foo property, as it is written in
>>> the tutorial(I've read in a previous post that this problem is due to
>>> the emfatic version), so I have written the annotations @gmf(foo="bar"),
>>> and @gmf.diagram(foo="bar"), and @gmf.compartment(foo="bar").
>>>
>>> However, when I follow the whole process to generate the editor, and I
>>> test the generated editor, the item Folder is disabled. That is, I can
>>> not create any folder, and as you can see in the image file I have
>>> attached, there is no icon associated to Folder.
>>>
>>> I also have tried to change the Folder annotation to set the default
>>> values of the properties:
>>>
>>> class Folder extends File {
>>> @gmf.compartment(layout="free",collapsible="true")
>>> val File[*] contents;
>>> }
>>>
>>> But the problems remains the same, that is, I can not create folders.
>>> Any idea of the problem?
>>>
>>> Thanks and regards,
>>> Toñi
>>>
>>>
>>>
>>>
>>>
>>>
>>
>
Re: [Eugenia] Newbie question. Problems in the generated editor with the Folder Item. [message #546132 is a reply to message #546131] Sun, 11 July 2010 14:00 Go to previous messageGo to next message
Dimitrios Kolovos is currently offline Dimitrios KolovosFriend
Messages: 1776
Registered: July 2009
Senior Member
Hi Toni,

On 11/07/2010 14:53, Toñi Reina Quintero wrote:
> You're wellcome.
>
> I'm happy to see that the problem is not due to the way I'm doing things.
>
> As you have fixed the problem. Do you still want me to file the bug report?

Yes please.

>
> Regards,
> Toñi
>

Cheers,
Dimitris

> Dimitris Kolovos escribió:
>> Hi Toni,
>>
>> I've fixed this and uploaded a new interim version under
>> http://download.eclipse.org/modeling/gmt/epsilon/interim/
>>
>> Thanks again for reporting this!
>>
>> Cheers,
>> Dimitris
>>
>> On 11/07/2010 11:45, Dimitris Kolovos wrote:
>>> Hi Toni,
>>>
>>> Thanks for reporting this. This seems to be a regression introduced in
>>> the latest version of Epsilon. Could you please file a bug report for
>>> this using the link below?
>>>
>>> https://bugs.eclipse.org/bugs/enter_bug.cgi?product=GMT& component=Epsilon
>>>
>>>
>>> Cheers,
>>> Dimitris
>>>
>>> On 11/07/2010 11:06, Toñi Reina Quintero wrote:
>>>> Hi all,
>>>>
>>>> I just recently heard from Eugenia, and I wanted to test it to see how
>>>> it worked. So I followed the tutorial from
>>>> http://www.eclipse.org/gmt/epsilon/doc/articles/eugenia-gmf- tutorial/
>>>> and the corresponding screencast from
>>>> http://www.eclipse.org/gmt/epsilon/cinema/Eugenia.htm
>>>>
>>>> I have had problems with the annotations which do not have properties,
>>>> so I solved the problems creating the foo property, as it is written in
>>>> the tutorial(I've read in a previous post that this problem is due to
>>>> the emfatic version), so I have written the annotations
>>>> @gmf(foo="bar"),
>>>> and @gmf.diagram(foo="bar"), and @gmf.compartment(foo="bar").
>>>>
>>>> However, when I follow the whole process to generate the editor, and I
>>>> test the generated editor, the item Folder is disabled. That is, I can
>>>> not create any folder, and as you can see in the image file I have
>>>> attached, there is no icon associated to Folder.
>>>>
>>>> I also have tried to change the Folder annotation to set the default
>>>> values of the properties:
>>>>
>>>> class Folder extends File {
>>>> @gmf.compartment(layout="free",collapsible="true")
>>>> val File[*] contents;
>>>> }
>>>>
>>>> But the problems remains the same, that is, I can not create folders.
>>>> Any idea of the problem?
>>>>
>>>> Thanks and regards,
>>>> Toñi
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>
>>
Re: [Eugenia] Newbie question. Problems in the generated editor with the Folder Item. [message #546143 is a reply to message #546132] Sun, 11 July 2010 15:39 Go to previous messageGo to next message
Toñi  Reina is currently offline Toñi ReinaFriend
Messages: 209
Registered: July 2009
Senior Member
This is a multi-part message in MIME format.
--------------060401060207020708040305
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 8bit


Hi Dimitris,

I have reported the bug and tested the new version. Now it works :-)

Just a question more. When I create a Filesystem Diagram in the new
generated editor (it also happened with the old version), an error
attached to the .filesystem_diagram file is reported in the Project
Explorer, saying that there is no label provided for
filesystem.diagram.navigator.FileSystemNavigatorI. You can see the error
in the image file I have attached.

Why is the editor reporting this error? Is there any property that has
not been set in the .emf file?

Thanks again, and regards.

Dimitris Kolovos escribi
Re: [Eugenia] Newbie question. Problems in the generated editor with the Folder Item. [message #546168 is a reply to message #546143] Sun, 11 July 2010 22:53 Go to previous message
Dimitrios Kolovos is currently offline Dimitrios KolovosFriend
Messages: 1776
Registered: July 2009
Senior Member
Hi Toni,

Many thanks for confirming that the new version works for you! Regarding
the error label, this is not something controlled by EuGENia. I've also
come across this but never had the motivation to look into it in detail.
Please consider reporting on the solution (when you've found one) here
for the benefit of other users who may come across the same issue in the
future.

Cheers,
Dimitris

Toñi Reina Quintero wrote:
>
> Hi Dimitris,
>
> I have reported the bug and tested the new version. Now it works :-)
>
> Just a question more. When I create a Filesystem Diagram in the new
> generated editor (it also happened with the old version), an error
> attached to the .filesystem_diagram file is reported in the Project
> Explorer, saying that there is no label provided for
> filesystem.diagram.navigator.FileSystemNavigatorI. You can see the error
> in the image file I have attached.
>
> Why is the editor reporting this error? Is there any property that has
> not been set in the .emf file?
>
> Thanks again, and regards.
>
> Dimitris Kolovos escribió:
>> Hi Toni,
>>
>> On 11/07/2010 14:53, Toñi Reina Quintero wrote:
>>> You're wellcome.
>>>
>>> I'm happy to see that the problem is not due to the way I'm doing
>>> things.
>>>
>>> As you have fixed the problem. Do you still want me to file the bug
>>> report?
>>
>> Yes please.
>>
>>>
>>> Regards,
>>> Toñi
>>>
>>
>> Cheers,
>> Dimitris
>>
>>> Dimitris Kolovos escribió:
>>>> Hi Toni,
>>>>
>>>> I've fixed this and uploaded a new interim version under
>>>> http://download.eclipse.org/modeling/gmt/epsilon/interim/
>>>>
>>>> Thanks again for reporting this!
>>>>
>>>> Cheers,
>>>> Dimitris
>>>>
>>>> On 11/07/2010 11:45, Dimitris Kolovos wrote:
>>>>> Hi Toni,
>>>>>
>>>>> Thanks for reporting this. This seems to be a regression introduced in
>>>>> the latest version of Epsilon. Could you please file a bug report for
>>>>> this using the link below?
>>>>>
>>>>> https://bugs.eclipse.org/bugs/enter_bug.cgi?product=GMT& component=Epsilon
>>>>>
>>>>>
>>>>>
>>>>> Cheers,
>>>>> Dimitris
>>>>>
>>>>> On 11/07/2010 11:06, Toñi Reina Quintero wrote:
>>>>>> Hi all,
>>>>>>
>>>>>> I just recently heard from Eugenia, and I wanted to test it to see
>>>>>> how
>>>>>> it worked. So I followed the tutorial from
>>>>>> http://www.eclipse.org/gmt/epsilon/doc/articles/eugenia-gmf- tutorial/
>>>>>> and the corresponding screencast from
>>>>>> http://www.eclipse.org/gmt/epsilon/cinema/Eugenia.htm
>>>>>>
>>>>>> I have had problems with the annotations which do not have
>>>>>> properties,
>>>>>> so I solved the problems creating the foo property, as it is
>>>>>> written in
>>>>>> the tutorial(I've read in a previous post that this problem is due to
>>>>>> the emfatic version), so I have written the annotations
>>>>>> @gmf(foo="bar"),
>>>>>> and @gmf.diagram(foo="bar"), and @gmf.compartment(foo="bar").
>>>>>>
>>>>>> However, when I follow the whole process to generate the editor,
>>>>>> and I
>>>>>> test the generated editor, the item Folder is disabled. That is, I
>>>>>> can
>>>>>> not create any folder, and as you can see in the image file I have
>>>>>> attached, there is no icon associated to Folder.
>>>>>>
>>>>>> I also have tried to change the Folder annotation to set the default
>>>>>> values of the properties:
>>>>>>
>>>>>> class Folder extends File {
>>>>>> @gmf.compartment(layout="free",collapsible="true")
>>>>>> val File[*] contents;
>>>>>> }
>>>>>>
>>>>>> But the problems remains the same, that is, I can not create folders.
>>>>>> Any idea of the problem?
>>>>>>
>>>>>> Thanks and regards,
>>>>>> Toñi
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>
>>
>
>
> ------------------------------------------------------------ ------------
>
Re: [Eugenia] Newbie question. Problems in the generated editor with the Folder Item. [message #590584 is a reply to message #546117] Sun, 11 July 2010 10:45 Go to previous message
Dimitrios Kolovos is currently offline Dimitrios KolovosFriend
Messages: 1776
Registered: July 2009
Senior Member
Hi Toni,

Thanks for reporting this. This seems to be a regression introduced in
the latest version of Epsilon. Could you please file a bug report for
this using the link below?

https://bugs.eclipse.org/bugs/enter_bug.cgi?product=GMT& component=Epsilon

Cheers,
Dimitris

On 11/07/2010 11:06, Toñi Reina Quintero wrote:
> Hi all,
>
> I just recently heard from Eugenia, and I wanted to test it to see how
> it worked. So I followed the tutorial from
> http://www.eclipse.org/gmt/epsilon/doc/articles/eugenia-gmf- tutorial/
> and the corresponding screencast from
> http://www.eclipse.org/gmt/epsilon/cinema/Eugenia.htm
>
> I have had problems with the annotations which do not have properties,
> so I solved the problems creating the foo property, as it is written in
> the tutorial(I've read in a previous post that this problem is due to
> the emfatic version), so I have written the annotations @gmf(foo="bar"),
> and @gmf.diagram(foo="bar"), and @gmf.compartment(foo="bar").
>
> However, when I follow the whole process to generate the editor, and I
> test the generated editor, the item Folder is disabled. That is, I can
> not create any folder, and as you can see in the image file I have
> attached, there is no icon associated to Folder.
>
> I also have tried to change the Folder annotation to set the default
> values of the properties:
>
> class Folder extends File {
> @gmf.compartment(layout="free",collapsible="true")
> val File[*] contents;
> }
>
> But the problems remains the same, that is, I can not create folders.
> Any idea of the problem?
>
> Thanks and regards,
> Toñi
>
>
>
>
>
>
Re: [Eugenia] Newbie question. Problems in the generated editor with the Folder Item. [message #590594 is a reply to message #546119] Sun, 11 July 2010 11:51 Go to previous message
Dimitrios Kolovos is currently offline Dimitrios KolovosFriend
Messages: 1776
Registered: July 2009
Senior Member
Hi Toni,

I've fixed this and uploaded a new interim version under
http://download.eclipse.org/modeling/gmt/epsilon/interim/

Thanks again for reporting this!

Cheers,
Dimitris

On 11/07/2010 11:45, Dimitris Kolovos wrote:
> Hi Toni,
>
> Thanks for reporting this. This seems to be a regression introduced in
> the latest version of Epsilon. Could you please file a bug report for
> this using the link below?
>
> https://bugs.eclipse.org/bugs/enter_bug.cgi?product=GMT& component=Epsilon
>
> Cheers,
> Dimitris
>
> On 11/07/2010 11:06, Toñi Reina Quintero wrote:
>> Hi all,
>>
>> I just recently heard from Eugenia, and I wanted to test it to see how
>> it worked. So I followed the tutorial from
>> http://www.eclipse.org/gmt/epsilon/doc/articles/eugenia-gmf- tutorial/
>> and the corresponding screencast from
>> http://www.eclipse.org/gmt/epsilon/cinema/Eugenia.htm
>>
>> I have had problems with the annotations which do not have properties,
>> so I solved the problems creating the foo property, as it is written in
>> the tutorial(I've read in a previous post that this problem is due to
>> the emfatic version), so I have written the annotations @gmf(foo="bar"),
>> and @gmf.diagram(foo="bar"), and @gmf.compartment(foo="bar").
>>
>> However, when I follow the whole process to generate the editor, and I
>> test the generated editor, the item Folder is disabled. That is, I can
>> not create any folder, and as you can see in the image file I have
>> attached, there is no icon associated to Folder.
>>
>> I also have tried to change the Folder annotation to set the default
>> values of the properties:
>>
>> class Folder extends File {
>> @gmf.compartment(layout="free",collapsible="true")
>> val File[*] contents;
>> }
>>
>> But the problems remains the same, that is, I can not create folders.
>> Any idea of the problem?
>>
>> Thanks and regards,
>> Toñi
>>
>>
>>
>>
>>
>>
>
Re: [Eugenia] Newbie question. Problems in the generated editor with the Folder Item. [message #590608 is a reply to message #546121] Sun, 11 July 2010 13:53 Go to previous message
Toñi  Reina is currently offline Toñi ReinaFriend
Messages: 209
Registered: July 2009
Senior Member
You're wellcome.

I'm happy to see that the problem is not due to the way I'm doing things.

As you have fixed the problem. Do you still want me to file the bug report?

Regards,
Toñi

Dimitris Kolovos escribió:
> Hi Toni,
>
> I've fixed this and uploaded a new interim version under
> http://download.eclipse.org/modeling/gmt/epsilon/interim/
>
> Thanks again for reporting this!
>
> Cheers,
> Dimitris
>
> On 11/07/2010 11:45, Dimitris Kolovos wrote:
>> Hi Toni,
>>
>> Thanks for reporting this. This seems to be a regression introduced in
>> the latest version of Epsilon. Could you please file a bug report for
>> this using the link below?
>>
>> https://bugs.eclipse.org/bugs/enter_bug.cgi?product=GMT& component=Epsilon
>>
>> Cheers,
>> Dimitris
>>
>> On 11/07/2010 11:06, Toñi Reina Quintero wrote:
>>> Hi all,
>>>
>>> I just recently heard from Eugenia, and I wanted to test it to see how
>>> it worked. So I followed the tutorial from
>>> http://www.eclipse.org/gmt/epsilon/doc/articles/eugenia-gmf- tutorial/
>>> and the corresponding screencast from
>>> http://www.eclipse.org/gmt/epsilon/cinema/Eugenia.htm
>>>
>>> I have had problems with the annotations which do not have properties,
>>> so I solved the problems creating the foo property, as it is written in
>>> the tutorial(I've read in a previous post that this problem is due to
>>> the emfatic version), so I have written the annotations @gmf(foo="bar"),
>>> and @gmf.diagram(foo="bar"), and @gmf.compartment(foo="bar").
>>>
>>> However, when I follow the whole process to generate the editor, and I
>>> test the generated editor, the item Folder is disabled. That is, I can
>>> not create any folder, and as you can see in the image file I have
>>> attached, there is no icon associated to Folder.
>>>
>>> I also have tried to change the Folder annotation to set the default
>>> values of the properties:
>>>
>>> class Folder extends File {
>>> @gmf.compartment(layout="free",collapsible="true")
>>> val File[*] contents;
>>> }
>>>
>>> But the problems remains the same, that is, I can not create folders.
>>> Any idea of the problem?
>>>
>>> Thanks and regards,
>>> Toñi
>>>
>>>
>>>
>>>
>>>
>>>
>>
>
Re: [Eugenia] Newbie question. Problems in the generated editor with the Folder Item. [message #590612 is a reply to message #546131] Sun, 11 July 2010 14:00 Go to previous message
Dimitrios Kolovos is currently offline Dimitrios KolovosFriend
Messages: 1776
Registered: July 2009
Senior Member
Hi Toni,

On 11/07/2010 14:53, Toñi Reina Quintero wrote:
> You're wellcome.
>
> I'm happy to see that the problem is not due to the way I'm doing things.
>
> As you have fixed the problem. Do you still want me to file the bug report?

Yes please.

>
> Regards,
> Toñi
>

Cheers,
Dimitris

> Dimitris Kolovos escribió:
>> Hi Toni,
>>
>> I've fixed this and uploaded a new interim version under
>> http://download.eclipse.org/modeling/gmt/epsilon/interim/
>>
>> Thanks again for reporting this!
>>
>> Cheers,
>> Dimitris
>>
>> On 11/07/2010 11:45, Dimitris Kolovos wrote:
>>> Hi Toni,
>>>
>>> Thanks for reporting this. This seems to be a regression introduced in
>>> the latest version of Epsilon. Could you please file a bug report for
>>> this using the link below?
>>>
>>> https://bugs.eclipse.org/bugs/enter_bug.cgi?product=GMT& component=Epsilon
>>>
>>>
>>> Cheers,
>>> Dimitris
>>>
>>> On 11/07/2010 11:06, Toñi Reina Quintero wrote:
>>>> Hi all,
>>>>
>>>> I just recently heard from Eugenia, and I wanted to test it to see how
>>>> it worked. So I followed the tutorial from
>>>> http://www.eclipse.org/gmt/epsilon/doc/articles/eugenia-gmf- tutorial/
>>>> and the corresponding screencast from
>>>> http://www.eclipse.org/gmt/epsilon/cinema/Eugenia.htm
>>>>
>>>> I have had problems with the annotations which do not have properties,
>>>> so I solved the problems creating the foo property, as it is written in
>>>> the tutorial(I've read in a previous post that this problem is due to
>>>> the emfatic version), so I have written the annotations
>>>> @gmf(foo="bar"),
>>>> and @gmf.diagram(foo="bar"), and @gmf.compartment(foo="bar").
>>>>
>>>> However, when I follow the whole process to generate the editor, and I
>>>> test the generated editor, the item Folder is disabled. That is, I can
>>>> not create any folder, and as you can see in the image file I have
>>>> attached, there is no icon associated to Folder.
>>>>
>>>> I also have tried to change the Folder annotation to set the default
>>>> values of the properties:
>>>>
>>>> class Folder extends File {
>>>> @gmf.compartment(layout="free",collapsible="true")
>>>> val File[*] contents;
>>>> }
>>>>
>>>> But the problems remains the same, that is, I can not create folders.
>>>> Any idea of the problem?
>>>>
>>>> Thanks and regards,
>>>> Toñi
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>
>>
Re: [Eugenia] Newbie question. Problems in the generated editor with the Folder Item. [message #590624 is a reply to message #546132] Sun, 11 July 2010 15:39 Go to previous message
Toñi  Reina is currently offline Toñi ReinaFriend
Messages: 209
Registered: July 2009
Senior Member
This is a multi-part message in MIME format.
--------------060401060207020708040305
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 8bit


Hi Dimitris,

I have reported the bug and tested the new version. Now it works :-)

Just a question more. When I create a Filesystem Diagram in the new
generated editor (it also happened with the old version), an error
attached to the .filesystem_diagram file is reported in the Project
Explorer, saying that there is no label provided for
filesystem.diagram.navigator.FileSystemNavigatorI. You can see the error
in the image file I have attached.

Why is the editor reporting this error? Is there any property that has
not been set in the .emf file?

Thanks again, and regards.

Dimitris Kolovos escribi
Re: [Eugenia] Newbie question. Problems in the generated editor with the Folder Item. [message #590630 is a reply to message #546143] Sun, 11 July 2010 22:53 Go to previous message
Dimitrios Kolovos is currently offline Dimitrios KolovosFriend
Messages: 1776
Registered: July 2009
Senior Member
Hi Toni,

Many thanks for confirming that the new version works for you! Regarding
the error label, this is not something controlled by EuGENia. I've also
come across this but never had the motivation to look into it in detail.
Please consider reporting on the solution (when you've found one) here
for the benefit of other users who may come across the same issue in the
future.

Cheers,
Dimitris

Toñi Reina Quintero wrote:
>
> Hi Dimitris,
>
> I have reported the bug and tested the new version. Now it works :-)
>
> Just a question more. When I create a Filesystem Diagram in the new
> generated editor (it also happened with the old version), an error
> attached to the .filesystem_diagram file is reported in the Project
> Explorer, saying that there is no label provided for
> filesystem.diagram.navigator.FileSystemNavigatorI. You can see the error
> in the image file I have attached.
>
> Why is the editor reporting this error? Is there any property that has
> not been set in the .emf file?
>
> Thanks again, and regards.
>
> Dimitris Kolovos escribió:
>> Hi Toni,
>>
>> On 11/07/2010 14:53, Toñi Reina Quintero wrote:
>>> You're wellcome.
>>>
>>> I'm happy to see that the problem is not due to the way I'm doing
>>> things.
>>>
>>> As you have fixed the problem. Do you still want me to file the bug
>>> report?
>>
>> Yes please.
>>
>>>
>>> Regards,
>>> Toñi
>>>
>>
>> Cheers,
>> Dimitris
>>
>>> Dimitris Kolovos escribió:
>>>> Hi Toni,
>>>>
>>>> I've fixed this and uploaded a new interim version under
>>>> http://download.eclipse.org/modeling/gmt/epsilon/interim/
>>>>
>>>> Thanks again for reporting this!
>>>>
>>>> Cheers,
>>>> Dimitris
>>>>
>>>> On 11/07/2010 11:45, Dimitris Kolovos wrote:
>>>>> Hi Toni,
>>>>>
>>>>> Thanks for reporting this. This seems to be a regression introduced in
>>>>> the latest version of Epsilon. Could you please file a bug report for
>>>>> this using the link below?
>>>>>
>>>>> https://bugs.eclipse.org/bugs/enter_bug.cgi?product=GMT& component=Epsilon
>>>>>
>>>>>
>>>>>
>>>>> Cheers,
>>>>> Dimitris
>>>>>
>>>>> On 11/07/2010 11:06, Toñi Reina Quintero wrote:
>>>>>> Hi all,
>>>>>>
>>>>>> I just recently heard from Eugenia, and I wanted to test it to see
>>>>>> how
>>>>>> it worked. So I followed the tutorial from
>>>>>> http://www.eclipse.org/gmt/epsilon/doc/articles/eugenia-gmf- tutorial/
>>>>>> and the corresponding screencast from
>>>>>> http://www.eclipse.org/gmt/epsilon/cinema/Eugenia.htm
>>>>>>
>>>>>> I have had problems with the annotations which do not have
>>>>>> properties,
>>>>>> so I solved the problems creating the foo property, as it is
>>>>>> written in
>>>>>> the tutorial(I've read in a previous post that this problem is due to
>>>>>> the emfatic version), so I have written the annotations
>>>>>> @gmf(foo="bar"),
>>>>>> and @gmf.diagram(foo="bar"), and @gmf.compartment(foo="bar").
>>>>>>
>>>>>> However, when I follow the whole process to generate the editor,
>>>>>> and I
>>>>>> test the generated editor, the item Folder is disabled. That is, I
>>>>>> can
>>>>>> not create any folder, and as you can see in the image file I have
>>>>>> attached, there is no icon associated to Folder.
>>>>>>
>>>>>> I also have tried to change the Folder annotation to set the default
>>>>>> values of the properties:
>>>>>>
>>>>>> class Folder extends File {
>>>>>> @gmf.compartment(layout="free",collapsible="true")
>>>>>> val File[*] contents;
>>>>>> }
>>>>>>
>>>>>> But the problems remains the same, that is, I can not create folders.
>>>>>> Any idea of the problem?
>>>>>>
>>>>>> Thanks and regards,
>>>>>> Toñi
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>
>>
>
>
> ------------------------------------------------------------ ------------
>
Previous Topic:[Eugenia] Newbie question. Problems in the generated editor with the Folder Item.
Next Topic:[Eugenia] Problem generating the Diagram.
Goto Forum:
  


Current Time: Fri Apr 26 02:42:09 GMT 2024

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

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

Back to the top