Bugs item #989701, was opened at 2004-07-12 22:07
Message generated for change (Comment added) made by drieseng
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=989701&group_id=31650

Category: Tasks
Group: 0.85
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: David Chu (chudq)
>Assigned to: Gert Driesen (drieseng)
Summary: <sources> does not support attribute refid

Initial Comment:
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.

----------------------------------------------------------------------

>Comment By: Gert Driesen (drieseng)
Date: 2004-07-12 23:20

Message:
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.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=989701&group_id=31650


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to