[Mono-list] MSBUILD0005: Property name and value expected as /p:<prop name>=<prop value>

Michael Hutchinson m.j.hutchinson at gmail.com
Mon Jan 11 01:09:20 EST 2010


On Thu, Jan 7, 2010 at 3:18 PM, Yoerivdm <yoerivdm at chromosoom.be> wrote:
>
> Hi,
>
> I just set up an Ubuntu server box with Mono 2.6.1. I wanted to use
> CruiseControl.NET (latest stable) for creating CI builds of an asp.net mvc
> application.
>
> All went fine, cruisecontrol is running fine but when building the project
> using XBuild, I receive:
> MSBUILD0005: Property name and value expected as /p:<prop name>=<prop value>
>
> Is there a fast way to fix this?
>
> I can eventually build a trunk version of mono if this would resolve the
> issue ...

I suggest you file a bug against xbuild, so that the maintainer can fix it.

My guess would be that xbuild doesn't handle setting multiple
properties separated by ';' in /p options, which your example seems to
be doing. As a workaround you might like to break them up into
multiple /p options.

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Mono-list mailing list