Eric,
 
See http://nant.sourceforge.net/nightly/latest/help/tasks/ndoc.html for instructions on how to make other NDoc documenters available for use by the <ndoc> task.
 
Hope this helps,
 
Gert


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric Deslauriers
Sent: woensdag 5 januari 2005 4:08
To: nant-users@lists.sourceforge.net
Subject: [Nant-users] NDoc task can't find 'HtmlHelp2'

NDoc works as expected when run from the GUI, but when I use the NAnt task, I get an error. Since the NDoc.Documenter.HtmlHelp2.dll is located in the same dir as NDocConsole.exe, I’m not sure what’s failing:

 

<paste>

locate-ndoc:

 

     [echo] NDoc located at ..\sdktools\NDoc 1.2\bin\.net-1.1\NDocConsole.exe

 

ndoc-gen:

 

   [tstamp] Tuesday, January 04, 2005 7:00:56 PM.

     [echo] Doc'ing assemblies from C:\dev\mta\source\..\Build\bin

 

BUILD FAILED

 

C:\dev\mta\source\default.build(573,4):

Error loading documenter 'HtmlHelp2' from available documenters (MSDN, NAntTask)

. Is the NDoc documenter assembly available?

 

Line 573 is:

                        <ndoc>

So I’m assumed it didn’t like

                                    <documenters>

                                                <documenter name="HtmlHelp2">

 

If I change it to “MSDN” it’s happy. But I don’t *want* MSDN.

 

Using the GUI, I can create HtmlHelp2 files.

 

Thanks,

Eric D

Reply via email to