Bug 323569 (MONO80884) - [xbuild] Non-empty hint path breaks assembly resolution
Summary: [xbuild] Non-empty hint path breaks assembly resolution
Status: RESOLVED FIXED
Alias: MONO80884
Product: Mono: Tools
Classification: Mono
Component: xbuild (show other bugs)
Version: 1.0
Hardware: Other Other
: P3 - Medium : Enhancement
Target Milestone: ---
Assignee: Marek Sieradzki
QA Contact: Marek Sieradzki
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-18 03:18 UTC by David Mitchell
Modified: 2007-09-15 21:24 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
This patch will fix the problem; it also includes a couple of TODOs for missing features. (2.39 KB, patch)
2007-02-18 03:19 UTC, Thomas Wiest
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Wiest 2007-09-15 20:28:23 UTC


---- Reported by dmitchell@logos.com 2007-02-17 20:18:40 MST ----

Please fill in this template when reporting a bug, unless you know what you are doing.
Description of Problem:
If an xbuild project includes an assembly reference that has a hintpath set on it will cause an 
exception to be thrown during the execution of the ResolveAssemblyReferences target. This, in 
turn, prevents the build step from completing

Steps to reproduce the problem:
1. Create an xbuild project
2. Add an assembly reference, and set the HintPath to the path of the assembly
3. Try to build the project

Actual Results:
Build failure with no notification as to why the build failed

Expected Results:
Either build success, or an error stating that the referenced assembly could not be found.

How often does this happen? 
Always

Additional Information:



---- Additional Comments From dmitchell@logos.com 2007-02-17 20:19:33 MST ----

Created an attachment (id=171507)
This patch will fix the problem; it also includes a couple of TODOs for missing features.




---- Additional Comments From marek.sieradzki@gmail.com 2007-02-18 09:52:09 MST ----

I commited other code that I had done earlier. If it still fails
please attach a test case.



---- Additional Comments From dmitchell@logos.com 2007-02-19 00:47:03 MST ----

New code works just fine for me.

Thanks!

Imported an attachment (id=171507)

Unknown operating system other. Setting to default OS "Other".