Re: [NAnt-users] Using Include

2006-03-29 Thread Gary Feldman
Rod Ayers wrote: Hi, all I'm trying to get a clear understanding of the impact of using . 1. The contents of the included file makes the included code act as if it was all part of one build file. 2. Tasks in the included file would be invoked with , rather than as with "separate"

[NAnt-users] Using Include

2006-03-29 Thread Rod Ayers
Title: Using Include Hi, all I'm trying to get a clear understanding of the impact of using . 1.  The contents of the included file makes the included code act as if it was all part of one build file.  2.  Tasks in the included file would be invoked with , rather than as with "sep