Bugs item #1120064, was opened at 2005-02-10 14:42
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1120064&group_id=31650
Category: Tasks
Group: 0.85
Status: Open
Resolution: None
Priority: 5
Submitted By: Tim Bailey (tbailey)
Assigned to: Nobody/Anonymous (nobody)
Summary: <references> <lib> does not resolve references
Initial Comment:
if in the nant build file you have the following section in
the build file:
<references>
<lib>
<include name"${build.dir}\**" />
</lib>
</references>
instead of:
<references>
<include
name="C:\srcsafe\DotNet\Bin\Capstone\LzServiceDefiniti
ons.dll" />
<include
name="C:\srcsafe\DotNet\Bin\Capstone\LzCapstoneApp.d
ll" />
<include
name="C:\srcsafe\DotNet\Bin\Capstone\LzCapstoneCore.
dll" />
<include
name="C:\srcsafe\DotNet\Bin\Capstone\LzMessageDefinit
ions.dll" />
</references>
then when carrying out a clean build you get errors as
namespaces aren't resolved.
as csc has the property verbose="true" the references
aren't displayed which they are with the second version.
Traced the error down to
Nant.DotNet.Types.AssemblyFileSet.cs Scan which
takes no notice of the lib element.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1120064&group_id=31650
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
nant-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nant-developers