Hi all,
I just found one bug (maybe regresion) that blocks mine upgrate to newest
NAnt :-(
I use this (ugly looking) construct:
<solution configuration="Release" outputdir="${output.dir}"
includevsfolders="false">
<projects>
<include name="${build.dir}/*.csproj"/>
</projects>
<assemblyfolders>
<include name="${output.dir}"/>
...
</assemblyfolders>
...
There are just two projects: A and B. B is dependant on A (via assembly
reference with non-existant HintPath)
Up to now this worked well so it have to broke in those months I was away.
Today it throws 'Couldn't find referenced assembly'.
Problem is that references are resolved when solution is loaded (two
.csprojs in mine case) but in that time not all references are in place.
Project A compiles sucessfuly but not B. References for project B are
already resolved as non-existent relative path and build fails.
Please, could you look into this problem? If some patching will be needed
I'm willing to do any coding around this.
Martin
PS: attached is small repro (with projects A and B) [rename it to .zip]
t2.zi_p
Description: Binary data
