In JIRA 724 I contributed changes to SDO for C++ to make stdcxx a build option, specifically by adding new build configurations for release and debug builds. Unfortunately, the effect of applying that patch is to damage all of the build configurations for MS VC 7.1.
The problem is that before the patch was applied, all the build configurations set the "Working Directory" property of the Debugging pane to "..\..\..\runtime\core\test". Since the patch was applied, that field is blank - not just in the 2 new configurations that I added, but also in the two that were there before. Therefore, the tests all fail because they are running in the wrong directory. My patch modified the tuscany_sdo.sln file and also the sdo_runtime.vcproj and sdo_test.vcproj files. The build tree that was the source of that patch does still have the Working Directory property set correctly and yet the current tree does not. I'm puzzled. I can't find where that property is stored, even in the source tree where it works. Does anyone have any idea where that property is recorded because presumably that is the thing I need to check in to complete this change? Regards, Geoff.
