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