Book a Demo

Author Topic: local paths and shared ids  (Read 3009 times)

Walter_Leinert

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
local paths and shared ids
« on: May 02, 2004, 02:52:31 am »
Hi,

i started working with EA on my notebook by reverse engineering a C# project; then i switched over to my pc (with a larger screen and more power) working on a network drive on the notebook.
This worked fine but a little bit slowly; then i found the local paths features with shared ids. I defined a shared ID and a local path on my notebook.
Then i copied the whole project (sources + EA) to my pc and tried to also work with local path and a shared id on the pc. But when i tried to generate modified code i found a file reference to the notebook share.

I am a little bit confused how the "Apply/Expand Path" functions really work.

When i exported the whole project as XMI if found an old shared IDs in codepath attributes.

How can i change the shared ID for the whole project to another shared id?

Regards, Walter

Barry_Pearce

  • EA User
  • **
  • Posts: 70
  • Karma: +0/-0
    • View Profile
Re: local paths and shared ids
« Reply #1 on: June 24, 2004, 04:41:48 pm »
I believe the answer is to expand all paths. then remove your id. then add in a new id covering the portion in question and then apply paths.
save the model.

Walter_Leinert

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
Re: local paths and shared ids
« Reply #2 on: June 25, 2004, 10:12:35 am »
Hi Barry,

i fixed the problem by modifying the xml-export of the project. But eventually it would have had been possible to simpy expand the ids.

Now it works.

Thanks, Walter