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
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
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