Book a Demo

Author Topic: Can't Synchronize Code  (Read 2612 times)

msisson

  • EA Novice
  • *
  • Posts: 13
  • Karma: +0/-0
    • View Profile
Can't Synchronize Code
« on: April 07, 2006, 01:15:34 pm »
Newbie question.  I'm on a class diagram and I want to synchronize with my source file on disk.  Now, the class was original created by creating a new class on the diagram, not by importing source.  

So now when I right-click and say Synchronize Model it doesn't nothing.  Somehow the classes that I reversed original know how to sync.  I can't seem to find any property for my class to tell it where it's source file is supposed to come from.

TIA
mark

thomaskilian

  • Guest
Re: Can't Synchronize Code
« Reply #1 on: April 07, 2006, 02:27:21 pm »
The file location is in the class properties window... Make sure the class has the correct language set.

msisson

  • EA Novice
  • *
  • Posts: 13
  • Karma: +0/-0
    • View Profile
Re: Can't Synchronize Code
« Reply #2 on: April 07, 2006, 04:19:26 pm »
I feel like an idiot, still can't see it.  When I right click and go to properties for the class I don't see a field anywhere with a label like "source file location". There is a tab for "Files" (plural) but because it allows multiple files to be defined I don't think this is it. That's probably just a place to keep related artifacts I assume.

Can you tell me exactly what tab and label on the clas properties dialog?  (And yes, the class' language=Java appropriately)

thx
mark

thomaskilian

  • Guest
Re: Can't Synchronize Code
« Reply #3 on: April 07, 2006, 04:57:12 pm »
Don't right-click. Use View/Properties from the menu. EA's UI :-X

msisson

  • EA Novice
  • *
  • Posts: 13
  • Karma: +0/-0
    • View Profile
Re: Can't Synchronize Code
« Reply #4 on: April 10, 2006, 11:13:20 am »
thanks Thomas, that finally did it.  I wish EA provided a mechanism to get to that info from the context menu.

This triggers a new question for me regarding filename paths and source control but I'll create a new thread.

Thx again