Share

NAnt - A .NET Build Tool

Tracker: Bugs

5 <sources> does not support attribute refid - ID: 989701
Last Update: Comment added ( drieseng )

I tried to use attribute refid for <sources> tag, which
is sub-set of <link> task like this:

<fileset id="task.files.link" >
<include name="\Program Files\MyDomain\bin\libapp.lib" />
<include name="${Intermediate.dir}\command.obj" />
...
</fileset>

...

<link output="${destination.dir}/${App.Name}.dll"
options='${build.link.options}' >
<sources refid="task.files.link" />
</link>

The file set by refid is not recognized and there is no
action for <link>. If you include files directly under
the <sources>, the <link> will build my source codes.


David Chu ( chudq ) - 2004-07-12 20:07

5

Closed

Fixed

Gert Driesen

Tasks

0.85

Public


Comment ( 1 )

Date: 2004-07-12 21:20
Sender: driesengProject AdminAccepting Donations

Logged In: YES
user_id=707851

David,

This should be fixed in very recent nightly builds
(http://nant.sourceforge.net/nightly/builds).

Thanks for the report.


Attached File

No Files Currently Attached

Changes ( 4 )

Field Old Value Date By
status_id Open 2004-07-12 21:20 drieseng
resolution_id None 2004-07-12 21:20 drieseng
assigned_to nobody 2004-07-12 21:20 drieseng
close_date - 2004-07-12 21:20 drieseng