Bugs item #1770152, was opened at 2007-08-08 20:23
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=474851&aid=1770152&group_id=54790

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Tasks
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Serge Baltic (hypersw)
Assigned to: Nobody/Anonymous (nobody)
Summary: MSBuild Task: Property Values Must Be Escaped

Initial Comment:
If a property value ends with a backslash, it does not get escaped and goes 
into the msbuild command line “as is”. As the property value is enclosed in 
quotes, the closing quote with a backslash is treated as an escaped quote, and 
the next command-line argument is glued with the property value.

Example:

… <property name="OutDir" value="t:\bin\" /> …
Suppose the command-line like "/p:OutDir=t:\bin\" /p:Something=Else
in this case, the OutDir's value is “t:\bin" /p:Something=Else”, and the 
“Something” property is not set at all.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=474851&aid=1770152&group_id=54790

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
NAntContrib-Developer mailing list
NAntContrib-Developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer

Reply via email to