[Mono-bugs] [Bug 498781] New: [REGRESSION] Changeset r132763 breaks properties

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Apr 28 07:07:38 EDT 2009


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: jankit at novell.com
        ReportedBy: dna at mono-project.de
         QAContact: mono-bugs at lists.ximian.com
          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.


More information about the mono-bugs mailing list