Hi, I am able to get the latest version from VSS by a label and compile and finish all the tasks, but if I need build the project from "Base version" (clearing the old classes directory, or you say build from scratch) it will not compile as all the files in the older version may not be included in new release, so i need to get all the stabled files (most recent labeled version of the file), so i wrote this in the following manner , in this case i need to write as many number of snippets equal to the number of different labels in VSS, is there any way to simply this task or any other alternatives
<vssget localPath="${home}/src" label="PrevRelease" login="user,pwd" vsspath="$/root/java2/*.*" serverPath="v:\" ssdir="c:\win32" writable="false"/> <vssget localPath="${home}/src" label="LatestRelease" login="user,pwd" vsspath="$/root/java2/*.*" serverPath="v:\" ssdir="c:\win32" writable="false"/> i tried another way from command line "ss History $\root\java2\*.* -L -#1 -B " the option -#1 gives me the recent labeled file version but i couldn't convert this command into equivalent ant task and also that command is not functioning in case of recursive. thanks, Murali --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]