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: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
                CC: [email protected]
        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@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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to