Re: [NAnt-users] vssget is not working

2007-05-17 Thread DinkaYa
It did! Thank you! Dina, You're not actually executing the "runGetLatest" target. Try changing the build target like this: ... This will cause the "runGetLatest" target to get executed when you run the "build" target. Alternatively, you could specify both the "runGetLates

Re: [NAnt-users] vssget is not working

2007-05-17 Thread Gert Driesen
Dina, You're not actually executing the "runGetLatest" target. Try changing the build target like this: ... This will cause the "runGetLatest" target to get executed when you run the "build" target. Alternatively, you could specify both the "runGetLatest" and "build" target o

RE: [Nant-users] vssget failed "access denied"

2005-01-31 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
Title: vssget failed "access denied" Access denied errors are usually related to a lack of permissions to access the share… But if everything works correctly when you do not include the version attribute then I’m not sure what could be causing the problem… I’ve seen similar problems when I

RE: [Nant-users] vssget failed "access denied"

2005-01-31 Thread Felice Vittoria
Title: vssget failed "access denied" Dave,   You have path="${filename}".     Does the filename also consist of somethink like the $/Project/FileName.txt syntax?  That's the only thing I can think of.     Also, I took a look at your build file.   You only need to load the Nant.Contrib.Tas

RE: [Nant-users] VSSGET and Security

2004-11-22 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
I think I have successfully used the vss cloaking feature before. What is this “no permissions on the directory” bit? In my case I simply cloaked those folders I didn’t want to get and vss didn’t get them. Of course, they are still checked for modifications and that’s no good. You can filte

RE: [Nant-users] VSSGET Question

2004-10-21 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
example you were trying to give relative paths and that confused VSS.   --Edwin   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Thirupputkuzhi, Sanjay Sent: Thursday, October 21, 2004 5:34 AM To: 'Felice Vittoria'; [EMAIL PROTECTED] Subject: RE: [Nant-users] VSSGE

Re: [SPAM] - RE: [Nant-users] VSSGET Question - Email found in subject

