Home » Archived » GMT (Generative Modeling Technologies) » [Epsilon] - Eugenia - Generate GMF tool, graph and map model
| |
Re: [Epsilon] - Eugenia - Generate GMF tool, graph and map model [message #384818 is a reply to message #384817] |
Thu, 21 August 2008 07:26   |
Eclipse User |
|
|
|
Originally posted by: sami.yenice.forte.com.tr
Hi Dimitrios,
My .emf file is the same as your example. I am trying to make your
example. (filesystem)
@namespace(uri="filesystem", prefix="filesystem")
@gmf
package filesystem;
@gmf.diagram
class Filesystem {
val Drive[*] drives;
val Sync[*] syncs;
}
class Drive extends Folder {
}
class Folder extends File {
@gmf.compartment
val File[*] contents;
}
class Shortcut extends File {
@gmf.link(target.decoration="arrow", style="dash")
ref File target;
}
@gmf.link(label="lastSync", source="source",
target="target", style="dot", width="2")
class Sync {
ref File source;
ref File target;
attr String lastSync;
}
@gmf.node(label = "name")
class File {
attr String name;
}
Thanks for your reply.
Dimitrios Kolovos yazmış:
> Hi Sami,
>
> Could you please send me your Emfatic file (.emf) to see what is wrong?
>
> Cheers,
> Dimitrios
>
> Sami wrote:
>> An error occures, If i wanted to generet "gmf tool, graph and map model"
>> Screencast is here : http://screencast.com/t/onUmz74z
>>
>> Thanks.
|
|
|
Re: [Epsilon] - Eugenia - Generate GMF tool, graph and map model [message #384819 is a reply to message #384818] |
Thu, 21 August 2008 07:37   |
Eclipse User |
|
|
|
Hi Sami,
I've just noticed you are using an outdated version of Epsilon (1.3.6).
The current version is 0.8 (we had to drop the version number below 1.0
to conform with the Eclipse process). The new update site (since 0.8) is
http://download.eclipse.org/technology/gmt/epsilon/updates/
Could you please try with the latest version and let me know if it works?
If that fails too, could you please check out the source of Epsilon from
the CVS (instructions are provided in
http://www.eclipse.org/gmt/epsilon/doc/EpsilonCVS.pdf) so that you have
the latest version?
Cheers,
Dimitrios
Sami wrote:
> Hi Dimitrios,
> My .emf file is the same as your example. I am trying to make your
> example. (filesystem)
>
> @namespace(uri="filesystem", prefix="filesystem")
> @gmf
> package filesystem;
>
> @gmf.diagram
> class Filesystem {
> val Drive[*] drives;
> val Sync[*] syncs;
> }
>
> class Drive extends Folder {
>
> }
>
> class Folder extends File {
> @gmf.compartment
> val File[*] contents;
> }
>
> class Shortcut extends File {
> @gmf.link(target.decoration="arrow", style="dash")
> ref File target;
> }
>
> @gmf.link(label="lastSync", source="source",
> target="target", style="dot", width="2")
> class Sync {
> ref File source;
> ref File target;
> attr String lastSync;
> }
>
> @gmf.node(label = "name")
> class File {
> attr String name;
> }
>
>
> Thanks for your reply.
>
> Dimitrios Kolovos yazmış:
>> Hi Sami,
>>
>> Could you please send me your Emfatic file (.emf) to see what is wrong?
>>
>> Cheers,
>> Dimitrios
>>
>> Sami wrote:
>>> An error occures, If i wanted to generet "gmf tool, graph and map model"
>>> Screencast is here : http://screencast.com/t/onUmz74z
>>>
>>> Thanks.
|
|
|
Re: [Epsilon] - Eugenia - Generate GMF tool, graph and map model [message #384821 is a reply to message #384819] |
Thu, 21 August 2008 09:07   |
Eclipse User |
|
|
|
Originally posted by: sami.yenice.forte.com.tr
I dropped the version number below 1.0 and I tried new versions. But it
fails too. I am using "eclipse-modeling-ganymede-incubation-win32". I
will try eclipse 3.3
Dimitrios Kolovos yazmış:
> Hi Sami,
>
> I've just noticed you are using an outdated version of Epsilon (1.3.6).
> The current version is 0.8 (we had to drop the version number below 1.0
> to conform with the Eclipse process). The new update site (since 0.8) is
>
> http://download.eclipse.org/technology/gmt/epsilon/updates/
>
> Could you please try with the latest version and let me know if it works?
>
> If that fails too, could you please check out the source of Epsilon from
> the CVS (instructions are provided in
> http://www.eclipse.org/gmt/epsilon/doc/EpsilonCVS.pdf) so that you have
> the latest version?
>
> Cheers,
> Dimitrios
>
> Sami wrote:
>> Hi Dimitrios,
>> My .emf file is the same as your example. I am trying to make your
>> example. (filesystem)
>>
>> @namespace(uri="filesystem", prefix="filesystem")
>> @gmf
>> package filesystem;
>>
>> @gmf.diagram
>> class Filesystem {
>> val Drive[*] drives;
>> val Sync[*] syncs;
>> }
>>
>> class Drive extends Folder {
>>
>> }
>>
>> class Folder extends File {
>> @gmf.compartment
>> val File[*] contents;
>> }
>>
>> class Shortcut extends File {
>> @gmf.link(target.decoration="arrow", style="dash")
>> ref File target;
>> }
>>
>> @gmf.link(label="lastSync", source="source",
>> target="target", style="dot", width="2")
>> class Sync {
>> ref File source;
>> ref File target;
>> attr String lastSync;
>> }
>>
>> @gmf.node(label = "name")
>> class File {
>> attr String name;
>> }
>>
>>
>> Thanks for your reply.
>>
>> Dimitrios Kolovos yazmış:
>>> Hi Sami,
>>>
>>> Could you please send me your Emfatic file (.emf) to see what is wrong?
>>>
>>> Cheers,
>>> Dimitrios
>>>
>>> Sami wrote:
>>>> An error occures, If i wanted to generet "gmf tool, graph and map
>>>> model"
>>>> Screencast is here : http://screencast.com/t/onUmz74z
>>>>
>>>> Thanks.
|
|
|
Re: [Epsilon] - Eugenia - Generate GMF tool, graph and map model [message #384822 is a reply to message #384821] |
Thu, 21 August 2008 09:09   |
Eclipse User |
|
|
|
Hi Sami,
There is no need to try 3.3. I have 3.4 in my pc and it works fine. If
0.8 fails could you please try with the CVS source code?
Cheers,
Dimitrios
Sami wrote:
> I dropped the version number below 1.0 and I tried new versions. But it
> fails too. I am using "eclipse-modeling-ganymede-incubation-win32". I
> will try eclipse 3.3
>
> Dimitrios Kolovos yazmış:
>> Hi Sami,
>>
>> I've just noticed you are using an outdated version of Epsilon
>> (1.3.6). The current version is 0.8 (we had to drop the version number
>> below 1.0 to conform with the Eclipse process). The new update site
>> (since 0.8) is
>>
>> http://download.eclipse.org/technology/gmt/epsilon/updates/
>>
>> Could you please try with the latest version and let me know if it works?
>>
>> If that fails too, could you please check out the source of Epsilon
>> from the CVS (instructions are provided in
>> http://www.eclipse.org/gmt/epsilon/doc/EpsilonCVS.pdf) so that you
>> have the latest version?
>>
>> Cheers,
>> Dimitrios
>>
>> Sami wrote:
>>> Hi Dimitrios,
>>> My .emf file is the same as your example. I am trying to make your
>>> example. (filesystem)
>>>
>>> @namespace(uri="filesystem", prefix="filesystem")
>>> @gmf
>>> package filesystem;
>>>
>>> @gmf.diagram
>>> class Filesystem {
>>> val Drive[*] drives;
>>> val Sync[*] syncs;
>>> }
>>>
>>> class Drive extends Folder {
>>>
>>> }
>>>
>>> class Folder extends File {
>>> @gmf.compartment
>>> val File[*] contents;
>>> }
>>>
>>> class Shortcut extends File {
>>> @gmf.link(target.decoration="arrow", style="dash")
>>> ref File target;
>>> }
>>>
>>> @gmf.link(label="lastSync", source="source",
>>> target="target", style="dot", width="2")
>>> class Sync {
>>> ref File source;
>>> ref File target;
>>> attr String lastSync;
>>> }
>>>
>>> @gmf.node(label = "name")
>>> class File {
>>> attr String name;
>>> }
>>>
>>>
>>> Thanks for your reply.
>>>
>>> Dimitrios Kolovos yazmış:
>>>> Hi Sami,
>>>>
>>>> Could you please send me your Emfatic file (.emf) to see what is wrong?
>>>>
>>>> Cheers,
>>>> Dimitrios
>>>>
>>>> Sami wrote:
>>>>> An error occures, If i wanted to generet "gmf tool, graph and map
>>>>> model"
>>>>> Screencast is here : http://screencast.com/t/onUmz74z
>>>>>
>>>>> Thanks.
|
|
|
Re: [Epsilon] - Eugenia - Generate GMF tool, graph and map model [message #384823 is a reply to message #384822] |
Thu, 21 August 2008 09:33   |
Eclipse User |
|
|
|
Hi Sami,
I've investigated a bit more and it seems that it also works with the
0.8.0 binaries from the update site.
Cheers,
Dimitrios
Dimitrios Kolovos wrote:
> Hi Sami,
>
> There is no need to try 3.3. I have 3.4 in my pc and it works fine. If
> 0.8 fails could you please try with the CVS source code?
>
> Cheers,
> Dimitrios
>
> Sami wrote:
>> I dropped the version number below 1.0 and I tried new versions. But
>> it fails too. I am using "eclipse-modeling-ganymede-incubation-win32".
>> I will try eclipse 3.3
>>
>> Dimitrios Kolovos yazmış:
>>> Hi Sami,
>>>
>>> I've just noticed you are using an outdated version of Epsilon
>>> (1.3.6). The current version is 0.8 (we had to drop the version
>>> number below 1.0 to conform with the Eclipse process). The new update
>>> site (since 0.8) is
>>>
>>> http://download.eclipse.org/technology/gmt/epsilon/updates/
>>>
>>> Could you please try with the latest version and let me know if it
>>> works?
>>>
>>> If that fails too, could you please check out the source of Epsilon
>>> from the CVS (instructions are provided in
>>> http://www.eclipse.org/gmt/epsilon/doc/EpsilonCVS.pdf) so that you
>>> have the latest version?
>>>
>>> Cheers,
>>> Dimitrios
>>>
>>> Sami wrote:
>>>> Hi Dimitrios,
>>>> My .emf file is the same as your example. I am trying to make your
>>>> example. (filesystem)
>>>>
>>>> @namespace(uri="filesystem", prefix="filesystem")
>>>> @gmf
>>>> package filesystem;
>>>>
>>>> @gmf.diagram
>>>> class Filesystem {
>>>> val Drive[*] drives;
>>>> val Sync[*] syncs;
>>>> }
>>>>
>>>> class Drive extends Folder {
>>>>
>>>> }
>>>>
>>>> class Folder extends File {
>>>> @gmf.compartment
>>>> val File[*] contents;
>>>> }
>>>>
>>>> class Shortcut extends File {
>>>> @gmf.link(target.decoration="arrow", style="dash")
>>>> ref File target;
>>>> }
>>>>
>>>> @gmf.link(label="lastSync", source="source",
>>>> target="target", style="dot", width="2")
>>>> class Sync {
>>>> ref File source;
>>>> ref File target;
>>>> attr String lastSync;
>>>> }
>>>>
>>>> @gmf.node(label = "name")
>>>> class File {
>>>> attr String name;
>>>> }
>>>>
>>>>
>>>> Thanks for your reply.
>>>>
>>>> Dimitrios Kolovos yazmış:
>>>>> Hi Sami,
>>>>>
>>>>> Could you please send me your Emfatic file (.emf) to see what is
>>>>> wrong?
>>>>>
>>>>> Cheers,
>>>>> Dimitrios
>>>>>
>>>>> Sami wrote:
>>>>>> An error occures, If i wanted to generet "gmf tool, graph and map
>>>>>> model"
>>>>>> Screencast is here : http://screencast.com/t/onUmz74z
>>>>>>
>>>>>> Thanks.
|
|
|
Re: [Epsilon] - Eugenia - Generate GMF tool, graph and map model [message #384824 is a reply to message #384822] |
Thu, 21 August 2008 09:49   |
Eclipse User |
|
|
|
Originally posted by: sami.yenice.forte.com.tr
With the CVS source code works fine. Thanks but what is the difference?
If I export these plugins as a jar, does it work?
Thanks Kolovos, I think Eugenia is useful and profitable project for gmf
graphing.
Dimitrios Kolovos yazmış:
> Hi Sami,
>
> There is no need to try 3.3. I have 3.4 in my pc and it works fine. If
> 0.8 fails could you please try with the CVS source code?
>
> Cheers,
> Dimitrios
>
> Sami wrote:
>> I dropped the version number below 1.0 and I tried new versions. But
>> it fails too. I am using "eclipse-modeling-ganymede-incubation-win32".
>> I will try eclipse 3.3
>>
>> Dimitrios Kolovos yazmış:
>>> Hi Sami,
>>>
>>> I've just noticed you are using an outdated version of Epsilon
>>> (1.3.6). The current version is 0.8 (we had to drop the version
>>> number below 1.0 to conform with the Eclipse process). The new update
>>> site (since 0.8) is
>>>
>>> http://download.eclipse.org/technology/gmt/epsilon/updates/
>>>
>>> Could you please try with the latest version and let me know if it
>>> works?
>>>
>>> If that fails too, could you please check out the source of Epsilon
>>> from the CVS (instructions are provided in
>>> http://www.eclipse.org/gmt/epsilon/doc/EpsilonCVS.pdf) so that you
>>> have the latest version?
>>>
>>> Cheers,
>>> Dimitrios
>>>
>>> Sami wrote:
>>>> Hi Dimitrios,
>>>> My .emf file is the same as your example. I am trying to make your
>>>> example. (filesystem)
>>>>
>>>> @namespace(uri="filesystem", prefix="filesystem")
>>>> @gmf
>>>> package filesystem;
>>>>
>>>> @gmf.diagram
>>>> class Filesystem {
>>>> val Drive[*] drives;
>>>> val Sync[*] syncs;
>>>> }
>>>>
>>>> class Drive extends Folder {
>>>>
>>>> }
>>>>
>>>> class Folder extends File {
>>>> @gmf.compartment
>>>> val File[*] contents;
>>>> }
>>>>
>>>> class Shortcut extends File {
>>>> @gmf.link(target.decoration="arrow", style="dash")
>>>> ref File target;
>>>> }
>>>>
>>>> @gmf.link(label="lastSync", source="source",
>>>> target="target", style="dot", width="2")
>>>> class Sync {
>>>> ref File source;
>>>> ref File target;
>>>> attr String lastSync;
>>>> }
>>>>
>>>> @gmf.node(label = "name")
>>>> class File {
>>>> attr String name;
>>>> }
>>>>
>>>>
>>>> Thanks for your reply.
>>>>
>>>> Dimitrios Kolovos yazmış:
>>>>> Hi Sami,
>>>>>
>>>>> Could you please send me your Emfatic file (.emf) to see what is
>>>>> wrong?
>>>>>
>>>>> Cheers,
>>>>> Dimitrios
>>>>>
>>>>> Sami wrote:
>>>>>> An error occures, If i wanted to generet "gmf tool, graph and map
>>>>>> model"
>>>>>> Screencast is here : http://screencast.com/t/onUmz74z
>>>>>>
>>>>>> Thanks.
|
|
|
Re: [Epsilon] - Eugenia - Generate GMF tool, graph and map model [message #384825 is a reply to message #384824] |
Thu, 21 August 2008 09:55  |
Eclipse User |
|
|
|
Hi Sami,
Thanks for your encouragement :)
I'm not quite sure what the problem is... I installed Epsilon from the
update site on a clean 3.4 modeling copy, checked out EuGENia from the
SVN and it worked.
In any case, to build the binaries of the current version of the source
code, go to the org.eclipse.epsilon.updatesite project, delete all files
under /plugins and /features (if any), open the site.xml and select
"Build all".
Cheers,
Dimitrios
Sami wrote:
> With the CVS source code works fine. Thanks but what is the difference?
> If I export these plugins as a jar, does it work?
>
> Thanks Kolovos, I think Eugenia is useful and profitable project for gmf
> graphing.
>
> Dimitrios Kolovos yazmış:
>> Hi Sami,
>>
>> There is no need to try 3.3. I have 3.4 in my pc and it works fine. If
>> 0.8 fails could you please try with the CVS source code?
>>
>> Cheers,
>> Dimitrios
>>
>> Sami wrote:
>>> I dropped the version number below 1.0 and I tried new versions. But
>>> it fails too. I am using
>>> "eclipse-modeling-ganymede-incubation-win32". I will try eclipse 3.3
>>>
>>> Dimitrios Kolovos yazmış:
>>>> Hi Sami,
>>>>
>>>> I've just noticed you are using an outdated version of Epsilon
>>>> (1.3.6). The current version is 0.8 (we had to drop the version
>>>> number below 1.0 to conform with the Eclipse process). The new
>>>> update site (since 0.8) is
>>>>
>>>> http://download.eclipse.org/technology/gmt/epsilon/updates/
>>>>
>>>> Could you please try with the latest version and let me know if it
>>>> works?
>>>>
>>>> If that fails too, could you please check out the source of Epsilon
>>>> from the CVS (instructions are provided in
>>>> http://www.eclipse.org/gmt/epsilon/doc/EpsilonCVS.pdf) so that you
>>>> have the latest version?
>>>>
>>>> Cheers,
>>>> Dimitrios
>>>>
>>>> Sami wrote:
>>>>> Hi Dimitrios,
>>>>> My .emf file is the same as your example. I am trying to make your
>>>>> example. (filesystem)
>>>>>
>>>>> @namespace(uri="filesystem", prefix="filesystem")
>>>>> @gmf
>>>>> package filesystem;
>>>>>
>>>>> @gmf.diagram
>>>>> class Filesystem {
>>>>> val Drive[*] drives;
>>>>> val Sync[*] syncs;
>>>>> }
>>>>>
>>>>> class Drive extends Folder {
>>>>>
>>>>> }
>>>>>
>>>>> class Folder extends File {
>>>>> @gmf.compartment
>>>>> val File[*] contents;
>>>>> }
>>>>>
>>>>> class Shortcut extends File {
>>>>> @gmf.link(target.decoration="arrow", style="dash")
>>>>> ref File target;
>>>>> }
>>>>>
>>>>> @gmf.link(label="lastSync", source="source",
>>>>> target="target", style="dot", width="2")
>>>>> class Sync {
>>>>> ref File source;
>>>>> ref File target;
>>>>> attr String lastSync;
>>>>> }
>>>>>
>>>>> @gmf.node(label = "name")
>>>>> class File {
>>>>> attr String name;
>>>>> }
>>>>>
>>>>>
>>>>> Thanks for your reply.
>>>>>
>>>>> Dimitrios Kolovos yazmış:
>>>>>> Hi Sami,
>>>>>>
>>>>>> Could you please send me your Emfatic file (.emf) to see what is
>>>>>> wrong?
>>>>>>
>>>>>> Cheers,
>>>>>> Dimitrios
>>>>>>
>>>>>> Sami wrote:
>>>>>>> An error occures, If i wanted to generet "gmf tool, graph and map
>>>>>>> model"
>>>>>>> Screencast is here : http://screencast.com/t/onUmz74z
>>>>>>>
>>>>>>> Thanks.
|
|
| |
Re: [Epsilon] - Eugenia - Generate GMF tool, graph and map model [message #619936 is a reply to message #384817] |
Thu, 21 August 2008 07:26  |
Eclipse User |
|
|
|
Hi Dimitrios,
My .emf file is the same as your example. I am trying to make your
example. (filesystem)
@namespace(uri="filesystem", prefix="filesystem")
@gmf
package filesystem;
@gmf.diagram
class Filesystem {
val Drive[*] drives;
val Sync[*] syncs;
}
class Drive extends Folder {
}
class Folder extends File {
@gmf.compartment
val File[*] contents;
}
class Shortcut extends File {
@gmf.link(target.decoration="arrow", style="dash")
ref File target;
}
@gmf.link(label="lastSync", source="source",
target="target", style="dot", width="2")
class Sync {
ref File source;
ref File target;
attr String lastSync;
}
@gmf.node(label = "name")
class File {
attr String name;
}
Thanks for your reply.
Dimitrios Kolovos yazmış:
> Hi Sami,
>
> Could you please send me your Emfatic file (.emf) to see what is wrong?
>
> Cheers,
> Dimitrios
>
> Sami wrote:
>> An error occures, If i wanted to generet "gmf tool, graph and map model"
>> Screencast is here : http://screencast.com/t/onUmz74z
>>
>> Thanks.
|
|
|
Re: [Epsilon] - Eugenia - Generate GMF tool, graph and map model [message #619938 is a reply to message #384818] |
Thu, 21 August 2008 07:37  |
Eclipse User |
|
|
|
Hi Sami,
I've just noticed you are using an outdated version of Epsilon (1.3.6).
The current version is 0.8 (we had to drop the version number below 1.0
to conform with the Eclipse process). The new update site (since 0.8) is
http://download.eclipse.org/technology/gmt/epsilon/updates/
Could you please try with the latest version and let me know if it works?
If that fails too, could you please check out the source of Epsilon from
the CVS (instructions are provided in
http://www.eclipse.org/gmt/epsilon/doc/EpsilonCVS.pdf) so that you have
the latest version?
Cheers,
Dimitrios
Sami wrote:
> Hi Dimitrios,
> My .emf file is the same as your example. I am trying to make your
> example. (filesystem)
>
> @namespace(uri="filesystem", prefix="filesystem")
> @gmf
> package filesystem;
>
> @gmf.diagram
> class Filesystem {
> val Drive[*] drives;
> val Sync[*] syncs;
> }
>
> class Drive extends Folder {
>
> }
>
> class Folder extends File {
> @gmf.compartment
> val File[*] contents;
> }
>
> class Shortcut extends File {
> @gmf.link(target.decoration="arrow", style="dash")
> ref File target;
> }
>
> @gmf.link(label="lastSync", source="source",
> target="target", style="dot", width="2")
> class Sync {
> ref File source;
> ref File target;
> attr String lastSync;
> }
>
> @gmf.node(label = "name")
> class File {
> attr String name;
> }
>
>
> Thanks for your reply.
>
> Dimitrios Kolovos yazmış:
>> Hi Sami,
>>
>> Could you please send me your Emfatic file (.emf) to see what is wrong?
>>
>> Cheers,
>> Dimitrios
>>
>> Sami wrote:
>>> An error occures, If i wanted to generet "gmf tool, graph and map model"
>>> Screencast is here : http://screencast.com/t/onUmz74z
>>>
>>> Thanks.
|
|
|
Re: [Epsilon] - Eugenia - Generate GMF tool, graph and map model [message #619942 is a reply to message #384819] |
Thu, 21 August 2008 09:07  |
Eclipse User |
|
|
|
I dropped the version number below 1.0 and I tried new versions. But it
fails too. I am using "eclipse-modeling-ganymede-incubation-win32". I
will try eclipse 3.3
Dimitrios Kolovos yazmış:
> Hi Sami,
>
> I've just noticed you are using an outdated version of Epsilon (1.3.6).
> The current version is 0.8 (we had to drop the version number below 1.0
> to conform with the Eclipse process). The new update site (since 0.8) is
>
> http://download.eclipse.org/technology/gmt/epsilon/updates/
>
> Could you please try with the latest version and let me know if it works?
>
> If that fails too, could you please check out the source of Epsilon from
> the CVS (instructions are provided in
> http://www.eclipse.org/gmt/epsilon/doc/EpsilonCVS.pdf) so that you have
> the latest version?
>
> Cheers,
> Dimitrios
>
> Sami wrote:
>> Hi Dimitrios,
>> My .emf file is the same as your example. I am trying to make your
>> example. (filesystem)
>>
>> @namespace(uri="filesystem", prefix="filesystem")
>> @gmf
>> package filesystem;
>>
>> @gmf.diagram
>> class Filesystem {
>> val Drive[*] drives;
>> val Sync[*] syncs;
>> }
>>
>> class Drive extends Folder {
>>
>> }
>>
>> class Folder extends File {
>> @gmf.compartment
>> val File[*] contents;
>> }
>>
>> class Shortcut extends File {
>> @gmf.link(target.decoration="arrow", style="dash")
>> ref File target;
>> }
>>
>> @gmf.link(label="lastSync", source="source",
>> target="target", style="dot", width="2")
>> class Sync {
>> ref File source;
>> ref File target;
>> attr String lastSync;
>> }
>>
>> @gmf.node(label = "name")
>> class File {
>> attr String name;
>> }
>>
>>
>> Thanks for your reply.
>>
>> Dimitrios Kolovos yazmış:
>>> Hi Sami,
>>>
>>> Could you please send me your Emfatic file (.emf) to see what is wrong?
>>>
>>> Cheers,
>>> Dimitrios
>>>
>>> Sami wrote:
>>>> An error occures, If i wanted to generet "gmf tool, graph and map
>>>> model"
>>>> Screencast is here : http://screencast.com/t/onUmz74z
>>>>
>>>> Thanks.
|
|
|
Re: [Epsilon] - Eugenia - Generate GMF tool, graph and map model [message #619945 is a reply to message #384821] |
Thu, 21 August 2008 09:09  |
Eclipse User |
|
|
|
Hi Sami,
There is no need to try 3.3. I have 3.4 in my pc and it works fine. If
0.8 fails could you please try with the CVS source code?
Cheers,
Dimitrios
Sami wrote:
> I dropped the version number below 1.0 and I tried new versions. But it
> fails too. I am using "eclipse-modeling-ganymede-incubation-win32". I
> will try eclipse 3.3
>
> Dimitrios Kolovos yazmış:
>> Hi Sami,
>>
>> I've just noticed you are using an outdated version of Epsilon
>> (1.3.6). The current version is 0.8 (we had to drop the version number
>> below 1.0 to conform with the Eclipse process). The new update site
>> (since 0.8) is
>>
>> http://download.eclipse.org/technology/gmt/epsilon/updates/
>>
>> Could you please try with the latest version and let me know if it works?
>>
>> If that fails too, could you please check out the source of Epsilon
>> from the CVS (instructions are provided in
>> http://www.eclipse.org/gmt/epsilon/doc/EpsilonCVS.pdf) so that you
>> have the latest version?
>>
>> Cheers,
>> Dimitrios
>>
>> Sami wrote:
>>> Hi Dimitrios,
>>> My .emf file is the same as your example. I am trying to make your
>>> example. (filesystem)
>>>
>>> @namespace(uri="filesystem", prefix="filesystem")
>>> @gmf
>>> package filesystem;
>>>
>>> @gmf.diagram
>>> class Filesystem {
>>> val Drive[*] drives;
>>> val Sync[*] syncs;
>>> }
>>>
>>> class Drive extends Folder {
>>>
>>> }
>>>
>>> class Folder extends File {
>>> @gmf.compartment
>>> val File[*] contents;
>>> }
>>>
>>> class Shortcut extends File {
>>> @gmf.link(target.decoration="arrow", style="dash")
>>> ref File target;
>>> }
>>>
>>> @gmf.link(label="lastSync", source="source",
>>> target="target", style="dot", width="2")
>>> class Sync {
>>> ref File source;
>>> ref File target;
>>> attr String lastSync;
>>> }
>>>
>>> @gmf.node(label = "name")
>>> class File {
>>> attr String name;
>>> }
>>>
>>>
>>> Thanks for your reply.
>>>
>>> Dimitrios Kolovos yazmış:
>>>> Hi Sami,
>>>>
>>>> Could you please send me your Emfatic file (.emf) to see what is wrong?
>>>>
>>>> Cheers,
>>>> Dimitrios
>>>>
>>>> Sami wrote:
>>>>> An error occures, If i wanted to generet "gmf tool, graph and map
>>>>> model"
>>>>> Screencast is here : http://screencast.com/t/onUmz74z
>>>>>
>>>>> Thanks.
|
|
|
Re: [Epsilon] - Eugenia - Generate GMF tool, graph and map model [message #619946 is a reply to message #384822] |
Thu, 21 August 2008 09:33  |
Eclipse User |
|
|
|
Hi Sami,
I've investigated a bit more and it seems that it also works with the
0.8.0 binaries from the update site.
Cheers,
Dimitrios
Dimitrios Kolovos wrote:
> Hi Sami,
>
> There is no need to try 3.3. I have 3.4 in my pc and it works fine. If
> 0.8 fails could you please try with the CVS source code?
>
> Cheers,
> Dimitrios
>
> Sami wrote:
>> I dropped the version number below 1.0 and I tried new versions. But
>> it fails too. I am using "eclipse-modeling-ganymede-incubation-win32".
>> I will try eclipse 3.3
>>
>> Dimitrios Kolovos yazmış:
>>> Hi Sami,
>>>
>>> I've just noticed you are using an outdated version of Epsilon
>>> (1.3.6). The current version is 0.8 (we had to drop the version
>>> number below 1.0 to conform with the Eclipse process). The new update
>>> site (since 0.8) is
>>>
>>> http://download.eclipse.org/technology/gmt/epsilon/updates/
>>>
>>> Could you please try with the latest version and let me know if it
>>> works?
>>>
>>> If that fails too, could you please check out the source of Epsilon
>>> from the CVS (instructions are provided in
>>> http://www.eclipse.org/gmt/epsilon/doc/EpsilonCVS.pdf) so that you
>>> have the latest version?
>>>
>>> Cheers,
>>> Dimitrios
>>>
>>> Sami wrote:
>>>> Hi Dimitrios,
>>>> My .emf file is the same as your example. I am trying to make your
>>>> example. (filesystem)
>>>>
>>>> @namespace(uri="filesystem", prefix="filesystem")
>>>> @gmf
>>>> package filesystem;
>>>>
>>>> @gmf.diagram
>>>> class Filesystem {
>>>> val Drive[*] drives;
>>>> val Sync[*] syncs;
>>>> }
>>>>
>>>> class Drive extends Folder {
>>>>
>>>> }
>>>>
>>>> class Folder extends File {
>>>> @gmf.compartment
>>>> val File[*] contents;
>>>> }
>>>>
>>>> class Shortcut extends File {
>>>> @gmf.link(target.decoration="arrow", style="dash")
>>>> ref File target;
>>>> }
>>>>
>>>> @gmf.link(label="lastSync", source="source",
>>>> target="target", style="dot", width="2")
>>>> class Sync {
>>>> ref File source;
>>>> ref File target;
>>>> attr String lastSync;
>>>> }
>>>>
>>>> @gmf.node(label = "name")
>>>> class File {
>>>> attr String name;
>>>> }
>>>>
>>>>
>>>> Thanks for your reply.
>>>>
>>>> Dimitrios Kolovos yazmış:
>>>>> Hi Sami,
>>>>>
>>>>> Could you please send me your Emfatic file (.emf) to see what is
>>>>> wrong?
>>>>>
>>>>> Cheers,
>>>>> Dimitrios
>>>>>
>>>>> Sami wrote:
>>>>>> An error occures, If i wanted to generet "gmf tool, graph and map
>>>>>> model"
>>>>>> Screencast is here : http://screencast.com/t/onUmz74z
>>>>>>
>>>>>> Thanks.
|
|
|
Re: [Epsilon] - Eugenia - Generate GMF tool, graph and map model [message #619949 is a reply to message #384822] |
Thu, 21 August 2008 09:49  |
Eclipse User |
|
|
|
With the CVS source code works fine. Thanks but what is the difference?
If I export these plugins as a jar, does it work?
Thanks Kolovos, I think Eugenia is useful and profitable project for gmf
graphing.
Dimitrios Kolovos yazmış:
> Hi Sami,
>
> There is no need to try 3.3. I have 3.4 in my pc and it works fine. If
> 0.8 fails could you please try with the CVS source code?
>
> Cheers,
> Dimitrios
>
> Sami wrote:
>> I dropped the version number below 1.0 and I tried new versions. But
>> it fails too. I am using "eclipse-modeling-ganymede-incubation-win32".
>> I will try eclipse 3.3
>>
>> Dimitrios Kolovos yazmış:
>>> Hi Sami,
>>>
>>> I've just noticed you are using an outdated version of Epsilon
>>> (1.3.6). The current version is 0.8 (we had to drop the version
>>> number below 1.0 to conform with the Eclipse process). The new update
>>> site (since 0.8) is
>>>
>>> http://download.eclipse.org/technology/gmt/epsilon/updates/
>>>
>>> Could you please try with the latest version and let me know if it
>>> works?
>>>
>>> If that fails too, could you please check out the source of Epsilon
>>> from the CVS (instructions are provided in
>>> http://www.eclipse.org/gmt/epsilon/doc/EpsilonCVS.pdf) so that you
>>> have the latest version?
>>>
>>> Cheers,
>>> Dimitrios
>>>
>>> Sami wrote:
>>>> Hi Dimitrios,
>>>> My .emf file is the same as your example. I am trying to make your
>>>> example. (filesystem)
>>>>
>>>> @namespace(uri="filesystem", prefix="filesystem")
>>>> @gmf
>>>> package filesystem;
>>>>
>>>> @gmf.diagram
>>>> class Filesystem {
>>>> val Drive[*] drives;
>>>> val Sync[*] syncs;
>>>> }
>>>>
>>>> class Drive extends Folder {
>>>>
>>>> }
>>>>
>>>> class Folder extends File {
>>>> @gmf.compartment
>>>> val File[*] contents;
>>>> }
>>>>
>>>> class Shortcut extends File {
>>>> @gmf.link(target.decoration="arrow", style="dash")
>>>> ref File target;
>>>> }
>>>>
>>>> @gmf.link(label="lastSync", source="source",
>>>> target="target", style="dot", width="2")
>>>> class Sync {
>>>> ref File source;
>>>> ref File target;
>>>> attr String lastSync;
>>>> }
>>>>
>>>> @gmf.node(label = "name")
>>>> class File {
>>>> attr String name;
>>>> }
>>>>
>>>>
>>>> Thanks for your reply.
>>>>
>>>> Dimitrios Kolovos yazmış:
>>>>> Hi Sami,
>>>>>
>>>>> Could you please send me your Emfatic file (.emf) to see what is
>>>>> wrong?
>>>>>
>>>>> Cheers,
>>>>> Dimitrios
>>>>>
>>>>> Sami wrote:
>>>>>> An error occures, If i wanted to generet "gmf tool, graph and map
>>>>>> model"
>>>>>> Screencast is here : http://screencast.com/t/onUmz74z
>>>>>>
>>>>>> Thanks.
|
|
|
Re: [Epsilon] - Eugenia - Generate GMF tool, graph and map model [message #619951 is a reply to message #384824] |
Thu, 21 August 2008 09:55  |
Eclipse User |
|
|
|
Hi Sami,
Thanks for your encouragement :)
I'm not quite sure what the problem is... I installed Epsilon from the
update site on a clean 3.4 modeling copy, checked out EuGENia from the
SVN and it worked.
In any case, to build the binaries of the current version of the source
code, go to the org.eclipse.epsilon.updatesite project, delete all files
under /plugins and /features (if any), open the site.xml and select
"Build all".
Cheers,
Dimitrios
Sami wrote:
> With the CVS source code works fine. Thanks but what is the difference?
> If I export these plugins as a jar, does it work?
>
> Thanks Kolovos, I think Eugenia is useful and profitable project for gmf
> graphing.
>
> Dimitrios Kolovos yazmış:
>> Hi Sami,
>>
>> There is no need to try 3.3. I have 3.4 in my pc and it works fine. If
>> 0.8 fails could you please try with the CVS source code?
>>
>> Cheers,
>> Dimitrios
>>
>> Sami wrote:
>>> I dropped the version number below 1.0 and I tried new versions. But
>>> it fails too. I am using
>>> "eclipse-modeling-ganymede-incubation-win32". I will try eclipse 3.3
>>>
>>> Dimitrios Kolovos yazmış:
>>>> Hi Sami,
>>>>
>>>> I've just noticed you are using an outdated version of Epsilon
>>>> (1.3.6). The current version is 0.8 (we had to drop the version
>>>> number below 1.0 to conform with the Eclipse process). The new
>>>> update site (since 0.8) is
>>>>
>>>> http://download.eclipse.org/technology/gmt/epsilon/updates/
>>>>
>>>> Could you please try with the latest version and let me know if it
>>>> works?
>>>>
>>>> If that fails too, could you please check out the source of Epsilon
>>>> from the CVS (instructions are provided in
>>>> http://www.eclipse.org/gmt/epsilon/doc/EpsilonCVS.pdf) so that you
>>>> have the latest version?
>>>>
>>>> Cheers,
>>>> Dimitrios
>>>>
>>>> Sami wrote:
>>>>> Hi Dimitrios,
>>>>> My .emf file is the same as your example. I am trying to make your
>>>>> example. (filesystem)
>>>>>
>>>>> @namespace(uri="filesystem", prefix="filesystem")
>>>>> @gmf
>>>>> package filesystem;
>>>>>
>>>>> @gmf.diagram
>>>>> class Filesystem {
>>>>> val Drive[*] drives;
>>>>> val Sync[*] syncs;
>>>>> }
>>>>>
>>>>> class Drive extends Folder {
>>>>>
>>>>> }
>>>>>
>>>>> class Folder extends File {
>>>>> @gmf.compartment
>>>>> val File[*] contents;
>>>>> }
>>>>>
>>>>> class Shortcut extends File {
>>>>> @gmf.link(target.decoration="arrow", style="dash")
>>>>> ref File target;
>>>>> }
>>>>>
>>>>> @gmf.link(label="lastSync", source="source",
>>>>> target="target", style="dot", width="2")
>>>>> class Sync {
>>>>> ref File source;
>>>>> ref File target;
>>>>> attr String lastSync;
>>>>> }
>>>>>
>>>>> @gmf.node(label = "name")
>>>>> class File {
>>>>> attr String name;
>>>>> }
>>>>>
>>>>>
>>>>> Thanks for your reply.
>>>>>
>>>>> Dimitrios Kolovos yazmış:
>>>>>> Hi Sami,
>>>>>>
>>>>>> Could you please send me your Emfatic file (.emf) to see what is
>>>>>> wrong?
>>>>>>
>>>>>> Cheers,
>>>>>> Dimitrios
>>>>>>
>>>>>> Sami wrote:
>>>>>>> An error occures, If i wanted to generet "gmf tool, graph and map
>>>>>>> model"
>>>>>>> Screencast is here : http://screencast.com/t/onUmz74z
>>>>>>>
>>>>>>> Thanks.
|
|
|
Goto Forum:
Current Time: Mon Apr 14 17:44:18 EDT 2025
Powered by FUDForum. Page generated in 0.04146 seconds
|