Hello Friends,
I write on small target to get latest from vss. Here when i assign path using any variable like ${build.vss.path} then it gives me error like
The "path" and/or "version" is not valid. File or project not found
but when i write full path like this then it is perfect. It giving me success result. What is coz behind this?
<target name="getLatestFromVss">
<vssget
username = "${vssUserName}"
password = "${vssPwd}"
localpath = "${vssWorkingFolder}\ALTOVA\ "
recursive = "true"
replace = "false"
dbpath = "${build.vss.dbpath}"
path = "$/mes/mesDevelopment/code/config/mesDil/src/ALTOVA/" />
</target>