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 <solution> task is using a the project's base directory, so the recorded 
relative pathnames no longer lead to anywhere useful.

Try using

     <assemblyfolders>
          <include name="directory" />
     </assemblyfolders>

in the <solution> task to specify the directory where to find your referenced 
assemblies.

Merrill



I think relative paths are Ok, if I use some dummy file for ..\..\..\..\bin\desktop\gensrc\debug\CBNTrace_i.c then file is found, and I get compile errors...

Problem is that this file is generated during build process,
but NAnt build process don't have same "build flow", like devenv.com

thanks for post

regards bruma


------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to