Book a Demo

Author Topic: package template  (Read 2479 times)

bartko

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
package template
« on: November 08, 2006, 04:53:17 am »
Hi,
I`ve searched archive, but found nothing concerning my problem.
There is a common repository (oracle database), for use for all projects. There are repeatable packages and within-package diagrams in every project.
What I need is a template which I can import whenever new project is started, instead of doing it manually.

I've tried to create template structure in EAP file, export it to XMI and then use it in new project package. The effect was as follows: duplicates of diagrams where made within packages of other project (which structure was imported from the same XMI); none of folders or diagrams were created under new package.
Seems that import mechanism considers IDs of packages and doesn't want to create duplicates.
Is there any way to make such a template package tree, which would be reusable within one repository?

thanks for any replies.

peter.zrnko

  • EA User
  • **
  • Posts: 253
  • Karma: +0/-0
    • View Profile
Re: package template
« Reply #1 on: November 08, 2006, 05:13:40 am »
Set strips GUID's when importing your XMI.
Peter

bartko

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: package template
« Reply #2 on: November 08, 2006, 05:40:13 am »
It works, thank you !

Quote
Set strips GUID's when importing your XMI.