Dear All,
I am new to NANT.
I am using NAnt 0.85 (Build 0.85.1583.0; net-1.0.win32; nightly; 02/05/2004)
Copyright (C) 2001-2004 Gerry Shaw

I want to use NANT to build my VB.Net Code. So I want to start from the CVS check out of the code.

However I am not able to check out the code. My NANT script for CVS check out is following.
<><!-- Run CVSget latest -->
<> <target name="runcvsLatest">
<> <cvs-checkout destination="c:\Dwnld\"
cvsroot=":pserver:[EMAIL PROTECTED]:/usr/local/repos/project/constrium"


         password="phouse"
         module="SmplNantCode">
    </cvs-checkout>
   </target>

When I run this code build fails saying Fatal error, unknown user or bad password.

However I am able to download the code from the same module in CVS using WinCVS and same password.

The list of  error that came on runing the script is bellow.

runcvsLatest:
[cvs-checkout] working directory: c:\Dwnld\
[cvs-checkout] executable: C:\DevTools\nant\bin\scvs.exe
[cvs-checkout] arguments: -d:pserver:[EMAIL PROTECTED]:/usr/local/repos
/project/construction checkout SmplNantCode
Fatal error, aborting.cvs [login aborted]: construction: unknown
user or bad password.
BUILD FAILED
C:\BldSolu\firstbuild.build.xml(20,7):
External Program Failed: C:\DevTools\nant\bin\scvs.exe (return code was -1)



Please suggest me what is the probable solution to solve this problem.


Thanks Sanjoy




------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to