Re: [NAnt-users] ndoc task doesn't create source documentation

2006-08-01 Thread Rico Schaepe
Hi Gert, >The slashdoc file should be in the same directory as the assembly >(${base.dir}/Carat.xml <=> ${build.dir}/${filename}) ? Now it works. Thanks a lot. Rico - Take Surveys. Earn Cash. Influence the Future of IT

Re: [NAnt-users] ndoc task doesn't create source documentation

2006-08-01 Thread Gert Driesen
Rico, The slashdoc file should be in the same directory as the assembly (${base.dir}/Carat.xml <=> ${build.dir}/${filename}) ? Gert - Original Message - From: "Rico Schaepe" <[EMAIL PROTECTED]> To: Sent: Tuesday, August 01, 2006 8:53 AM Subject: [NAnt-users] nd

[NAnt-users] ndoc task doesn't create source documentation

2006-07-31 Thread Rico Schaepe
Hi all,   I have put an ndoc task to my build file but I’ve missing all code documentation. The class structure was build but that’s all. When I run the same from NDoc Gui itself and select the created program version from Visual .Net it works well. I achieve the same (missing documentati

[Nant-users] Ndoc Task

2005-10-06 Thread Flanakin Michael C Ctr HQ OSSG/OMR
I'm sure this is a popular question, but is it possible to use an NDoc-created config file with the  task? The docs don't specify that it can, but I'm keeping my fingers crossed.   _ Michael Flanakin Dynamics Research Corporation HQ OSSG Dashboard HQ OSSG/OMR 334.416.

RE: [Nant-users] NDoc task and including assemblies.

2005-02-27 Thread Gert Driesen
rom: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Swoogan > Sent: donderdag 24 februari 2005 22:41 > To: nant-users@lists.sourceforge.net > Subject: [Nant-users] NDoc task and including assemblies. > > Hello, I'm having a little trouble with the ndoc task. When >

[Nant-users] NDoc task and including assemblies.

2005-02-27 Thread Swoogan
Hello, I'm having a little trouble with the ndoc task. When I run it I get the following error: D:\BuildServer\BWIDesktop\src\BuildServer\BWIDesktop.build(23,6): Error building documentation. One or more required assemblies could not be located :

RE: [Nant-users] NDoc task parameters evaluated only once ?

2005-02-27 Thread Gert Driesen
Hi Thibaut, This is now fixed in cvs. Gert > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Thibaut Barrère > Sent: woensdag 20 oktober 2004 11:33 > To: nant-users@lists.sourceforge.net > Subject: [Nant-users] NDoc task

[Nant-users] ndoc task failing

2005-02-02 Thread John Hardin
All: nant 0.85-rc1 is not able to run ndoc on one of my assemblies... How do I troubleshoot this problem? Initializing... Merging XML documentation... c:\buildbot\devel\csharp\applications\CRS\standard-build.include(110,4): Error building documentation. Unable to load assembly 'c:\buildbot\de

RE: [Nant-users] NDoc task can't find 'HtmlHelp2'

2005-01-06 Thread Eric Deslauriers
Sorry, forgot to mention this is NAnt 0.84 with version X of NAntContrib.   Thanks again! Eric   From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Thursday, January 06, 2005 12:14 AM To: Eric Deslauriers; nant-users@lists.sourceforge.net Subject: RE: [Nant-users] NDoc task

RE: [Nant-users] NDoc task can't find 'HtmlHelp2'

2005-01-06 Thread Gert Driesen
januari 2005 3:55To: Gert Driesen; nant-users@lists.sourceforge.netSubject: RE: [Nant-users] NDoc task can't find 'HtmlHelp2' Gert,   Thanks for the response. I like the detail on this page a lot better than on the “stable” page, BTW. J   The solution t

RE: [Nant-users] NDoc task can't find 'HtmlHelp2'

2005-01-05 Thread Eric Deslauriers
CTED] 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.H

RE: [Nant-users] NDoc task can't find 'HtmlHelp2'

2005-01-05 Thread Gert Driesen
: woensdag 5 januari 2005 4:08To: nant-users@lists.sourceforge.netSubject: [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

[Nant-users] NDoc task can't find 'HtmlHelp2'

2005-01-04 Thread Eric Deslauriers
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:   locate-ndoc:   [echo] NDoc located at ..\sdktools\NDoc 1.2\bin\.net-1.

[Nant-users] NDoc task parameters evaluated only once ?

2004-10-20 Thread Thibaut Barrère
Things to write today. I'm using a foreach over a fileset of projects to generate ndoc for each of these projects. I override a property inside the loop (as a temporary variable). I'm displaying it just after to check if it was properly set and it's working fine But when I pass this property to

[Nant-users] ndoc task questions

2004-08-28 Thread David Thielen
Hi;   This is with the latest build: There is no documentation for the tag. Is there a documentor for the VS .NET documentor?   Thanks - dave

[Nant-users] Ndoc task failing

2004-06-11 Thread Jiho Han
Title: Ndoc task failing I am trying to use ndoc in a target.  Actually, this may be a completely ndoc issue but I thought I'd ask anyway since some of you may have come across this issue anyway. I think ndoc is failing because it's failing to load the specified assembly.  To be more precise

[Nant-users] NDoc task doubt

2004-03-24 Thread José Luis Barrera
Hi all! I have a problem with NDoc task. My problem is: When a dll is added to the NDoc task everything goes fine, the documentation is done correctly. But, when 2 dlls are included the NDoc task gives an error like this one.

[Nant-users] NDoc Task Question

2003-12-15 Thread Lehnert, Marc [LBRT/LNA]
Are there plans to support pre-existing NDoc project files with the NDoc task? Thanks. Marc A. Lehnert Senior Design Engineer Liebert Monitoring Group [EMAIL PROTECTED] --- This SF.net email is sponsored by: SF.net Giveback Program. Does So

RE: [Nant-users] NDOC Task: Namespace summary missing?

2003-08-22 Thread Willem J.W. Semmelink
>>-Original Message- >>From: Bernard Vander Beken [mailto:[EMAIL PROTECTED] >>Sent: 22 August 2003 12:18 PM >>To: Willem J.W. Semmelink; [EMAIL PROTECTED] >>Subject: RE: [Nant-users] NDOC Task: Namespace summary missing? >>Hello Willem, >>You ne

RE: [Nant-users] NDOC Task: Namespace summary missing?

2003-08-22 Thread Jean Rajotte
. ... HTH /jean > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Willem J.W. Semmelink > Sent: Friday, August 22, 2003 05:28 > To: [EMAIL PROTECTED] > Subject: [Nant-users] NDOC Task: Namespace summary missing? > >

RE: [Nant-users] NDOC Task: Namespace summary missing?

2003-08-22 Thread Jonathan . Cogley
South African posting! :-) HTH, Jonathan Cogley -Original Message- From: Willem J.W. Semmelink [mailto:[EMAIL PROTECTED] Sent: Friday, August 22, 2003 5:28 AM To: [EMAIL PROTECTED] Subject: [Nant-users] NDOC Task: Namespace summary missing? Hi all Could someone please advise me on

[Nant-users] NDOC Task: Namespace summary missing?

2003-08-22 Thread Willem J.W. Semmelink
Hi all Could someone please advise me on the tags in the NDOC task? I copied the example code for the NDOC task from the Nant documentation to my project and it results in excellent documentation files, but the namespace summary is indicated as missing. /* Obviously, because namespace summaries