Book a Demo

Author Topic: How to start "Comparing utility" from JScript  (Read 3509 times)

osmid

  • EA Novice
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
How to start "Comparing utility" from JScript
« on: April 08, 2010, 06:57:11 pm »
Hello,
   I like scripting in EA. We are using couple of JScripts. I would like to run Comparing utility directly from JScript or VB script.
I need to the same like "Package Control" -> Compare With XML file.  Is it possible?

Thank you and regards

Ota

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 start "Comparing utility" from JScript
« Reply #1 on: April 08, 2010, 07:18:03 pm »
I don't think you can, but in the Project Interface there is a method to compare to a baseline.
Maybe you could use that somehow?

Geert

osmid

  • EA Novice
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
Re: How to start "Comparing utility" from JScript
« Reply #2 on: April 08, 2010, 11:22:40 pm »
project.DoBaselineCompare is good.
But
1. I do not prefer to use baseline.
2. The results of the method is a XML string. I prefer direct opening Comparing utility window.

Thank you. Ota

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 start "Comparing utility" from JScript
« Reply #3 on: April 08, 2010, 11:25:49 pm »
me too.
You can always enter a feature request using the link on the bottom of the page.

Geert