Re: [nant-dev] Question regarding includetask

2010-02-28 Thread Charles Chan
Hello Ryan, I don't think it matters. Based on the documentation: (http://nant.sourceforge.net/release/0.86-beta1/help/tasks/include.html) "Note: The project element attributes are ignored." I assume this statement applies to the include build file. Regards, Charles > Date: Sat, 27 Feb 20

[nant-dev] Question regarding includetask

2010-02-27 Thread Ryan Boggs
Hi, When someone includes another build file through the includetask, should the included build file inherit the main build file project attributes (ie: the xmlns) or should they be independent of each other? -- Thanks, Ryan --