[Mono-bugs] [Bug 599486] New: xbuild does not honor extra <Import> tag
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sat Apr 24 20:40:52 EDT 2010
http://bugzilla.novell.com/show_bug.cgi?id=599486
http://bugzilla.novell.com/show_bug.cgi?id=599486#c0
Summary: xbuild does not honor extra <Import> tag
Classification: Mono
Product: Mono: Tools
Version: 2.6.x
Platform: x86
OS/Version: openSUSE 11.2
Status: NEW
Severity: Normal
Priority: P5 - None
Component: xbuild
AssignedTo: jankit at novell.com
ReportedBy: lextudio at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/533.2
(KHTML, like Gecko) Chrome/5.0.342.9 Safari/533.2
I am using Microsoft AssemblyInfo Task in my projects.
http://code.msdn.microsoft.com/AssemblyInfoTaskvers
So within the csproj files, I have an extra line,
<Import Project="..\SharpSnmpLib\Microsoft.VersionNumber.targets" Condition="
'$(Configuration)' == 'Debug' " />
However, it is ignored by xbuild.
Reproducible: Always
Steps to Reproduce:
1. Check out latest #SNMP from
http://sharpsnmplib.codeplex.com/SourceControl/list/changesets
2. Use xbuild to build in on Mono/openSUSE.
Actual Results:
The project compiles but no information regarding this extra <Import> is
provided.
Expected Results:
xbuild should either honor this extra <Import> tag (report a warning or an
error), or should report it does not yet support extra <Import> tag now.
--
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