cake-build/resources

Bootstrapper and quoting of cakeArguments

Roemer opened this issue · 4 comments

The cake arguments like target do not include quotes currently.
For example it looks like;

if ($Target) { $cakeArguments += "-target=$Target" } 

In (very) old versions, it did quote the variables like:

-target=`"$Target`" 

Which allowed the target to contain for example spaces. Is there any reason that the quotes were removed?

Any news on that issue? I think that simple fix enables more options for cake target names (like DotNet: Build).

Boostrappers reside in resources repo, transferring this issue, would
#75 solve your issue? Haven't had a chance to look at that yet.

@Roemer I believe this is solved in #79 and #80

Resolved by #79, #80, and #97