Author Topic: import and synchronize a  Rose imported model  (Read 2794 times)

Rsacristan

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
import and synchronize a  Rose imported model
« on: July 12, 2005, 01:28:57 am »
Hi,
I'm working with a model imported from Rational Rose.

Everything is fine, but I need to synchronize the model (the classes from the logical view) in EA with the source code (in Delphi).

I tried to syncronize some classes I imported directly (inverse engineer) from the code to EA and It works fine. But when I try to do the same with the classes imported from Rational Rose, it doesn't do anything.

Can anybody tell me how could I link the imported classes from Rose with its corresponding source code so I can syncronize them?

Thank you.




thomaskilian

  • Guest
Re: import and synchronize a  Rose imported m
« Reply #1 on: July 12, 2005, 04:42:20 am »
You need to check the file name where the class is stored. Open the properties window (best: dock it somewhere) and inspect Filename. I guess this is not filled when importing Rose XMI.

Rsacristan

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: import and synchronize a  Rose imported m
« Reply #2 on: July 12, 2005, 05:25:34 am »
I've tried that already, but doesn't work.

The classes I try to sincronize are included in a .pas (Delphi unit)  with some other classes, not alone. I don't know if that can be the problem.

thomaskilian

  • Guest
Re: import and synchronize a  Rose imported m
« Reply #3 on: July 12, 2005, 05:33:31 am »
Check also that the programming language is set correctly.