I would think that the <arg value="blah blah blah"/> would appear as < blah
blah blah> on the command line.  The only thing that should be changed is a
leading space should be added IMO.  What do people think?


-----Original Message-----
From: Kevin Dente [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, September 03, 2002 5:21 PM
To: Nant developer's list
Subject: [nant-dev] Problem with ExternalProgramBase multi-word arguments


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


-------------------------------------------------------
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