Title: Message
Hi Evan,
 
The target that should be called when building NAnt is "package", I have updated the document in cvs.  So for step 1 when you build nant the command should be:
    bin\NAnt.exe package
 
Cheers,
 
Clayton
 
 
-----Original Message-----
From: Bonnett, Evan A [mailto:[EMAIL PROTECTED]
Sent: March 5, 2004 10:23 AM
To: NAnt-users
Subject: [Nant-users] NAntContrib Build Problem...

I am getting some errors when trying to build NAntContrib. Is this a known issue?
 
I have nant set up in C:\NAnt
 
I have NAntContrib in C:\NAntContrib
 
I followed the instructions in the readme.txt file but got this... (only included the failure.  There were many successful builds but this one failed).
 
      [csc] Compiling 5 files to C:\NAntContrib/build/nantcontrib-0.84-debug/bin/NAnt.Contrib.Tests.dll.
            C:\NAntContrib\tests\Util\SqlStatementListTests.cs(27,7): error CS0246: The type or namespace name 'NUnit' could not be fou
nd (are you missing a using directive or an assembly reference?)
            C:\NAntContrib\tests\Alltests.cs(28,7): error CS0246: The type or namespace name 'NUnit' could not be found (are you missin
g a using directive or an assembly reference?)
            C:\NAntContrib\tests\GetTaskTests.cs(26,7): error CS0246: The type or namespace name 'NUnit' could not be found (are you mi
ssing a using directive or an assembly reference?)
            C:\NAntContrib\tests\GetTaskTests.cs(205,10): error CS0246: The type or namespace name 'SetUp' could not be found (are you
missing a using directive or an assembly reference?)
            C:\NAntContrib\tests\GetTaskTests.cs(317,10): error CS0246: The type or namespace name 'TearDown' could not be found (are y
ou missing a using directive or an assembly reference?)
            C:\NAntContrib\tests\GetTaskTests.cs(337,10): error CS0246: The type or namespace name 'Test' could not be found (are you m
issing a using directive or an assembly reference?)
            C:\NAntContrib\tests\GetTaskTests.cs(352,10): error CS0246: The type or namespace name 'Test' could not be found (are you m
issing a using directive or an assembly reference?)
            C:\NAntContrib\tests\GetTaskTests.cs(367,10): error CS0246: The type or namespace name 'Test' could not be found (are you m
issing a using directive or an assembly reference?)
            C:\NAntContrib\tests\GetTaskTests.cs(386,10): error CS0246: The type or namespace name 'Test' could not be found (are you m
issing a using directive or an assembly reference?)
            C:\NAntContrib\tests\GetTaskTests.cs(401,10): error CS0246: The type or namespace name 'Test' could not be found (are you m
issing a using directive or an assembly reference?)
            C:\NAntContrib\tests\GetTaskTests.cs(420,10): error CS0246: The type or namespace name 'Test' could not be found (are you m
issing a using directive or an assembly reference?)
            C:\NAntContrib\tests\GetTaskTests.cs(439,10): error CS0246: The type or namespace name 'Test' could not be found (are you m
issing a using directive or an assembly reference?)
            C:\NAntContrib\tests\GetTaskTests.cs(452,10): error CS0246: The type or namespace name 'Test' could not be found (are you m
issing a using directive or an assembly reference?)
            C:\NAntContrib\tests\GetTaskTests.cs(468,10): error CS0246: The type or namespace name 'Test' could not be found (are you m
issing a using directive or an assembly reference?)
            C:\NAntContrib\tests\GetTaskTests.cs(479,10): error CS0246: The type or namespace name 'Test' could not be found (are you m
issing a using directive or an assembly reference?)
            C:\NAntContrib\tests\GetTaskTests.cs(496,10): error CS0246: The type or namespace name 'Test' could not be found (are you m
issing a using directive or an assembly reference?)
            C:\NAntContrib\tests\GetTaskTests.cs(513,10): error CS0246: The type or namespace name 'Test' could not be found (are you m
issing a using directive or an assembly reference?)
            C:\NAntContrib\tests\GetTaskTests.cs(536,10): error CS0246: The type or namespace name 'Test' could not be found (are you m
issing a using directive or an assembly reference?)
            C:\NAntContrib\tests\GetTaskTests.cs(569,10): error CS0246: The type or namespace name 'Test' could not be found (are you m
issing a using directive or an assembly reference?)
            C:\NAntContrib\tests\GetTaskTests.cs(608,10): error CS0246: The type or namespace name 'Test' could not be found (are you m
issing a using directive or an assembly reference?)
            C:\NAntContrib\tests\GetTaskTests.cs(181,6): error CS0246: The type or namespace name 'TestFixture' could not be found (are
 you missing a using directive or an assembly reference?)
            C:\NAntContrib\tests\Util\SqlStatementListTests.cs(38,5): error CS0246: The type or namespace name 'TestFixture' could not
be found (are you missing a using directive or an assembly reference?)
 
BUILD FAILED
 
C:\NAntContrib\NAntContrib.build(156,10):
External Program Failed: C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\csc.exe (return code was 1)
 
Total time: 9.1 seconds.

Evan A. Bonnett
Reynolds and Reynolds, IT
ERA Integrated Desking Development
937-485-8577
58577

-----Original Message-----
From: Mats Cederholm [mailto:[EMAIL PROTECTED]
Sent: Friday, March 05, 2004 9:30 AM
To: NAnt-users
Subject: [Nant-users] MSI

Hi, quite new to nant but I'm starting to get the hang of it and I'm very pleased with everything so far.
One thing I have a problem with is MSI packages. To define a MSI package for a windows service for example will take alot of work. I would like to know if there is anybody out there who has done this in a nice manner without using a shell call to devenv. Even a template of the xml used would be of great help.
 
TIA, Mats

Reply via email to