Hi All, Just a quickie as I’ve to disappear. I’m
developing a bunch of Ant tasks to integrate with SourceGear Vault and have
decided to include them as part of the NAnt-Contrib project. The problem is
that I can’t actually build the project. All references appear to have
been satisfied but I’m still getting the following output when I attempt
to build: ------ Rebuild All started:
Project: NAntContrib, Configuration: Debug .NET ------ Preparing resources... Updating references... The dependency
'Microsoft.VSDesigner' could not be found. Performing main
compilation... F:\sourceforge\nantcontrib.Tasks-0.84\src\Tasks\MSITask.cs(48,20):
error CS0234: The type or namespace name 'Schemas' does not exist in the class
or namespace 'NAnt.Contrib' (are you missing an assembly reference?) F:\sourceforge\nantcontrib.Tasks-0.84\src\Tasks\MSMTask.cs(43,20):
error CS0234: The type or namespace name 'Schemas' does not exist in the class
or namespace 'NAnt.Contrib' (are you missing an assembly reference?) F:\sourceforge\nantcontrib.Tasks-0.84\src\Tasks\MSMTask.cs(56,9):
error CS0246: The type or namespace name 'msm' could not be found (are you
missing a using directive or an assembly reference?) F:\sourceforge\nantcontrib.Tasks-0.84\src\Tasks\MSMTask.cs(1223,13):
error CS0246: The type or namespace name 'MSMDirectory' could not be found (are
you missing a using directive or an assembly reference?) F:\sourceforge\nantcontrib.Tasks-0.84\src\Tasks\MSMTask.cs(1397,70):
error CS0246: The type or namespace name 'MSMComponent' could not be found (are
you missing a using directive or an assembly reference?) F:\sourceforge\nantcontrib.Tasks-0.84\src\Tasks\MSMTask.cs(2630,58):
error CS0246: The type or namespace name 'MSMTable' could not be found (are you
missing a using directive or an assembly reference?) F:\sourceforge\nantcontrib.Tasks-0.84\src\Tasks\MSMTask.cs(4209,57):
error CS0246: The type or namespace name 'MSMDirectory' could not be found (are
you missing a using directive or an assembly reference?) F:\sourceforge\nantcontrib.Tasks-0.84\src\Tasks\MSMTask.cs(4232,17):
error CS0246: The type or namespace name 'MSMDirectory' could not be found (are
you missing a using directive or an assembly reference?) F:\sourceforge\nantcontrib.Tasks-0.84\src\Tasks\MSMTask.cs(4243,66):
error CS0246: The type or namespace name 'MSMDirectory' could not be found (are
you missing a using directive or an assembly reference?) F:\sourceforge\nantcontrib.Tasks-0.84\src\Tasks\MSITask.cs(61,9):
error CS0246: The type or namespace name 'msi' could not be found (are you
missing a using directive or an assembly reference?) F:\sourceforge\nantcontrib.Tasks-0.84\src\Tasks\MSITask.cs(797,13):
error CS0246: The type or namespace name 'MSIDirectory' could not be found (are
you missing a using directive or an assembly reference?) F:\sourceforge\nantcontrib.Tasks-0.84\src\Tasks\MSITask.cs(1023,13):
error CS0246: The type or namespace name 'MSIFeature' could not be found (are
you missing a using directive or an assembly reference?) F:\sourceforge\nantcontrib.Tasks-0.84\src\Tasks\MSITask.cs(1153,70):
error CS0246: The type or namespace name 'MSIComponent' could not be found (are
you missing a using directive or an assembly reference?) F:\sourceforge\nantcontrib.Tasks-0.84\src\Tasks\MSITask.cs(2389,58):
error CS0246: The type or namespace name 'MSITable' could not be found (are you
missing a using directive or an assembly reference?) F:\sourceforge\nantcontrib.Tasks-0.84\src\Tasks\MSITask.cs(4027,57):
error CS0246: The type or namespace name 'MSIDirectory' could not be found (are
you missing a using directive or an assembly reference?) F:\sourceforge\nantcontrib.Tasks-0.84\src\Tasks\MSITask.cs(4050,17):
error CS0246: The type or namespace name 'MSIDirectory' could not be found (are
you missing a using directive or an assembly reference?) F:\sourceforge\nantcontrib.Tasks-0.84\src\Tasks\MSITask.cs(4061,66):
error CS0246: The type or namespace name 'MSIDirectory' could not be found (are
you missing a using directive or an assembly reference?) Build complete -- 17 errors,
0 warnings Building satellite assemblies... Satellite assemblies could
not be built because the main project output is missing. ---------------------- Done
---------------------- Rebuild All: 0 succeeded,
1 failed, 0 skipped Does anybody know what I need to do to solve this one? Many thanks, Bart ====================== Bart Read Software Engineer Red Gate Software Ltd +44 (0) 870 160 0037 ext 31 ====================== |
- Re: [NAntC-Dev] Problem building NAnt-Contrib Bart Read
- Re: [NAntC-Dev] Problem building NAnt-Contrib Gert Driesen