Michael George wrote:
As requested, I’m forwarding this error message to you. The file specified in the path attribute is retrieved but then error below is thrown and the build is halted.

<vssget
                                    localpath="${build.script.dir}"
                                    removedeleted="true"

System.Runtime.InteropServices.COMException (0x80042979): This command only works on projects.

As you can see from the error message, the option "removedeleted" only works on VSS projects. You specified a path name to a single file in VSS. It doesn't make logical sense to check out one file, then try to remove delete items from that one file. So just don't include "removedeleted" unless you're checking out an entire VSS project.

--
-- Mike

Still using IE? Get Firefox!
http://www.spreadfirefox.com/?q=affiliates&id=6492&t=1


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to