+1, Sounds good.
/Parent.build
nant -> subdir/Child.build
What will be the basedir for the child.build Project? (/subdir/ or /)
-----Original Message-----
From: Gerry Shaw
[snip]
Nested build files (via <nant> task)
* By default you should just specify the build file you wish. Early
versions of nant had you just specify the folder but that left a problem
when there was more than one .build file in the folder.
* The basedir attribute on the <nant> task will be removed as it just
causes ambiguity. Similar the -basedir option on nant will also be
removed. Allowing these options makes it impossible to know for sure
how the buildfile will be run and thus how can you write a buildfile
that will work? It would be wrong for a calling If a project wishes to
change a nested build file's base dir it should set a property and then
have the nested build file expand the property.
[snip]
_______________________________________________
Nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers