Turns out if I explicitly prepend project::get-base-directory() to all of the paths in the project file
called with the <nant> task, it executes correctly. Without this, it
tries to use the calling script's basedir as it's
own.
e
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Evan Levy
Sent: November 22, 2004 1:39 PM
To: [EMAIL PROTECTED]
Subject: [Nant-users] <nant> task: setting the called project's basedir
Is there a way to
set the project basedir for a project file called with the <nant>
task. It appears the current behavior is the called project uses the
calling project's base dir.
e