Book a Demo

Author Topic: Shared Packages, Version Control etc.  (Read 3403 times)

ditlev

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Shared Packages, Version Control etc.
« on: March 02, 2004, 06:44:34 am »
I have a problem with the use of items mentioned in subject.

I have a master EA project holding the application framework package. This package is both version- and package controlled (using VSS). Works fine.

Every week our application framework library is built (new increment).

In order to get the latest framework for development/design/modelling purpose the '.NET Class Library Exporter for EA' is used to reverese engineer the built dll's.

My problem is this.

Elements used in models from a previous build disappear when the new build is imported.

How do I avoid this?




Sean Kearon

  • EA User
  • **
  • Posts: 126
  • Karma: +0/-0
    • View Profile
Re: Shared Packages, Version Control etc.
« Reply #1 on: March 02, 2004, 09:06:11 am »
EA overwrites the package into which you are importing.  So, one option is to import into a seperate package in your model for each build.  

Does that help?

Sean

ditlev

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: Shared Packages, Version Control etc.
« Reply #2 on: March 02, 2004, 12:21:29 pm »
Not really since im trying to avoid re-modelling by developer teams.

D