I'm trying to recompile the NantContrLib to fix something...
I have opened the solution in VS 2003, converted all the projects and now
have some invalid references, some I was able to fix easily like (Nant.Core
and Nant.DotNetFramework), but I'm not sure how to fix the following
references:
1. The dependency 'Microsoft.VSDesigner' could not be found.
2. The dependency 'NDoc.Core' could not be found.
3. The referenced component 'nunit.framework' could not be found. 

As well as the following build errors:
1 .
C:\devtools\nantcontrib-0.85\src\Tasks\Msi\InstallerCreationCommand.cs(43):
The type or namespace name 'Schemas' does not exist in the class or
namespace 'NAnt.Contrib' (are you missing an assembly reference?)
2.
C:\devtools\nantcontrib-0.85\src\Tasks\Msi\InstallerCreationCommand.cs(50):
The type or namespace name 'MSIBase' could not be found (are you missing a
using directive or an assembly reference?)
3.
C:\devtools\nantcontrib-0.85\src\Tasks\Msi\InstallerCreationCommand.cs(1142):
The type or namespace name 'searchKey' could not be found (are you missing a
using directive or an assembly reference?)
4.
C:\devtools\nantcontrib-0.85\Tools\SLiNgshoT\SLiNgshoT.Core\EnterpriseProject.cs(132):
#warning: 'VS.NET has some bug and writes References node with two different
capitalizations'
5. C:\devtools\nantcontrib-0.85\src\Tasks\Svn\AbstractSvnTask.cs(39): The
type or namespace name 'AbstractSourceControlTask' could not be found (are
you missing a using directive or an assembly reference?)
6. C:\devtools\nantcontrib-0.85\src\Tasks\Svn\AbstractSvnTask.cs(32): The
type or namespace name 'SourceControl' does not exist in the class or
namespace 'NAnt' (are you missing an assembly reference?)
7. C:\devtools\nantcontrib-0.85\src\Tasks\Msi\MsmCreationCommand.cs(39): The
type or namespace name 'msm' could not be found (are you missing a using
directive or an assembly reference?)



-- 
View this message in context: 
http://www.nabble.com/Getting-started-tf3915309.html#a11101558
Sent from the NAnt - Dev mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to