Sparx Systems Forum

Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: jfm on February 28, 2013, 05:13:02 pm

Title: How to enable "Compare with the XMI File" in code?
Post by: jfm on February 28, 2013, 05:13:02 pm
Hi

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

Thanks
Title: Re: How to enable "Compare with the XMI File" in c
Post by: Geert Bellekens on February 28, 2013, 06:14:37 pm
The only thing I see that seems related is DoBaselineCompare() on the Project Interface

Geert
Title: Re: How to enable "Compare with the XMI File" in c
Post by: jfm 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
Title: Re: How to enable "Compare with the XMI File" in c
Post by: qwerty 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.