Re: [Nant-users] problems bilding .NET solution

2004-07-28 Thread bruma
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

RE: [Nant-users] problems bilding .NET solution

2004-07-27 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
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

Re: [Nant-users] problems bilding .NET solution

2004-07-27 Thread Merrill Cornish
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