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.)
gt; From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of bruma > Sent: Tuesday, July 27, 2004 12:37 PM > To: [EMAIL PROTECTED] > Subject: [Nant-users] problems bilding .NET solution > > hi, > > I'm tring to build solution wi

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

[Nant-users] problems bilding .NET solution

2004-07-27 Thread bruma
hi, I'm tring to build solution with vcproj (c++) projects. This is my .build script: and this is output that I get: NAnt 0.85 (Build 0.85.1664.0; net-1.0.win32; nightly; 22.7.2004) Copyright (C) 2001-2004 Ge