Re: [Nant-users] nant build file placement question

2004-07-15 Thread Ian MacLean
Alex, It turns out this was a bug in the vb6 task. It wasn't extracting the full path to the project vbp's. I've committed a fix to cvs. It will be in the next nightly build of NAntContrib. Ian Alexander Korchemny wrote: My nant build file is in the d:\123 folder. The PROJECT.VBG group file (an

[Nant-users] nant build file placement question

2004-07-15 Thread Alexander Korchemny
My nant build file is in the d:\123 folder. The  PROJECT.VBG  group file (and all the others PROJECT*.VBPs needed to build) are in the d:\456 folder. The Nant said me : "Could find the  PROJECT123.VBP project".   Is it really necessary to place the nant build file into the same folder wher