sorry, i can't reproduce your situation.
i got everything from nantcontrib cvs in a fresh dir 
(using tortoisecvs, pointing to
cvs.sourceforge.net:/cvsroot/nantcontrib/ )

then i ran nant (the version i have is 0.8.2. )
i see from the output below that the nantcontrib build gets the nant it
wants and uses it.
the build worked.
i wish i could be more helpful.

-----------8<---------------

D:\Proj\Tools>cd "D:\Proj\Tools\NantContrib"

D:\Proj\Tools\NantContrib>call
D:\Appswin\Micros~1.NET\Common7\Tools\vsvars32.ba
t
Setting environment for using Microsoft Visual Studio .NET tools.
(If you also have Visual C++ 6.0 installed and wish to use its tools
from the command line, run vcvars32.bat for Visual C++ 6.0.)

D:\Proj\Tools\NantContrib>nant
NAnt version 0.8.3 Copyright (C) 2001-2003 Gerry Shaw
http://nant.sourceforge.net

Buildfile: file:///D:/Proj/Tools/NantContrib/NAntContrib.build

init:

debug:

UpdateNAntReleaseFiles:
     [echo]
Missing 'NAntRelease' Folder!
Creating folder and getting file from NAnt Nightly Build
(nant-20030424)!

    [mkdir] Creating directory D:\Proj\Tools\NantContrib\NAntRelease
      [get] http://nant.sourceforge.net/builds/nant-20030424.zip
    [unzip] Unzipping nant-20030424.zip to . (1518160 bytes)
     [move]  322 files moved.
   [delete] Deleting directory D:\Proj\Tools\NantContrib\nant-20030424.
   [delete] Deleting file D:\Proj\Tools\NantContrib\nant-20030424.zip.
     [echo] Using nant files from NAntRelease

prepare:
    [mkdir] Creating directory
D:\Proj\Tools\NantContrib/build/nantcontrib-0.1.0
.0-debug
     [copy] Copying 9 files to
D:\Proj\Tools\NantContrib/build/nantcontrib-0.1.0
.0-debug

prepare.slingshot:
     [nant] Tools/SLiNgshoT/SLiNgshoT.build Release
            Buildfile:
file:///D:/Proj/Tools/NantContrib/Tools/SLiNgshoT/SLiNgsh
oT.build

            SLiNgshoT.Core.Release:

            setup:
                [mkdir] Creating directory
D:\Proj\Tools\NantContrib\Tools\SLiNg
shoT\build\Release

            SLiNgshoT.Core:
                  [csc] Compiling 12 files to
D:\Proj\Tools\NantContrib\Tools\SL
iNgshoT\build\Release\SLiNgshoT.Core.dll
 
D:\Proj\Tools\NantContrib\Tools\SLiNgshoT\SLiNgshoT.Core
\EnterpriseProject.cs(149,13): warning CS1030: #warning: 'VS.NET has
some bug an
d writes References node with two different capitalizations'
 
D:\Proj\Tools\NantContrib\Tools\SLiNgshoT\SLiNgshoT.Core
\NAntWriter.cs(268,14): warning CS1030: #warning: 'fix this once NAnt
supports u
nsafe & checked'
 
D:\Proj\Tools\NantContrib\Tools\SLiNgshoT\SLiNgshoT.Core
\NAntWriter.cs(351,14): warning CS1030: #warning: 'uncomment this once
NAnt supp
orts unsafe and checked'
 
D:\Proj\Tools\NantContrib\Tools\SLiNgshoT\SLiNgshoT.Core
\NAntWriter.cs(366,14): warning CS1030: #warning: 'remove these once
NAnt suppor
ts unsafe and checked'

            SLiNgshoT.Release:

            SLiNgshoT:
                  [csc] Compiling 2 files to
D:\Proj\Tools\NantContrib\Tools\SLi
NgshoT\build\Release\SLiNgshoT.exe

            Release:

            BUILD SUCCEEDED

            Total time: 3 seconds
     [copy] Copying 1 file
     [copy] Copying 1 file

compile.schematask:
      [csc] Compiling 1 files to
D:\Proj\Tools\NantContrib\build\nantcontrib-0.1
.0.0-debug\NAnt.Xsd.Tasks.dll

compile.schemas:
[loadtasks] Loading Tasks from Assembly
D:\Proj\Tools\NantContrib/build/nantcont
rib-0.1.0.0-debug\NAnt.Xsd.Tasks.dll
    [mkdir] Creating directory
D:\Proj\Tools\NantContrib/build/nantcontrib-0.1.0
.0-debug\Schemas\MSI
      [xsd] Compiling Schema src\Tasks\MSITask.xsd into Microsoft.NET
classes
            Writing file
'D:\Proj\Tools\NantContrib/build/nantcontrib-0.1.0.0-de
bug\Schemas\MSI\MSITask.cs'.
    [mkdir] Creating directory
D:\Proj\Tools\NantContrib/build/nantcontrib-0.1.0
.0-debug\Schemas\MSM
      [xsd] Compiling Schema src\Tasks\MSMTask.xsd into Microsoft.NET
classes
            Writing file
'D:\Proj\Tools\NantContrib/build/nantcontrib-0.1.0.0-de
bug\Schemas\MSM\MSMTask.cs'.
      [csc] Compiling 2 files to
D:\Proj\Tools\NantContrib\build\nantcontrib-0.1
.0.0-debug\NAnt.Contrib.Schemas.dll

build:
      [csc] Compiling 60 files to
D:\Proj\Tools\NantContrib\build\nantcontrib-0.
1.0.0-debug\NAnt.Contrib.Tasks.dll

BUILD SUCCEEDED

Total time: 39 seconds

D:\Proj\Tools\NantContrib>


> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Becky O'Grady
> Sent: Friday, June 13, 2003 17:01
> To: [EMAIL PROTECTED]
> Subject: [Nant-users] problems building nantcontrib
> 
> 
> Hi-
> 
> I'm using nant, and would like to use it to get files out of 
> visual source 
> safe.  My understanding is that I need to use nantcontrib to 
> do this.  After 
> fighting with it for a day, I simply can't seem to build it.  
> This is the 
> error I'm getting:
> 
> Buildfile: file:///C:/Documents and 
> Settings/bogrady/Desktop/nant/nantcontrib-20
> 030517-debug/NAntContrib.build
> 
> init:
> 
> 
> debug:
> 
> 
> UpdateNAntReleaseFiles:
> 
>      [echo] Using nant files from NAntRelease
> 
> prepare:
> 
> 
> prepare.slingshot:
> 
>             Buildfile: file:///C:/Documents and 
> Settings/bogrady/Desktop/nant/na 
> ntcontrib-20030517-debug/Tools/SLiNgshoT/SLiNgshoT.build
> 
>             SLiNgshoT.Core.Release:
> 
> 
>             setup:
> 
> 
>             SLiNgshoT.Core:
> 
> 
>             SLiNgshoT.Release:
> 
> 
>             SLiNgshoT:
> 
> 
>             Release:
> 
>             Total time: 0 seconds.
> 
>             BUILD SUCCEEDED
> 
> 
> compile.schematask:
> 
> 
> compile.schemas:
> 
> [loadtasks] Loading tasks from assembly C:\Documents and 
> Settings\bogrady\Deskto 
> p\nant\nantcontrib-20030517-debug/build/nantcontrib-0.1.0.0-de
> bug\NAnt.Xsd.Tasks
> .dll.
>        [if]  Failed to created task for 'xsd' xml element for 
> reason: C:\Documents and 
> Settings\bogrady\Desktop\nant\nantcontrib-20030517-debug\NAntC
> ontrib.build(120,5):
> Unknown task <xsd>.:
> NAnt.Core.BuildException: C:\Documents and 
> Settings\bogrady\Desktop\nant\nantcon
> trib-20030517-debug\NAntContrib.build(120,5):
> Unknown task <xsd>.
>    at NAnt.Core.TaskFactory.CreateTask(XmlNode taskNode, Project proj)
>    at NAnt.Core.TaskContainer.CreateChildTask(XmlNode node)
>        [if]  Failed to created task for 'xsd' xml element for 
> reason: C:\Documents and 
> Settings\bogrady\Desktop\nant\nantcontrib-20030517-debug\NAntC
> ontrib.build(131,5):
> Unknown task <xsd>.:
> NAnt.Core.BuildException: C:\Documents and 
> Settings\bogrady\Desktop\nant\nantcon
> trib-20030517-debug\NAntContrib.build(131,5):
> Unknown task <xsd>.
>    at NAnt.Core.TaskFactory.CreateTask(XmlNode taskNode, Project proj)
>    at NAnt.Core.TaskContainer.CreateChildTask(XmlNode node)
>       [csc] Compiling 0 files to C:\Documents and 
> Settings\bogrady\Desktop\nant\ 
> nantcontrib-20030517-debug\build\nantcontrib-0.1.0.0-debug\NAn
> t.Contrib.Schemas.
> dll.
>             fatal error CS2008: No inputs specified
> Total time: 0 seconds.
> 
> BUILD FAILED
> 
> C:\Documents and 
> Settings\bogrady\Desktop\nant\nantcontrib-20030517-debug\NAntCo
> ntrib.build(136,4):
> External Program Failed: 
> C:\WINNT\Microsoft.NET\Framework\v1.0.3705\csc.exe 
> (re
> turn code was 1)
> 
> 
> C:\Documents and 
> Settings\bogrady\Desktop\nant\nantcontrib-20030517-debug>
> 
> Apparently the nantcontrib.build file is using a task called 
> <xsd> which is 
> not recognized by nant.  I think I am using the latest 
> version of nant, I'm 
> using the daily build from May 27, 2003.
> 
> Does anyone know what I'm doing wrong?
> 
> Thanks, Becky
> 
> _________________________________________________________________
> Tired of spam? Get advanced junk mail protection with MSN 8. 
> http://join.msn.com/?page=features/junkmail
> 
> 
> 
> -------------------------------------------------------
> This SF.NET email is sponsored by: eBay
> Great deals on office technology -- on eBay now! Click here: 
> http://adfarm.mediaplex.com/ad/ck/711-11697-> 6916-5
> 
> _______________________________________________
> 
> Nant-users mailing list
> [EMAIL PROTECTED] 
> https://lists.sourceforge.net/lists/listinfo/n> ant-users
> 



-------------------------------------------------------
This SF.NET email is sponsored by: eBay
Great deals on office technology -- on eBay now! Click here:
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to