2004-10-21 Thread Thibaut Barrère
r anyone else. > > Felice > > -Original Message- > From: Thirupputkuzhi, Sanjay [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 21, 2004 7:34 AM > To: Felice Vittoria; [EMAIL PROTECTED] > Subject: [SPAM] - RE: [Nant-users] VSSGET Question - Email found i

RE: [SPAM] - RE: [Nant-users] VSSGET Question - Email found in subject

2004-10-21 Thread Felice Vittoria
x27;t speak for anyone else.     Felice -Original Message-From: Thirupputkuzhi, Sanjay [mailto:[EMAIL PROTECTED]Sent: Thursday, October 21, 2004 7:34 AMTo: Felice Vittoria; [EMAIL PROTECTED]Subject: [SPAM] - RE: [Nant-users] VSSGET Question - Email found in subject Felice,

RE: [Nant-users] VSSGET Question

2004-10-21 Thread Thirupputkuzhi, Sanjay
, October 21, 2004 7:49 AMTo: Thirupputkuzhi, Sanjay; [EMAIL PROTECTED]Subject: RE: [Nant-users] VSSGET Question Sanjay,   What version of Nant and Nant Contrib tasks are you using?  Are you using the latest ( 0.85 ) ?   As far as localpath and path ...   what I like to do is give

RE: [Nant-users] VSSGET Question

2004-10-21 Thread Felice Vittoria
Title: Message Sanjay,   What version of Nant and Nant Contrib tasks are you using?  Are you using the latest ( 0.85 ) ?   As far as localpath and path ...   what I like to do is give an absolute path to these attributes .. so , something like this:   localpath="${root.dir}\Output\${somefi

Re: [Nant-users] VSSGet error in 08/02/04 build

2004-08-02 Thread Gert Driesen
This is now fixed in cvs. Thanks for the report. Gert - Original Message - From: "Gifford, Noel" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, August 02, 2004 8:53 PM Subject: [Nant-users] VSSGet error in 08/02/04 build All, The current

RE: [Nant-users] Vssget by label

2004-05-07 Thread Nicolas V.
Chris, Which version of VSS are you using ? There is a known issue with in VSS 6.0d regarding recursive get not wirking. I think a fix is availlable for this, but i'm not sure. Regards, Nick Original Message Follows From: "Delaney, Chris" <[EMAIL PROTECTED]> To: "'[EMAIL PROTECTED]'" <

RE: [Nant-users] VSSGet and subprojects question or bug?

2003-08-19 Thread Michael Dang
this while searching for solutions to their problem and > apologies if > it is a complete red herring > > Richard > > -Original Message- > From: Michael Dang [mailto:[EMAIL PROTECTED] > Sent: 18 August 2003 16:24 > To: Daniel Nguyen; brian; [EMAIL PROTECTED] >

RE: [Nant-users] VSSGet and subprojects question or bug?

2003-08-19 Thread Richard Miller
blem and apologies if it is a complete red herring Richard -Original Message- From: Michael Dang [mailto:[EMAIL PROTECTED] Sent: 18 August 2003 16:24 To: Daniel Nguyen; brian; [EMAIL PROTECTED] Subject: RE: [Nant-users] VSSGet and subprojects question or bug? Daniel, I just tried it witho

RE: [Nant-users] VSSGet and subprojects question or bug?

2003-08-18 Thread Michael Dang
ou try without the version attribute and let it get the > latest version > to see if it would work? > > daniel > > > -Original Message- > From: Michael Dang [mailto:[EMAIL PROTECTED] > Sent: Friday, August 15, 2003 5:12 PM > To: brian; [EMAIL PROTECTED] > Su

RE: [Nant-users] VSSGet and subprojects question or bug?

2003-08-15 Thread Daniel Nguyen
al Message- From: Michael Dang [mailto:[EMAIL PROTECTED] Sent: Friday, August 15, 2003 5:12 PM To: brian; [EMAIL PROTECTED] Subject: RE: [Nant-users] VSSGet and subprojects question or bug? Yup, I'm sure the label is applied correctly. I even gave it a new label. I tried the VSS command

RE: [Nant-users] VSSGet and subprojects question or bug?

2003-08-15 Thread N. V.
Working with nant 0.8.3 rc2 and the NAnContrib version included and VSS 6.0c, this works for me, with and without the version attribute specified. Nick From: Michael Dang <[EMAIL PROTECTED]> To: brian <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Subject: RE: [Nant-users] VSSGet and

RE: [Nant-users] VSSGet and subprojects question or bug?

2003-08-15 Thread Michael Dang
Yup, I'm sure the label is applied correctly. I even gave it a new label. I tried the VSS command line and it got everything I wanted recursively. Therefore, it must be the VSSGet task with version = to a label that fails to get all the subprojects within the designated Path attribute. Anyone g

RE: [Nant-users] VSSGet and subprojects question or bug?

2003-08-15 Thread Michael Dang
Yeah. I mentioned that on a few post about VSS6.0 versions. I am using VSS v6.0d. I tried the forward slashes as well and had the same results. :( I am not sure what version on NantContrib came with Nant v0.8.3 RC2. How can i tell? --- brian <[EMAIL PROTECTED]> wrote: > > I have seen some pos

RE: [Nant-users] VSSGet and subprojects question or bug?

2003-08-15 Thread Michael Dang
Hi, I am using Nant v0.8.3 rc2. My variable ${VSSRepositoryPath} is set something like this: $\nextGen\Code\Core\Components\Component1 Within the Component1 project contains the csproj and .cs files and the 2 subprojects under it contain some other important .cs files. I do a VSSLabel task befor

RE: [Nant-users] VSSGET

2003-07-31 Thread Eric Fetzer
Dude, THANKS!Michael Dang <[EMAIL PROTECTED]> wrote: Hi All,I had the exact same problem. With the help from Nick in anotherpost about VSSGET on this forum, I was able to find the problem thatworked for me. Initially, I was using VSS 6.0a and upgraded to6.0d. This resolved the problem for me. I thi

RE: [Nant-users] VSSGET

2003-07-31 Thread Michael Dang
Hi All, I had the exact same problem. With the help from Nick in another post about VSSGET on this forum, I was able to find the problem that worked for me. Initially, I was using VSS 6.0a and upgraded to 6.0d. This resolved the problem for me. I think also 6.0c will do the trick as well. mi

RE: [Nant-users] vssget - version=

2003-07-31 Thread Eric Fetzer
Well Peter, I don't know why I tried it, but I did:           user="Efetzer"    localpath="D:\TestGetLatest\Development"    recursive="true"    replace="true"    writable="true"    dbpath="\\Server\Repository\srcsafe.ini"    path="$/Centre/Development"    label="Buil

RE: [Nant-users] vssget - version=

2003-07-31 Thread Peter Lanoie
Eric,   I have had similar problems with VSSGET.  I have been labeling my projects when they get built with a build.revision number (.).  Following that, I call VSSGET using that label.  I have not had it break on that call like you are seeing ("Version not found") however I have sin

RE: [Nant-users] VSSGET

2003-07-16 Thread Peter Lanoie
I believe that there are some shortfalls to the NAnt task for VSS operations, but not at the fault of NAnt.  I think the sourcesafe COM DLL that NAnt uses for VSS operations is limited (though it would seem not, cause I would think that that's what VSS explorer uses).  Perhaps I'm just missi

RE: [Nant-users] vssget version labeled

2003-01-03 Thread Javier Ochoa Lopez
sorry for that easy one..   version="name-of-the-label"   -Mensaje original- De: Javier Ochoa Lopez Enviado el: vie 03/01/2003 12:02 Para: [EMAIL PROTECTED] CC: Asunto: [Nant-users] vssget version labeled Does anybody know if there is a way to get the files of an specific