[Mono-bugs] [Bug 686922] New: xbuild does not accept properties containing ':' passed by CLI..
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Apr 12 11:28:49 EDT 2011
https://bugzilla.novell.com/show_bug.cgi?id=686922
https://bugzilla.novell.com/show_bug.cgi?id=686922#c0
Summary: xbuild does not accept properties containing ':'
passed by CLI..
Classification: Mono
Product: Mono: Tools
Version: 2.10.x
Platform: x86-64
OS/Version: Windows 7
Status: NEW
Severity: Major
Priority: P5 - None
Component: xbuild
AssignedTo: jankit at novell.com
ReportedBy: eugene.petrenko at gmail.com
QAContact: mono-bugs at lists.ximian.com
CC: pruiz at netway.org
Depends on: 562056
Found By: ---
Blocker: ---
I call xbuild with responce file and receive same looking error:
MSBUILD: error MSBUILD0005: Invalid syntax. Property name and value expected as
<prop name>=[<prop value>]
responce file contained a line: /property:foo=";"
The issue here are:
- not stated where parse error were
- does not support ; property value
I also checked it with only one property from commandline:
xbuild /p:aaa=";" foo.proj
the same error was reported.
+++ This bug was initially created as a clone of Bug #562056 +++
Calling xbuild defining a property containing ':' at command line, causes the
folowing error:
[root at host dir]# /usr/bin/xbuild /p:SomeProp=22:22:00
MSBUILD: error MSBUILD0005: Property name and value expected as /p:<prop
name>=<prop value>
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list