No answer? Nothing?... L

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adrian Hara
Sent: Friday, April 09, 2004 5:21 PM
To: [EMAIL PROTECTED]
Subject: [Nant-users] Long path bug?

 

 

  Hello,

  It’s my first time using a mailing list, and also my first time using nant, so be gentle J

 

  My problem is as follows:

 

  I have a script to build some solutions. Some of them c#, some of them vb.net. The problem is that, while building the c# solutions works fine, the vb.net solutions build fails, with messages like:

 

        Vbc : Command line error BC2001: file ‘<insert long path here>’ could not be found

 

  From what I can gather, when the path to the filename (including the filename) is more than 64 characters long, I get this error. If I MOVE the solution from the dir with the long path to a dir like c:\test\ and build it, it works perfectly fine. In fact, through trial and error (renaming of the long dir progressively) I found the 64 characters limit.

 

  Also, from what I’ve seen, this problem arises only with the <vbc> task, the <csc> tasks that build solutions in the same long path work fine.

 

  Any input would be greatly appreciated, thanks.

 

 

 

Ps: please don’t suggest I do a <solution> instead of <vbc>. I can’t, because of a number of reasons which i don’t think are relevant here.

Reply via email to