Bugs item #1440020, was opened at 2006-02-27 19:10 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=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: Open Resolution: None Priority: 5 Submitted By: Daniel Lindberg (dlindbe) Assigned to: Nobody/Anonymous (nobody) 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 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1440020&group_id=31650 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ nant-developers mailing list nant-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nant-developers