Forum Discussion
5 Replies
- ebodienContributorThe only thing I can think of is to check the .mds file in the project in question and see where the name mapping node is pointing. The below is from one of my projects that seems to be maintaining the name mapping file in the same location as the project.
<Node name="item data">
<Prp name="relpath" type="S" value="NameMapping\NameMapping.tcNM"/>
</Node> - svaze74_1ContributorAny answers please?
Thanks,
Shrirang
Hi Shrirang,
The Name Mapping file is located in the correct place on my computer - ProjectNameFolder\NamemappingFolder\. Most probably, you saved the file in your project to this location by mistake. Can you create a new project and check where the file is created?- svaze74_1ContributorHi Tanya,
I know I will get NM file at correct path for new project, but now How can I change the path of my existing NM file back to original location of current project?
Thanks for the reply.
Thanks,
Shrirang - svaze74_1ContributorBingo! Thanks Eero.
Oh How can I ignore the project file. This should have come to my mind earlier.
But anyway, having different path of NameMapping file seems to work well for us as getting update from SVN does not merge the NM file properly.
If the NM file path is kept at its usual location then we will certainly face issues.
So we merge the file later from within TestComplete after getting update.
Thanks anyway.
Shrirang