Professional plugin @Eclipse: project environment variable(s) made visible to Parasoft plugin
I have defined a project environment variable (USER: CONFIG type, via [ Project > Properties > C/C++ Build > Environment ] ) that is supposed to be dereferenced inside the "Build data file:" configuration, as follows:
PATH_TO_BDF = BuildOutputs/parasoft
${project_loc}/${PATH_TO_BDF}/cpptestpscan.bdf
It seems that "Parasoft > C/C++ test > Build Settings" option source setting cannot interpret that variable and reports a "Warning: Build data file does not exist: C:\ ............."
How do I convey that ${PATH_TO_BDF} into Parasoft GUI?
Yes, the next (current, yet to be replaced) setting works just fine:
${project_loc}/BuildOutputs/parasoft/cpptestpscan.bdf
I must have this setting used as an environment variable. How can that be accomplished?
Thanks.