RE: [Nant-users] SubProject Build

2003-08-30 Thread Galloway-Lunn, Oliver
Title: RE: [Nant-users] SubProject Build Stephan, Try setting the basedir attribute in the element.  This sets the base directory from which the build file will execute and all subsequent paths are derived.  I typically use basedir="." for most projects. --oliver -Origin

RE: [Nant-users] SubProject Build

2003-08-28 Thread Daya Sharma
helps. -daya -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Boome, Stephan Sent: Thursday, August 28, 2003 7:53 AM To: NAnt-Users (E-mail) Subject: [Nant-users] SubProject Build Hi All, As you can see I have two build files, I NAnt from the ProjectA\Sof

[Nant-users] SubProject Build

2003-08-28 Thread Boome, Stephan
Hi All, As you can see I have two build files, I NAnt from the ProjectA\Software directory then my solution builds, but if I run my TopLevel.build in the C:\Development directory it complains that it can not find C:\Development\ProjectA.sln, when it should be loading C:\Development\ProjectA\Softw