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

Ankit Jain radical at gmail.com
Mon Jan 11 01:32:14 EST 2010


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

This is already fixed in svn.

> Is there a fast way to fix this?

Like Michael suggested, the issue was that it doesn't handle multiple
properties separated by
 ';' correctly, so a workaround would be to specify each property as a
separate /p:name=value
pair.

-Ankit


More information about the Mono-list mailing list