In quickbuild on server machine I have set subversion exe path under plugin management as ${node.getAttribute("svnPath")}. And in user attributes its set as svnPath=D:\SubversionClient\svn.exe
When I trigger a build from dev machine it gives following error.
java.io.IOException: Cannot run program "svn" (in directory "D:\quickbuild-3.1.2-windows-x86-32\quickbuild-3.1.2-windows-x86-32\bin"): CreateProcess error=2, The system cannot find the file specified
caused by: Cannot run program "svn" (in directory "D:\quickbuild-3.1.2-windows-x86-32\quickbuild-3.1.2-windows-x86-32\bin"): CreateProcess error=2, The system cannot find the file specified
caused by: CreateProcess error=2, The system cannot find the file specified.
The same case in with antPath.
Its giving following error :
java.io.IOException: Cannot run program "ant.bat" (in directory "E:\ProofBuildCheck"): CreateProcess error=267, The directory name is invalid
caused by: Cannot run program "ant.bat" (in directory "E:\ProofBuildCheck"): CreateProcess error=267, The directory name is invalid
caused by: CreateProcess error=267, The directory name is invalid