Author Topic: EA ignores registry values  (Read 10134 times)

Tehila1

  • EA User
  • **
  • Posts: 256
  • Karma: +0/-0
    • View Profile
Re: EA ignores registry values
« Reply #15 on: August 27, 2014, 07:58:08 pm »
Quote
You need to add a row to t_genopt:
AppliesTo=VCConfigs
Option=<VCConfigs><Config><Guid>test</Guid><Type>2</Type></Config></VCConfigs>

Of course you need to supply something else than test and if it's not SVN the "2" must also be changed.

q.

Thanks for the testing!
I tried the above, the configuration is added to the list of configuration, but "Requires Configuration". This means that the local path is not defined. I define a local path via %appdata\EA\paths.txt% file, the new loca-path is added to the local-paths list in EA, but the configuration cannot recognize it.

The configuration you've done automatically was configured to a working copy or required configuration?
How can I make the configuration recognize the local path automatically?



qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +396/-301
  • I'm no guru at all
    • View Profile
Re: EA ignores registry values
« Reply #16 on: August 27, 2014, 11:03:08 pm »
In t_package you also need to connect the XML name:

xmlpath=<diskname>.xml
umlversion=Enterprise Architect XMI/UML 1.3
packageflags=VCCFG=test;
Note that packageFlags may contain values so you have to concatenate that with a semicolon.

q.