Submit and vote on feature ideas.

Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

Professional plugin @Eclipse: project environment variable(s) made visible to Parasoft plugin

Options
jvilcu13
jvilcu13 Posts: 12

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.