Re: [Nant-users] task question

2003-04-04 Thread Jaroslaw Kowalski
Thanks. I found that when I remove basedir="." from both my master and child buildfiles the thinkgs started to go right. Plus, I got another super-cool feature: the build is now independent of the current directory. I can invoke it like nant -f:z:\the\full\path\to\build\file.build and it works!

Re: [Nant-users] task question

2003-04-04 Thread Scott Hernandez
Even tho the working directory does not do what you expect, does resolve relative paths/files to the directory of the child project. This is so all you need to do is make things relative to the build file and NAnt does the rest. If this is not the behavior you are seeing you may want to post your

[Nant-users] task question

2003-04-04 Thread Jaroslaw Kowalski
Hi! I'm using NAnt 0.8.1. Is it possible to execute task so that the working directory for sub-build would be temporarily set to the directory where sub.build file is found? Ideally the usage would be: which would: 1. Save current working directory 2. Change the working directory to a direc