Re: [Nant-users] Question about style task in latest nightly build

2004-03-21 Thread Jaroslaw Kowalski
This is a general rule: all file paths are (or at least should be) relative to the project that contains them. With this approach it doesn't matter where you run your buildfile - it should always behave the same. NAnt tasks take care of making all file paths absolute when passing them to external u

RE: [Nant-users] Question about style task in latest nightly build

2004-03-21 Thread Zigomanis, Nick
Hi Gert, Thanks for that. It seems that it is relative to the included build file (the one that has the target which runs the style task), and not the build file that includes this, i.e., not the directory in which I am running the build. Is this correct? Nick. -Original Message- From