Book a Demo

Author Topic: Sync: EA Project and Source Directory  (Read 2266 times)

sergeysps

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
Sync: EA Project and Source Directory
« on: February 03, 2012, 01:32:09 am »
Hej,

the situation is as followed:
- I would like to do reverse engineering of a huge c# project.
- So I just apply the "import source directory" function which imports all the classes and creates packages according to the namespaces.
- Unfortunately not all connections of the classes are shown but they can be done manually afterwards within EA.

So now the question how easy it will be to keep the EA project synched with the c# project.
- If I add methods and properties to classes, then I can use the function "Synchronize packages with code" but if I add new classes to the namespaces this method seems not to work.
- Another possibility could be to import the same direcotry again and choose "Synchronize existing classes" option. If I do that the new classes get imported but the (namespace driven) structure of my EA project gets messed up for some reason.
This actually also happens if you do the following:
- "Import source Directory" -> classes are imported and ordered accoring the namespaces
- without chaning anything: do the same import again -> EA changes the project structure for some reason...
Which sense does it make?
Is there any good workflow of synchronizing c# project and ea project?

best regards

Sergey