RE: [Nant-users] task: setting the called project's basedir

2004-11-23 Thread Evan Levy
Turns out if I explicitly prepend project::get-base-directory() to all of the paths in the project file called with the 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

RE: [Nant-users] task: setting the called project's basedir

2004-11-23 Thread Shawn Haigh
Try using configurations…  Giuseppe Greco has a great write-up here:   http://developer.agamura.com/technotes/building-projects-with-nant/index.html   Shawn Haigh   From: Evan Levy [mailto:[EMAIL PROTECTED] Sent: Monday, November 22, 2004 1:39 PM To: [EMAIL PROTECTED] Subje