Bugs item #1440020, was opened at 2006-02-28 01:10
Message generated for change (Settings changed) made by drieseng
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1440020&group_id=31650
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Tasks
Group: 0.85
>Status: Closed
>Resolution: Invalid
Priority: 5
Submitted By: Daniel Lindberg (dlindbe)
>Assigned to: Gert Driesen (drieseng)
Summary: script reference doesn't find DLL in GAC
Initial Comment:
The following failes to find the assembly in the GAC.
Documentation indicates that it should have found it.
<script language='C#'>
<references failonempty='true' >
<include name='dli.UpdateVersion_core.dll'/>
</references>
<imports>
<import namespace="dli.UpdateVersion_core"/>
</imports>
<code>
<![CDATA[
public static void ScriptMain(Project project)
{
// etc
}
]]>
</code>
</script>
following is the error message:
The fileset specified is empty after
scanning 'dli.Test.Utilities' for:
NAnt.Core.StringCollectionWithGoodToString:
dli.UpdateVersion_core.dll
----------------------------------------------------------------------
>Comment By: Gert Driesen (drieseng)
Date: 2006-05-01 16:23
Message:
Logged In: YES
user_id=707851
This is by design:
Filesets never scan the GAC for assemblies. You should
specify the path to the assembly you're referencing.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1440020&group_id=31650
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
nant-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nant-developers