[Buildbot-devel] buildbot shell escaping annoyance on windows: solution?

Dmitry Nezhevenko dion at dion.org.ua
Fri Jul 29 20:31:56 UTC 2011


On Thu, Jul 28, 2011 at 12:35:12PM -0700, Philippe McLean wrote:
> hi,
> I'm having trouble passing a quoted string to the devenv.com command on
> windows via the vstudio module.
> 
> from the command line, this works:
> 
> C:\Source>devenv.com IN\_VS_SolutionFiles\DFCLIDriver\DFCLIDriver.sln
> /Rebuild "Release|Any CPU"

Well-known issue for me. You can use old-style DOS escape character: ^

So your command should be:
	devenv foo.sln release^|win32

-- 
WBR, Dmitry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://buildbot.net/pipermail/devel/attachments/20110729/57431638/attachment.bin>


More information about the devel mailing list