RE: [Nant-users] SubProject Build

2003-08-30 Thread Galloway-Lunn, Oliver
Title: RE: [Nant-users] SubProject Build Stephan, Try setting the basedir attribute in the element.  This sets the base directory from which the build file will execute and all subsequent paths are derived.  I typically use basedir="." for most projects. --oliver -Origin

RE: [Nant-users] SubProject Build

2003-08-28 Thread Daya Sharma
Hi Stephan The only place I know where you can change directory is basedir attribute of element. Something like this here I am just moving one notch up the hierrarchy tree. So for your project two build files yes you will need to set different values for these 2 basedir's. Hope this helps.