http://bugzilla.novell.com/show_bug.cgi?id=596364
http://bugzilla.novell.com/show_bug.cgi?id=596364#c0 Summary: Resolving references check assembly name in a case sensitive way Classification: Mono Product: Mono: Tools Version: 2.6.x Platform: All OS/Version: Windows XP Status: NEW Severity: Major Priority: P5 - None Component: xbuild AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- Created an attachment (id=354195) --> (http://bugzilla.novell.com/attachment.cgi?id=354195) modified internal build.cmd to replace inside buildscripts folder User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 (.NET CLR 3.5.30729) While compiling Castle.Core from github (just modified build.cmd to use 'call xbuild' to build from Mono-2.6.3 Command Prompt) and down the middle it fails with this output: Target ResolveAssemblyReferences: C:\PROGRA~1\MONO-2~1.3\lib\mono\2.0\Microsoft.Common.targets: warning : Reference 'adodb, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' not resolved For searchpath {CandidateAssemblyFiles} Warning: {CandidateAssemblyFiles} not supported currently For searchpath {HintPathFromItem} Considered ..\..\lib\net-3.5\adodb.dll, but assembly name 'ADODB, Version=7.0.3300.0, Culture=neutral, PublicKey Token=b03f5f7f11d50a3a' did not match the expected 'adodb, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' (SpecificVersion=False) For searchpath {TargetFrameworkDirectory} Considered target framework dir msbuild builds it normally. Reproducible: Always Steps to Reproduce: 1. 2. 3. sources: http://github.com/castleproject/Castle.Core -- 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
