> /Parent.build 
>       nant -> subdir/Child.build
> 
> 
> What will be the basedir for the child.build Project? (/subdir/ or /)

Assuming you what you meant by your notation means:

Parent.build
<project>
  <nant buildfile="subdir/Child.build"/>
</project>

The basedir of the child.build would be the same as if you ran nant from
the command line in the subdir folder.  If Child.build <project> element
doesn't have a basedir value than it would be the subdir folder.


_______________________________________________
Nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to