RE: [Nant-users] cvs-checkout not working

2004-05-26 Thread Brent R. Matzelle
sharpcvslib that > is causing the hang. > > > Clayton > > > -Original Message- > From: Brent R. Matzelle [mailto:[EMAIL PROTECTED] > Sent: Wed 5/26/2004 7:48 AM > To: [EMAIL PROTECTED] > Cc: > Subject: RE: [Nant-users] cvs-checkout n

Re: [Nant-users] cvs-checkout not working

2004-05-26 Thread Martin Gainty
ay, May 26, 2004 10:48 AM Subject: RE: [Nant-users] cvs-checkout not working > Hello, thanks for the quick response. > > I tried your suggestions and ended up with the same result. Here is > the new entry: > > destination="C:/temp/project1" >cvsroot=":ps

RE: [Nant-users] cvs-checkout not working

2004-05-26 Thread Clayton Harbour
. Clayton -Original Message- From: Brent R. Matzelle [mailto:[EMAIL PROTECTED] Sent: Wed 5/26/2004 7:48 AM To: [EMAIL PROTECTED] Cc: Subject:RE: [Nant-users] cvs-checkout not working Hello, thanks for the quick response. I tried your suggestions and ended up with the same

RE: [Nant-users] cvs-checkout not working

2004-05-26 Thread Brent R. Matzelle
Hello, thanks for the quick response. I tried your suggestions and ended up with the same result. Here is the new entry: I'm using the .84 release version. Brent. --- Clayton Harbour <[EMAIL PROTECTED]> wrote: > Hi Brent, > > There may be an issue with the module attribute specified. Modu

RE: [Nant-users] cvs-checkout not working

2004-05-26 Thread Clayton Harbour
Hi Brent, There may be an issue with the module attribute specified. Modules in cvs should not contain path information and this may be the issue. There may also be an issue with the destination attribute, it should be a path on your local system. So having said that the following should wor

Re: [Nant-users] cvs-checkout not working

2004-05-26 Thread Martin Gainty
Brent- Here is the example straight from NANT doc at http://nant.sourceforge.net/help/tasks/cvs-checkout.html correct your destination to a REAL fully qualified Path module should be the module/folder you are retrieving e.g. accounting, utility, help, nant etc.. Regards, Martin - Original Mess