I've made a model in Enterprise Architect using the 'reverse engineering' tool to import my Java classes into the EA model. Now I intend to keep this model up-to-date with the code as the development goes on.
The thing is: when I try to synchronize the code within the model (source -> model) it only works if the source code is still in the same absolute path it was in the disc when I first imported. But if I change the source code's location on the disc, it duplicates my classes.
That is a huge problem considering that every developer has it's own folder structure. It can get worst when it comes to different operational systems (which is my case).
Example:
Location of the source code when it was imported:
/Volumes/Data/Projects/xxx_project/src/...
Location of the source code when it has to be synchronized by another developer:
C:\projects\xxx_project\src\...
Does anybody know how to use a "relative path" to the source code, or to change the binding of the source code's location on the model?