Hello,
  Trying to build the current cvs version hangs in self-sdkdoc:

--------------------------------------------------------------
sdkdoc:

     [echo] Creating SDK Documentation for
C:\src\nant/build/net-1.1.win32/nant-0.85-debug/bin/NAnt.exe
     [exec] NAnt 0.85 (Build 0.85.1752.0; net-1.1.win32; dev; 10/18/2004)
     [exec] Copyright (C) 2001-2004 Gerry Shaw
     [exec] http://nant.sourceforge.net
     [exec] 
     [exec]             Buildfile: file:///C:/src/nant/NAnt.build
     [exec]             Target(s) specified: debug self-sdkdoc changelog 
     [exec]             
     [exec]                  [echo] Using 'net-1.1' framework on 'win32'
platform.
     [exec]             
     [exec]             debug:
     [exec]             
     [exec]             
     [exec]             init:
     [exec]             
     [exec]             
     [exec]             debug:
     [exec]             
     [exec]             
     [exec]             set-framework-configuration:
     [exec]             
     [exec]             
     [exec]             set-net-1.1-framework-configuration:
     [exec]             
     [exec]             
     [exec]             self-sdkdoc:
     [exec]             
     [exec]                  [ndoc] Initializing...
     [exec]                  [ndoc] Merging XML documentation...
     [exec]                  [ndoc] Building file mapping...
     [exec]                  [ndoc] Loading XSLT files...
     [exec]                  [ndoc] Generating HTML pages...
     [exec]                  [ndoc] Compiling HTML Help file...
     [exec]                  [ndoc] Done.
     [exec]             
     [exec]             changelog:
     [exec]             
     [exec]                  [echo] Using cvsroot:
:pserver:[EMAIL PROTECTED]:/cvsroot/nant
     [exec]                  [echo] 
     [exec]             [cvs-changelog] Logging in to
:pserver:[EMAIL PROTECTED]:/cvsroot/nant
--------------------------------------------------------------

I'm using a batch file to create NAnt with NAntContrib:

--------------------------------------------------------------
cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/nant checkout nant
cd nant
bin\nant package
cd ..
cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/nantcontrib checkout
NAntContrib
cd NAntContrib
..\nant\build\net-1.1.win32\nant-0.85-debug\bin\nant
-D:nant.dir="..\nant\build\net-1.1.win32\nant-0.85-debug"
-f:NAntContrib.build package
xcopy /E /S /Y build\nantcontrib-0.85-debug
..\nant\build\net-1.1.win32\nant-0.85-debug
..\nant\build\net-1.1.win32\nant-0.85-debug\bin\nant
-D:nant.dir="..\nant\build\net-1.1.win32\nant-0.85-debug"
-f:NAntContrib.build msi
--------------------------------------------------------------

It is failing in the bin\nant package step.

BTW, I have TortoiseCVS 1.8.1 installed as my CVS client (which uses CVSNT
2.0.58a).
System is WinXPsp2.

Thanks,

John Cole

-------------------------------------
This email and any files transmitted with it are confidential and intended solely for 
the use of the individual or entity to whom they are addressed. If you have received 
this email in error please notify the system manager. This message contains 
confidential information and is intended only for the individual named. If you are not 
the named addressee you should not disseminate, distribute or copy this e-mail.


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to