> 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
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to