TeamCity 4.0.2 + Msbuild runner
I have installed TeamCity 4.0.2 professional edition in my machine and its treated as a server. I have installed the build agents on remote machine.
I have created the project and i didnt consider the VCS settings and i just leave them as a blank and the project is in shared folder. I have choosen the Msbuild as a buildrunner for my project. When i want to build and execute the test cases on server machine and another xp machine, i didn't see any kind of failure, but when i want to tried to run the build from windows server 2008 and Vista i am getting the following error.
Please help how to resolve the folllowing problem.
Cannot find build file by path specified in build configuration settings: '\\WIN5038-FNT\Tests\net\Tests\DataInt\build.xml' (absolute path on agent). Please check that specified path is correct.
[16:59:19]:
[16:59:19]:
jetbrains.buildServer.RunBuildException: Cannot find build file by path specified in build configuration settings: '\\WINVK185038-FNT\Tests\tdnetdp\Tests\DataIntegrity\build.xml' (absolute path on agent). Please check that specified path is correct.
jetbrains.buildServer.RunBuildException: Cannot find build file by path specified in build configuration settings: '\\WINVK185038-FNT\Tests\tdnetdp\Tests\DataIntegrity\build.xml' (absolute path on agent). Please check that specified path is correct.
at jetbrains.buildServer.runner.BuildFileRunnerUtil.getBuildFile(BuildFileRunnerUtil.java:61)
at jetbrains.buildServer.agent.DotNetBuildRunnerBase.getBuildFile(DotNetBuildRunnerBase.java:83)
at jetbrains.buildServer.agent.msBuild.MSBuildRunnerBase.fillMSBuildBootstrapProperties(MSBuildRunnerBase.java:140)
at jetbrains.buildServer.agent.msBuild.MSBuildRunnerBase.buildCommandLine(MSBuildRunnerBase.java:125)
at jetbrains.buildServer.agent.runner.GenericProgramRunner.run(GenericProgramRunner.java:103)
at jetbrains.buildServer.agent.impl.runner.adapt.BuildProcessImpl$2.run(BuildProcessImpl.java:55)
at java.lang.Thread.run(Thread.java:595)
jetbrains.buildServer.RunBuildException: Cannot find build file by path specified in build configuration settings: '\\WINVK185038-FNT\Tests\tdnetdp\Tests\DataIntegrity\build.xml' (absolute path on agent). Please check that specified path is correct.
at jetbrains.buildServer.runner.BuildFileRunnerUtil.getBuildFile(BuildFileRunnerUtil.java:61)
at jetbrains.buildServer.agent.DotNetBuildRunnerBase.getBuildFile(DotNetBuildRunnerBase.java:83)
at jetbrains.buildServer.agent.msBuild.MSBuildRunnerBase.fillMSBuildBootstrapProperties(MSBuildRunnerBase.java:140)
at jetbrains.buildServer.agent.msBuild.MSBuildRunnerBase.buildCommandLine(MSBuildRunnerBase.java:125)
at jetbrains.buildServer.agent.runner.GenericProgramRunner.run(GenericProgramRunner.java:103)
at jetbrains.buildServer.agent.impl.runner.adapt.BuildProcessImpl$2.run(BuildProcessImpl.java:55)
at java.lang.Thread.run(Thread.java:595)
Please sign in to leave a comment.