Book a Demo

Author Topic: How to enable "Compare with the XMI File" in code?  (Read 3361 times)

jfm

  • EA Novice
  • *
  • Posts: 8
  • Karma: +0/-0
    • View Profile
How to enable "Compare with the XMI File" in code?
« on: February 28, 2013, 05:13:02 pm »
Hi

How can "Compare with the XMI File" to be triggered in code?

Thanks

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: How to enable "Compare with the XMI File" in c
« Reply #1 on: February 28, 2013, 06:14:37 pm »
The only thing I see that seems related is DoBaselineCompare() on the Project Interface

Geert

jfm

  • EA Novice
  • *
  • Posts: 8
  • Karma: +0/-0
    • View Profile
Re: How to enable "Compare with the XMI File" in c
« Reply #2 on: March 04, 2013, 05:16:19 pm »
Ye, I know that method. But that method depends on to compare with a baseline saved in database. I want to compare the package with an XMI file

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: How to enable "Compare with the XMI File" in c
« Reply #3 on: March 04, 2013, 10:04:46 pm »
You could put the XMI in the internal baslines temporarily. There's a recent post where I discussed with someone else on how to do that).

q.