Hi Jamie,

We listen to our "customers", so we've decided to no longer mark that
attribute as deprecated.

Gert

----- Original Message ----- 
From: "Jamie Briant" <[EMAIL PROTECTED]>
To: <nant-developers@lists.sourceforge.net>
Sent: Tuesday, January 25, 2005 2:56 AM
Subject: [nant-dev] property overwrite attrib


Does this not seem outstandingly dangerous to anyone?



    <property name="build.config" value="Bananafanafofana"
unless="${property::exists('build.config')}" />



Its just asking for errors where only one of the "build.config"'s is
changed. Is there a good reason that the following is deprecated?



    <property name="build.config" value="Bananafanafofana"
overwrite="false" />





-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to