Hi, I have just downloaded the latest nightly build of NAnt 0.85 (Build 0.85.1653.0; net-1.0.win32; nightly; 11/07/2004), and every time I try and create a ndoc help file, I always get the error that appears below. Can somebody please tell me what I am doing wrong?
Thanks Stephan Boome Section from build file ====================== where ${build.dir} is "Bin" and it currently contains one dll. <target name="helpfile" depends="" description="Creates the Help file"> <ndoc> <assemblies basedir="${build.dir}" > <include name="*.dll" /> </assemblies> <documenters> <documenter name="MSDN"> <property name="OutputDirectory" value="doc" /> <!-- <property name="SdkDocVersion" value="${link.sdkdoc.version}" /> --> <!-- <property name="SdkLinksOnWeb" value="${link.sdkdoc.web}" /> --> <!-- set base uri used for linking to other NAnt docs --> <property name="NAntBaseUri" value="../" /> <!-- do not filter on namespace --> <property name="NamespaceFilter" value="" /> <!-- set the name of the application for which docs are generated --> <property name="ApplicationName" value="AppA" /> <property name="DocumentAttributes" value="True" /> <property name="IncludeAssemblyVersion" value="True" /> <property name="ShowMissingParams" value="True" /> <property name="ShowMissingReturns" value="True" /> <property name="ShowMissingValues" value="True" /> </documenter> </documenters> </ndoc> </target> Error from Nant ============= NAnt 0.85 (Build 0.85.1653.0; net-1.0.win32; nightly; 11/07/2004) Copyright (C) 2001-2004 Gerry Shaw NAnt Team Buildfile: file:///D:/Development/JCSLogFOC/Software/jcs/Utils/JLPObjects/Source Code/JLPObjects.build Target(s) specified: helpfile [echo] Using 'net-1.0' framework on 'win32' platform. helpfile: BUILD FAILED INTERNAL ERROR System.IO.FileLoadException: The located assembly's manifest definition with nam e 'NDoc.Core' does not match the assembly reference. File name: "NDoc.Core" at NAnt.DotNet.Tasks.NDocTask.ExecuteTask() at NAnt.Core.Task.Execute() in C:\DOCUME~1\drieseng\LOCALS~1\Temp\tmp76E.tmp\ src\NAnt.Core\Task.cs:line 176 at NAnt.Core.Target.Execute() in C:\DOCUME~1\drieseng\LOCALS~1\Temp\tmp76E.tm p\src\NAnt.Core\Target.cs:line 249 at NAnt.Core.Project.Execute(String targetName, Boolean forceDependencies) in C:\DOCUME~1\drieseng\LOCALS~1\Temp\tmp76E.tmp\src\NAnt.Core\Project.cs:line 873 at NAnt.Core.Project.Execute() in C:\DOCUME~1\drieseng\LOCALS~1\Temp\tmp76E.t mp\src\NAnt.Core\Project.cs:line 830 at NAnt.Core.Project.Run() in C:\DOCUME~1\drieseng\LOCALS~1\Temp\tmp76E.tmp\s rc\NAnt.Core\Project.cs:line 898 === Pre-bind state information === LOG: DisplayName = NDoc.Core, Version=1.3.1574.0, Culture=neutral, PublicKeyToke n=b9896512f28c0f09 (Fully-specified) LOG: Appbase = D:\Development\Bin\NAnt\ LOG: Initial PrivatePath = lib;lib\net\1.1;lib\net Calling assembly : NAnt.DotNetTasks, Version=0.85.1653.0, Culture=neutral, Publi cKeyToken=null. === LOG: Private path hint found in configuration file: lib. LOG: Publisher policy file is not found. LOG: Host configuration file not found. LOG: Using machine configuration file from C:\WINNT\Microsoft.NET\Framework\v1.1 .4322\config\machine.config. LOG: Post-policy reference: NDoc.Core, Version=1.3.1574.0, Culture=neutral, Publ icKeyToken=b9896512f28c0f09 LOG: Attempting download of new URL file:///D:/Development/Bin/NAnt/NDoc.Core.DL L. WRN: Comparing the assembly name resulted in the mismatch: Minor Version Please send bug report to [EMAIL PROTECTED] Total time: 0.1 seconds. ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** ------------------------------------------------------- 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-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users