> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Gert Driesen > Sent: Tuesday, 3 August 2004 9:46 PM > To: Gary Feldman; Nant-Developers (E-Mail) > Subject: [nant-dev] Re: [Nant-users] NAnt 0.85 release notes + to-do's > > Hi Gary, > > Thanks for the feedback. I've updated the description of this > breaking change as follows : > > "In previous versions of NAnt, the <arg> element (used by, > for example, the <exec> task) would automatically add quotes > for both "file" and "value" > attributes in the command line generated by the task. That > automatic quoting has been removed for "value" attributes > (but not for "file" attributes). > This change may break build files that assume that both > arguments specified using the "file" and "value" attributes > will automatically be quoted." > > Is this ok for you ? > > Gert
FWIW, I think Gary's wording is better than mine :-) More verbose isn't bad, while more explicit is very good. I guess my reasons for talking about the Argument element type rather than the <arg> element is that a task is free to change the element name while using the same element type. With some thought however, this is not likely to happen, and the great majority of people probably don't care :-) -T Disclaimer Message: This message contains confidential information and is intended only for the individual(s) named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please immediately delete it and all copies of it from your system, destroy any hard copies of it, and notify the sender. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. To the maximum extent permitted by law, Immersive Technologies Pty. Ltd. does not accept liability for any errors or omissions in the contents of this message which arise as a result of e-mail transmission. ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ nant-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-developers
