Skip to main content
1-Visitor
January 21, 2016
Question

MKSSI command for viewing Subproject config path.

  • January 21, 2016
  • 1 reply
  • 5490 views

I am aware that MKSSI_PROJECT_CONFIG_PATH command displays the project configuration path.

If i had to display the configuration path of a subproject then what would be the command?

I would like to know if the below understanding is correct: 

MKSSI_SUBPROJECT" + cnt + "_CONFIG_PATH when a normal subproject is configured as Build.

Due to the above command MKSSI_BUILD environment variable value is not getting set.

    1 reply

    16-Pearl
    January 22, 2016

    Hello Karthik Komarla‌,

    Interesting!  What kind of environment is this command available in?  Could you provide some sample output?

    Thanks,

    Kael

    21-Topaz I
    January 22, 2016

    Hi Kael, you can see the environment variables the Integrity Client has available by creating a custom button which runs "cmd.exe". That will pop-up a CLI window and you can run the "set" command to view all the variables available.

    Karthik, you can also get the config path of a project/subproject by running si projectinfo --project=/MyProject/project.pj

    You could also get creative and cut out everything but the Config Path: si projectinfo --project=/MyProject/project.pj | findstr "Configuration Path:"

    16-Pearl
    January 26, 2016

    Thanks Joe Bartlett‌,

    I missed that this was from the context of a custom button.

    -Kael