Another way to look at it is that the <include> task "copies" the contents of the included script into the main script. From NAnt's perspective there is no "included script" if that makes anysense...
> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:nant-users- > [EMAIL PROTECTED] On Behalf Of Merrill Cornish > Sent: Monday, November 22, 2004 11:00 AM > To: Stephen Upchurch; [EMAIL PROTECTED] > Subject: Re: [Nant-users] Including External Build Files > > Stephen, > > I did some experimentation with <include> a while back. I found that any > properties in effect in the main script at the time of the <include> can > be seen in the included script. Similarly, any properties set in the > included script will in the in the main script following the <include>. > > Merrill > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > _______________________________________________ > Nant-users mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/nant-users ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users
