Bugs item #1498776, was opened at 2006-06-01 07:07
Message generated for change (Settings changed) made by garyfx
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1498776&group_id=31650

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: Core
Group: 0.85
>Status: Closed
>Resolution: Invalid
Priority: 5
Submitted By: Preet (preetsangha)
Assigned to: Nobody/Anonymous (nobody)
Summary: Backslash with speech marks causes properties to be misread

Initial Comment:
If you pass a backslash as the last character for a
property value where the values is enclosed in speech
marks then subquent properties are misread.

For example:

nant -D:prop1="item 1" -D:prop2="Item 2"

was ok with both properties being set correctly


while:

nant -D:prop1="item1\" -D:prop2="Item2"

resulted in 

prop1 = item1" -D:prop2=Item2


I am using:

.Net 2-0 as the target

On XP sp 2 the build is a nightly build from 25/May/2006.




 

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

>Comment By: Gary Feldman (garyfx)
Date: 2006-06-01 09:22

Message:
Logged In: YES 
user_id=847172

This has nothing to do with NAnt. That's the way the DOS
command shell works (as does bash, sh, ksh, and most other
command line shells).

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1498776&group_id=31650


-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to