RE: [Nant-users] VSSGET and Security

2004-11-22 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
configuration bit holding you back…   --Edwin   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stuart Shay Sent: Sunday, November 21, 2004 7:01 PM To: [EMAIL PROTECTED] Subject: [Nant-users] VSSGET and Security   Hello All   In my Nant Script I am using VSSGET to get

[Nant-users] VSSGET and Security

2004-11-22 Thread Stuart Shay
Hello All   In my Nant Script I am using VSSGET to get the latest copy of my Source Code from VSS.          user="${vssuser}" password="${vsspass}" localpath="${deploy.dir}\source" recursive="true" replace="true" writable="t