I have a project, with file name like
"Lib_General.csproj". Inside the project file, the
assmbly name is overridden with AssemblyName =
"MyCompany.Lib_General"
Another project, named "Lib_Specific", has reference to
this project. But not as project reference, but as
usual reference to assembly
<Reference
Name = "MyCompany.Lib_General"
AssemblyName = "MyCompany.Lib_General"
HintPath = ".."
/>
When I try to build a solution (using <solution> task)
which includes lib_General project and Lib_Specific
project, whene compiling the lib_specific, nant
complains about not beeing able to find referenced
assembly "MyCompany.Lib_General" (and the build order
is wrong).
Gert Driesen
Tasks
0.85
Public
|
Date: 2004-12-30 18:33 Logged In: YES |
|
Date: 2004-12-30 16:56 Logged In: YES |
|
Date: 2004-12-30 16:35 Logged In: YES |
|
Date: 2004-12-30 13:29 Logged In: YES |
|
Date: 2004-12-11 07:36 Logged In: YES |
| Filename | Description | Download |
|---|---|---|
| NantSolutionTest.zip | Simple example do reproduce the bug. | Download |
| NantSolutionTest.zip | Modified build file | Download |
| Field | Old Value | Date | By |
|---|---|---|---|
| status_id | Open | 2004-12-30 18:33 | drieseng |
| close_date | 2004-12-11 07:36 | 2004-12-30 18:33 | drieseng |
| File Added | 113889: NantSolutionTest.zip | 2004-12-30 13:29 | gkello |
| status_id | Closed | 2004-12-30 13:29 | gkello |
| assigned_to | nobody | 2004-12-11 07:36 | drieseng |
| close_date | - | 2004-12-11 07:36 | drieseng |
| status_id | Open | 2004-12-11 07:36 | drieseng |
| resolution_id | None | 2004-12-11 07:36 | drieseng |
| category_id | None | 2004-12-11 07:36 | drieseng |
| File Added | 110697: NantSolutionTest.zip | 2004-11-30 14:12 | gkello |