RE: [Nant-users] nant Task with inheritall

2003-08-28 Thread Daya Sharma
PROTECTED] Behalf Of Foley, Cash Sent: Thursday, August 28, 2003 10:12 AM To: [EMAIL PROTECTED] Subject: RE: [Nant-users] nant Task with inheritall I don't think I clearly stated my problem and question. 1) I need a sub-build to set properties that will be available to the calling build. 2)

RE: [Nant-users] nant Task with inheritall

2003-08-28 Thread Foley, Cash
CTED] Sent: Wednesday, August 27, 2003 3:04 PM To: [EMAIL PROTECTED] Subject: [Nant-users] nant Task with inheritall I cannot reproduce the following expected behavior: In a Base NAnt build file set a property value (in my example 'basename') then invoke an NAnt task, using the 'in

[Nant-users] nant Task with inheritall

2003-08-27 Thread Foley, Cash
I cannot reproduce the following expected behavior: In a Base NAnt build file set a property value (in my example 'basename') then invoke an NAnt task, using the 'inheritall' attribute set to 'true', modify the property and have the modification in my Base NAnt process. In my example it changes t