Merrill Cornish wrote:
I think I know the problem.
.NET solution file record their references a pathnames RELATIVE to the solution file. I
think your task is using a the project's base directory, so the recorded
relative pathnames no longer lead to anywhere useful.
Try using
Looks like you might be trying to to compile COM components. Be warned
that C++ support in NAnt is somewhat limitted. I've never been able to
compile any of my groups COM components using NAnt. (Not trying to bash
NAnt... NAnt works great for everything with the exception of C++) My
C++ projects al
I think I know the problem.
.NET solution file record their references a pathnames RELATIVE to the solution file.
I think your task is using a the project's base directory, so the recorded
relative pathnames no longer lead to anywhere useful.
Try using
in the task to