Somewhere along the way, someone introduced a change
to the GetCommandLine method of ExternalProgramBase
which causes it to quote the argument if it has more
than one word. This ended up breaking our build
because we were using multi-word arguments that
wouldn't work when enclosed in quotes. I worked around
the problem by splitting the multi-word arg into
separate <arg> elements, but I'm curious about the
change. Is that really how folks expect it to work?
Seems like a slightly intrusive assumption, and means
that you can't pass around multiple arguments in a
property unless they are expected to be enclosed in quotes.

__________________________________________________
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com


-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to