Book a Demo

Author Topic: Package Dependencies Diagram  (Read 5123 times)

daniel_jimenez

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Package Dependencies Diagram
« on: December 14, 2004, 03:00:01 pm »
Hi,

I am new to EA, and would like to know if it is possible to generate package dependancies diagrams by importing C++ code (or if possible by importing Borland C++ Builder bpk and bpr files). Thus. display all runtime and design time dependencies.

thank you

daniel

Molto Mike

  • EA User
  • **
  • Posts: 66
  • Karma: +0/-0
    • View Profile
Re: Package Dependencies Diagram
« Reply #1 on: December 14, 2004, 10:45:30 pm »
Hi Daniel,

AFAIK this is not possible.

Mike

daniel_jimenez

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Package Dependencies Diagram
« Reply #2 on: December 15, 2004, 12:27:35 pm »
:-(

When you say it is not possible, do you mean it is not possible to import code to then generate the Package Dependency diagram, or do you mean No Package Dependency diagram is currenlty available regardles. i.e even if I was to start from scratch ( no import os source code)?

Is anyone aware of any application which will display UML Depencedy Diagrams?

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Package Dependencies Diagram
« Reply #3 on: December 15, 2004, 01:04:08 pm »
EA will not generate a package dependency diagram.  There's nothing that will stop you from putting your packages on a diagram and drawing dependency links between them though.

daniel_jimenez

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Package Dependencies Diagram
« Reply #4 on: December 15, 2004, 01:17:59 pm »
Hi Simonm,

Thank you for the explanation.  Do you know of any application which will do this after importing C++ code?

daniel

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Package Dependencies Diagram
« Reply #5 on: December 15, 2004, 03:42:44 pm »
Sorry, no idea.

You could try writing an addin that iterates over the contents of different packages and creates dependency links between them.

If I was doing this I'd make it work on all packages on the current diagram to give you some control over what you want.  That's just the way I'd do it though.

Simon

daniel_jimenez

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Package Dependencies Diagram
« Reply #6 on: December 15, 2004, 03:57:12 pm »
Hi Simonm,

Thanks, not a bad idea, specially as I was thinking of writing a component for C++Builder, which will iterate though an application, and report (txt, xml, html) all package dependencies.

Thus, making upgrades, fixes, ect much easier to achive on mutiple applications which may span a product suite.

daniel