> 2.) If <nant ... inheritall='true'/> then properties are copied to new
> project (but not made read-only).
> My take on this is that we should inherit by default and not make them
> read-only (as we currently do). This differs from Ant, but I never
> understood why inherited properties were made read-only in the first
> place.
I agree, there may be instances where you would want to change an inherited property. I too, am unfamilar with the reason why Ant implements it this way, but as long as the default behavior is read-only, it shouldn't confuse people coming over from Ant
Don
