http://bugzilla.novell.com/show_bug.cgi?id=498781
Summary: [REGRESSION] Changeset r132763 breaks properties
Classification: Mono
Product: Mono: Tools
Version: SVN
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: xbuild
AssignedTo: [email protected]
ReportedBy: [email protected]
QAContact: [email protected]
Found By: ---
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.0.9)
Gecko/2009040821 Firefox/3.0.9 (.NET CLR 3.5.30729)
Hello,
changeset r132763 breaks properties passed as commandline arguments to
solutions.
I'm calling xbuild like that:
$ xbuild mysolution.sln /p:DISABLE_COM=true
In some of the projects (csproj files) i've:
<PropertyGroup Condition="$(DISABLE_COM) == true">
<DefineConstants>DISABLE_COM</DefineConstants>
</PropertyGroup>
The constant is now not defined anymore.
Reverting r132763 make it working again.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
--
Configure bugmail: http://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