Book a Demo

Author Topic: Reverse engineered elements - Any relative paths?  (Read 2778 times)

Alex_

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Reverse engineered elements - Any relative paths?
« on: August 06, 2010, 11:33:51 pm »
Say, a team of developers need to be able to share diagram file thru version control system, and each developer needs to sync the reverse-engineered elements in the model, if he changes the API; then update the diagram, and commit.

The files in VCS are stored as:


src/
   main/
     java/
       ... (code)
   uml/
     my-file.EAP


And the diagrams of each project mostly contain classes which are at ../main/java

I've checked the "Settings->Local Files..." feature, but it does not support any relative (to .EAP-file) paths.

Is there some checkbox in EA to store links to source files in relative form rather that absolute?

Thanks!
« Last Edit: August 06, 2010, 11:34:33 pm by apanasovich »

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Reverse engineered elements - Any relative pat
« Reply #1 on: August 09, 2010, 08:35:48 am »
http://www.sparxsystems.com/enterprise_architect_user_guide/software_development/localpaths.html

PS.  Storing the eap file under version control is not recommended.
« Last Edit: August 09, 2010, 08:36:37 am by simonm »