[Mono-bugs] [Bug 630017] New: xbuild fails to understand PropertyGroup and errors (Can't build Castle Project)

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Aug 10 11:53:28 EDT 2010


http://bugzilla.novell.com/show_bug.cgi?id=630017

http://bugzilla.novell.com/show_bug.cgi?id=630017#c0


           Summary: xbuild fails to understand PropertyGroup and errors
                    (Can't build Castle Project)
    Classification: Mono
           Product: Mono: Tools
           Version: SVN
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: xbuild
        AssignedTo: jankit at novell.com
        ReportedBy: patrick at qmtech.net
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


User-Agent:       Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.3
(KHTML, like Gecko) Chrome/6.0.472.25 Safari/534.3

Having...

<PropertyGroup>
  <Build_Number Condition="'$(Build_Number)' == ''">0</Build_Number>
  <Build_Revision>$(Build_Number)</Build_Revision>
</PropertyGroup>

results in this error...

: error : Error initializing task PropertyGroup: Not registered task
PropertyGroup.

Reproducible: Always

Steps to Reproduce:
git clone http://github.com/castleproject/Castle.Core.git
cd Castle.Core
xbuild buildscripts/Build.proj


Expected Results:  
Should not error on PropertyGroup

-- 
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