Book a Demo

Author Topic: Synchronize Model from changed source directory  (Read 2834 times)

StefanR

  • EA Novice
  • *
  • Posts: 16
  • Karma: +0/-0
    • View Profile
Synchronize Model from changed source directory
« on: March 13, 2006, 01:14:15 am »
Hi,
I'd like to synchronize a class diagram from Delphi source files, where the directory which contains these files has changed. Is there an option to set a new file location?

Another question: Where is the corresponding source file for a class stored? I had a look at properties/files but file path is empty there :(

Regards,
Stefan.

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Synchronize Model from changed source director
« Reply #1 on: March 13, 2006, 04:38:03 pm »
The filename for a class is shown in the properties window (View | Properties) when that class is selected.

You can change paths of classes in bulk by using the local paths feature as follows.

Open the local paths dialog. (Settings | Local Paths)
Enter the old path, any id and the language they apply to.
Click Apply path.
Change the path to the new path.
Click Expand path.
You may then want to delete the path.

For more information on local paths please see http://www.sparxsystems.com/EAUserGuide/index.html?localpaths.htm.

StefanR

  • EA Novice
  • *
  • Posts: 16
  • Karma: +0/-0
    • View Profile
Re: Synchronize Model from changed source director
« Reply #2 on: March 14, 2006, 02:08:48 am »
Hi Simons,
this worked perfectly - thanks very much.
Stefan.