i suspect it is your dos path, but none of my project paths have spaces in them what is your dos path (run ant with -verbose) and see what the vss task is calling
An alternate to the vss task that I was turned on to is <exec executable="${VSSEXE}\ss.exe"> <arg value="get" /> <arg value="$$${VSS_PAGE_DIR}" /> <arg value="-R" /> <arg value="-I-" /> <arg value="-GF" /> <arg value="-GCC" /> <arg value="-GTM" /> <arg value="-GL${PagesRoot}" /> <arg value="-y${VSS_USER},${VSS_PASS}" /> </exec> notice the three $ in the VSS_PAGE_DIR -----Original Message----- From: Mikkel Bruun [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 22, 2001 2:41 AM To: '[EMAIL PROTECTED]' Subject: SV: [vssget] Invalid DOS path: Oh yeah... my vss project path is Clients/masked out customer name/Development/Release 1 - Extranet/Phase 3 - Development/dev/ -----Oprindelig meddelelse----- Fra: Mikkel Bruun Sendt: 22 May 2001 10:40 Til: '[EMAIL PROTECTED]' Emne: [vssget] Invalid DOS path: Just ran into a problem with the vssget task... got the error mentioned in the subject... Is this because of my incredibly long vss project path, or is it really my dos path??? thanks! Mikkel