RE: [Nant-users] nant task and basedir property

2002-12-24 Thread Darren Syzling
ECTED] Subject: [Nant-users] nant task and basedir property I'm not sure I understand the relationship between the nant task and the basedir property of the called build file. If a top level build file calls a lower level build file using the nant task and the called build file basedir

[Nant-users] nant task and basedir property

2002-12-23 Thread Darren Syzling
I'm not sure I understand the relationship between the nant task and the basedir property of the called build file. If a top level build file calls a lower level build file using the nant task and the called build file basedir is '.' any operations will be performed in the current directory where