UML modeling for class diagrams, could not generate code for modified diagr

Hi,

I'm using Java studio Enterprise for creating class diagrams and generating code from the UML using round trip engineering. I'm able to create class diagrams and generate code from the diagram. I tried modifying java code for classes and saved it. Now if I try and modify the diagram its not updating the java code associated with it.

Please suggest the workaround or so.

Thanks

Sunita

[423 byte] By [sunitachatterjee] at [2007-11-26 7:36:00]
# 1

Maybe the linkage between the source and model class element is broken. Try to expand the class element from the project tree to see if a source file artifact node (under the class that displays the pathname as the name of the node). If not, that's why. Then, the workaround is to manually add the pathname to the java source file. Here are the steps:

- expand the class in question

- select the source file artifact node

- from the properties window on the right side of the ide, enter the exact pathname to the java source file and press the Enter

It should work now.

petersl at 2007-7-6 19:35:53 > top of Java-index,Development Tools,Java Tools...