Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » UML2 » Exporting UML diagram and profile
Exporting UML diagram and profile [message #472898] Mon, 14 May 2007 09:42 Go to next message
Eclipse UserFriend
Originally posted by: antti.evesti.vtt.fi

Hi,

I have a problem with ‘exporting’ UML model with the profile, i.e.
component diagram and applied profile. I have made component diagram which
contains stereotypes from UML profile, this is just I wish. However, when
I save the model and try open it from another project the problem appears.
The saved component diagram does not find the needed UML profile. So how I
must apply UML profile to the diagram, so that I can open diagram in
another project? Of course, I have moved both files to another project,
i.e. the component diagram and UML profile file.

Footnote, I am not trying make this by code, just using UML2 editor of
Eclipse.

BR,
Antti
Re: Exporting UML diagram and profile [message #472900 is a reply to message #472898] Mon, 14 May 2007 12:44 Go to previous messageGo to next message
Kenn Hussey is currently offline Kenn HusseyFriend
Messages: 1620
Registered: July 2009
Senior Member
Antti,

The profile must exist in the same location (relative to the model) in order
to successfully open it from another project. The alternative is to use
"pathmaps" as a way of referencing profiles (and other shared resources) in
a location-neutral way. If you do a search on this and/or the legacy UML2
newsgroup (eclipse.tools.uml2) you'll be sure to find useful information on
how to use pathmaps...

Kenn

"Antti Evesti" <antti.evesti@vtt.fi> wrote in message
news:a548b799946cfcafbacae5be98a8cbc8$1@www.eclipse.org...
> Hi,
>
> I have a problem with
Re: Exporting UML diagram and profile [message #473100 is a reply to message #472900] Wed, 06 June 2007 12:58 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: antti.evesti.vtt.fi

Ok. But is these pathmaps something that has to be used via a programmatic
approach, or can I utilize it via the UML editor of Eclipse? Because I tried
to find the right place from the UML editor but I cannot find anything
relating about 'pathmaps'

Antti


"Kenn Hussey" <khussey@ca.ibm.com> wrote in message
news:f29ljm$d0s$1@build.eclipse.org...
> Antti,
>
> The profile must exist in the same location (relative to the model) in
> order to successfully open it from another project. The alternative is to
> use "pathmaps" as a way of referencing profiles (and other shared
> resources) in a location-neutral way. If you do a search on this and/or
> the legacy UML2 newsgroup (eclipse.tools.uml2) you'll be sure to find
> useful information on how to use pathmaps...
>
> Kenn
>
> "Antti Evesti" <antti.evesti@vtt.fi> wrote in message
> news:a548b799946cfcafbacae5be98a8cbc8$1@www.eclipse.org...
>> Hi,
>>
>> I have a problem with 'exporting' UML model with the profile, i.e.
>> component diagram and applied profile. I have made component diagram
>> which contains stereotypes from UML profile, this is just I wish.
>> However, when I save the model and try open it from another project the
>> problem appears. The saved component diagram does not find the needed UML
>> profile. So how I must apply UML profile to the diagram, so that I can
>> open diagram in another project? Of course, I have moved both files to
>> another project, i.e. the component diagram and UML profile file.
>>
>> Footnote, I am not trying make this by code, just using UML2 editor of
>> Eclipse.
>>
>> BR,
>> Antti
>>
>>
>
>
Re: Exporting UML diagram and profile [message #473104 is a reply to message #473100] Wed, 06 June 2007 17:37 Go to previous messageGo to next message
Kenn Hussey is currently offline Kenn HusseyFriend
Messages: 1620
Registered: July 2009
Senior Member
Antti,

"Pathmaps" must be declared either programmatically or via the EMF extension
point; there is no UI available to manage them in UML2.

Kenn

"Antti" <antti.evesti@vtt.fi> wrote in message
news:f46b1k$esd$1@build.eclipse.org...
> Ok. But is these pathmaps something that has to be used via a programmatic
> approach, or can I utilize it via the UML editor of Eclipse? Because I
> tried to find the right place from the UML editor but I cannot find
> anything relating about 'pathmaps'
>
> Antti
>
>
> "Kenn Hussey" <khussey@ca.ibm.com> wrote in message
> news:f29ljm$d0s$1@build.eclipse.org...
>> Antti,
>>
>> The profile must exist in the same location (relative to the model) in
>> order to successfully open it from another project. The alternative is to
>> use "pathmaps" as a way of referencing profiles (and other shared
>> resources) in a location-neutral way. If you do a search on this and/or
>> the legacy UML2 newsgroup (eclipse.tools.uml2) you'll be sure to find
>> useful information on how to use pathmaps...
>>
>> Kenn
>>
>> "Antti Evesti" <antti.evesti@vtt.fi> wrote in message
>> news:a548b799946cfcafbacae5be98a8cbc8$1@www.eclipse.org...
>>> Hi,
>>>
>>> I have a problem with 'exporting' UML model with the profile, i.e.
>>> component diagram and applied profile. I have made component diagram
>>> which contains stereotypes from UML profile, this is just I wish.
>>> However, when I save the model and try open it from another project the
>>> problem appears. The saved component diagram does not find the needed
>>> UML profile. So how I must apply UML profile to the diagram, so that I
>>> can open diagram in another project? Of course, I have moved both files
>>> to another project, i.e. the component diagram and UML profile file.
>>>
>>> Footnote, I am not trying make this by code, just using UML2 editor of
>>> Eclipse.
>>>
>>> BR,
>>> Antti
>>>
>>>
>>
>>
>
>
Re: Exporting UML diagram and profile [message #473123 is a reply to message #473104] Fri, 08 June 2007 05:42 Go to previous message
Eclipse UserFriend
Originally posted by: antti.evesti.vtt.fi

So, I have to make an own plug-in, which make it possible to add profiles to
UML models in a consistent way.

Antti


"Kenn Hussey" <khussey@ca.ibm.com> wrote in message
news:f46rck$8jn$1@build.eclipse.org...
> Antti,
>
> "Pathmaps" must be declared either programmatically or via the EMF
> extension point; there is no UI available to manage them in UML2.
>
> Kenn
>
> "Antti" <antti.evesti@vtt.fi> wrote in message
> news:f46b1k$esd$1@build.eclipse.org...
>> Ok. But is these pathmaps something that has to be used via a
>> programmatic approach, or can I utilize it via the UML editor of Eclipse?
>> Because I tried to find the right place from the UML editor but I cannot
>> find anything relating about 'pathmaps'
>>
>> Antti
>>
>>
>> "Kenn Hussey" <khussey@ca.ibm.com> wrote in message
>> news:f29ljm$d0s$1@build.eclipse.org...
>>> Antti,
>>>
>>> The profile must exist in the same location (relative to the model) in
>>> order to successfully open it from another project. The alternative is
>>> to use "pathmaps" as a way of referencing profiles (and other shared
>>> resources) in a location-neutral way. If you do a search on this and/or
>>> the legacy UML2 newsgroup (eclipse.tools.uml2) you'll be sure to find
>>> useful information on how to use pathmaps...
>>>
>>> Kenn
>>>
>>> "Antti Evesti" <antti.evesti@vtt.fi> wrote in message
>>> news:a548b799946cfcafbacae5be98a8cbc8$1@www.eclipse.org...
>>>> Hi,
>>>>
>>>> I have a problem with 'exporting' UML model with the profile, i.e.
>>>> component diagram and applied profile. I have made component diagram
>>>> which contains stereotypes from UML profile, this is just I wish.
>>>> However, when I save the model and try open it from another project the
>>>> problem appears. The saved component diagram does not find the needed
>>>> UML profile. So how I must apply UML profile to the diagram, so that I
>>>> can open diagram in another project? Of course, I have moved both files
>>>> to another project, i.e. the component diagram and UML profile file.
>>>>
>>>> Footnote, I am not trying make this by code, just using UML2 editor of
>>>> Eclipse.
>>>>
>>>> BR,
>>>> Antti
>>>>
>>>>
>>>
>>>
>>
>>
>
>
Re: Exporting UML diagram and profile [message #615854 is a reply to message #472898] Mon, 14 May 2007 12:44 Go to previous message
Kenn Hussey is currently offline Kenn HusseyFriend
Messages: 1620
Registered: July 2009
Senior Member
Antti,

The profile must exist in the same location (relative to the model) in order
to successfully open it from another project. The alternative is to use
"pathmaps" as a way of referencing profiles (and other shared resources) in
a location-neutral way. If you do a search on this and/or the legacy UML2
newsgroup (eclipse.tools.uml2) you'll be sure to find useful information on
how to use pathmaps...

Kenn

"Antti Evesti" <antti.evesti@vtt.fi> wrote in message
news:a548b799946cfcafbacae5be98a8cbc8$1@www.eclipse.org...
> Hi,
>
> I have a problem with
Re: Exporting UML diagram and profile [message #619751 is a reply to message #472900] Wed, 06 June 2007 12:58 Go to previous message
Eclipse UserFriend
Originally posted by: antti.evesti.vtt.fi

Ok. But is these pathmaps something that has to be used via a programmatic
approach, or can I utilize it via the UML editor of Eclipse? Because I tried
to find the right place from the UML editor but I cannot find anything
relating about 'pathmaps'

Antti


"Kenn Hussey" <khussey@ca.ibm.com> wrote in message
news:f29ljm$d0s$1@build.eclipse.org...
> Antti,
>
> The profile must exist in the same location (relative to the model) in
> order to successfully open it from another project. The alternative is to
> use "pathmaps" as a way of referencing profiles (and other shared
> resources) in a location-neutral way. If you do a search on this and/or
> the legacy UML2 newsgroup (eclipse.tools.uml2) you'll be sure to find
> useful information on how to use pathmaps...
>
> Kenn
>
> "Antti Evesti" <antti.evesti@vtt.fi> wrote in message
> news:a548b799946cfcafbacae5be98a8cbc8$1@www.eclipse.org...
>> Hi,
>>
>> I have a problem with 'exporting' UML model with the profile, i.e.
>> component diagram and applied profile. I have made component diagram
>> which contains stereotypes from UML profile, this is just I wish.
>> However, when I save the model and try open it from another project the
>> problem appears. The saved component diagram does not find the needed UML
>> profile. So how I must apply UML profile to the diagram, so that I can
>> open diagram in another project? Of course, I have moved both files to
>> another project, i.e. the component diagram and UML profile file.
>>
>> Footnote, I am not trying make this by code, just using UML2 editor of
>> Eclipse.
>>
>> BR,
>> Antti
>>
>>
>
>
Re: Exporting UML diagram and profile [message #619762 is a reply to message #473100] Wed, 06 June 2007 17:37 Go to previous message
Kenn Hussey is currently offline Kenn HusseyFriend
Messages: 1620
Registered: July 2009
Senior Member
Antti,

"Pathmaps" must be declared either programmatically or via the EMF extension
point; there is no UI available to manage them in UML2.

Kenn

"Antti" <antti.evesti@vtt.fi> wrote in message
news:f46b1k$esd$1@build.eclipse.org...
> Ok. But is these pathmaps something that has to be used via a programmatic
> approach, or can I utilize it via the UML editor of Eclipse? Because I
> tried to find the right place from the UML editor but I cannot find
> anything relating about 'pathmaps'
>
> Antti
>
>
> "Kenn Hussey" <khussey@ca.ibm.com> wrote in message
> news:f29ljm$d0s$1@build.eclipse.org...
>> Antti,
>>
>> The profile must exist in the same location (relative to the model) in
>> order to successfully open it from another project. The alternative is to
>> use "pathmaps" as a way of referencing profiles (and other shared
>> resources) in a location-neutral way. If you do a search on this and/or
>> the legacy UML2 newsgroup (eclipse.tools.uml2) you'll be sure to find
>> useful information on how to use pathmaps...
>>
>> Kenn
>>
>> "Antti Evesti" <antti.evesti@vtt.fi> wrote in message
>> news:a548b799946cfcafbacae5be98a8cbc8$1@www.eclipse.org...
>>> Hi,
>>>
>>> I have a problem with 'exporting' UML model with the profile, i.e.
>>> component diagram and applied profile. I have made component diagram
>>> which contains stereotypes from UML profile, this is just I wish.
>>> However, when I save the model and try open it from another project the
>>> problem appears. The saved component diagram does not find the needed
>>> UML profile. So how I must apply UML profile to the diagram, so that I
>>> can open diagram in another project? Of course, I have moved both files
>>> to another project, i.e. the component diagram and UML profile file.
>>>
>>> Footnote, I am not trying make this by code, just using UML2 editor of
>>> Eclipse.
>>>
>>> BR,
>>> Antti
>>>
>>>
>>
>>
>
>
Re: Exporting UML diagram and profile [message #619910 is a reply to message #473104] Fri, 08 June 2007 05:42 Go to previous message
Eclipse UserFriend
Originally posted by: antti.evesti.vtt.fi

So, I have to make an own plug-in, which make it possible to add profiles to
UML models in a consistent way.

Antti


"Kenn Hussey" <khussey@ca.ibm.com> wrote in message
news:f46rck$8jn$1@build.eclipse.org...
> Antti,
>
> "Pathmaps" must be declared either programmatically or via the EMF
> extension point; there is no UI available to manage them in UML2.
>
> Kenn
>
> "Antti" <antti.evesti@vtt.fi> wrote in message
> news:f46b1k$esd$1@build.eclipse.org...
>> Ok. But is these pathmaps something that has to be used via a
>> programmatic approach, or can I utilize it via the UML editor of Eclipse?
>> Because I tried to find the right place from the UML editor but I cannot
>> find anything relating about 'pathmaps'
>>
>> Antti
>>
>>
>> "Kenn Hussey" <khussey@ca.ibm.com> wrote in message
>> news:f29ljm$d0s$1@build.eclipse.org...
>>> Antti,
>>>
>>> The profile must exist in the same location (relative to the model) in
>>> order to successfully open it from another project. The alternative is
>>> to use "pathmaps" as a way of referencing profiles (and other shared
>>> resources) in a location-neutral way. If you do a search on this and/or
>>> the legacy UML2 newsgroup (eclipse.tools.uml2) you'll be sure to find
>>> useful information on how to use pathmaps...
>>>
>>> Kenn
>>>
>>> "Antti Evesti" <antti.evesti@vtt.fi> wrote in message
>>> news:a548b799946cfcafbacae5be98a8cbc8$1@www.eclipse.org...
>>>> Hi,
>>>>
>>>> I have a problem with 'exporting' UML model with the profile, i.e.
>>>> component diagram and applied profile. I have made component diagram
>>>> which contains stereotypes from UML profile, this is just I wish.
>>>> However, when I save the model and try open it from another project the
>>>> problem appears. The saved component diagram does not find the needed
>>>> UML profile. So how I must apply UML profile to the diagram, so that I
>>>> can open diagram in another project? Of course, I have moved both files
>>>> to another project, i.e. the component diagram and UML profile file.
>>>>
>>>> Footnote, I am not trying make this by code, just using UML2 editor of
>>>> Eclipse.
>>>>
>>>> BR,
>>>> Antti
>>>>
>>>>
>>>
>>>
>>
>>
>
>
Previous Topic:class name
Next Topic:dynamic pathmap:// variable registration & opening, editing, creating models with pathmap URIs
Goto Forum:
  


Current Time: Thu Mar 28 17:03:26 GMT 2024

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

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

Back to the top