Rank: Newbie
Joined: 4/4/2013 Posts: 5
|
Hello, I have the following problem: I have a project with many packages which were created some time ago as a result of code->model synchronization. In one of models which are generated from my java source (and can be distinguished in the model by the icon with a cup of coffee) I added a new package. I implemented classes from that package manually in my IDE (not doing any automatic synchronization model->source). Now I want to get these changes into my model - synchronize my model to reflected changes I made in the source code, but unfortunately I could not get this to work.
When I choose Menu: Project->Overwrite UModel Project from Program Code, then the synchronization is being run, but at the end, all classes in the mentioned package are not touched, they are not synchronized with the source code at all. In the properties of any class in that package I can see empty code file name and empty file path.
What should I do to bring my source code changes into model ?
|