RE: [Nant-users] Creating XML documentation with Solution task only

2005-08-10 Thread Einar.Host
Hi again Bill,   Ah, that did the trick :D   I wonder how many problems have been solved this way... guess I should've tried that right away.   Thanks for your kind assistance!   - Einar -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of [EM

RE: [Nant-users] Creating XML documentation with Solution task only

2005-08-10 Thread Einar.Host
Bill,   Thanks for the reply. I am writing in C#, and using Nant 0.85-rc2.   When I use the task, specifying the doc attribute, the XML file is generated. It may seem, then, as if the task does not pass the /doc switch to the compiler, yet it definitely registers the existence of an XML d

[Nant-users] Creating XML documentation with Solution task only

2005-08-10 Thread Einar.Host
Title: Creating XML documentation with Solution task only Hi, I'm having a slightly annoying problem, that hopefully is easy to solve. I have specified an XML documentation file for my project in VS .NET, but when trying to compile the project using the solution task, the XML documentation

RE: [Nant-users] Choosing c++ compiler

2004-11-23 Thread Einar.Host
Hi Felice, Thanks for the tip. However, I've tried Ian's suggestion and manipulate the path in a batch file that calls the NAnt script. That seems to work fine for my purposes at the moment. I'll keep your suggestion in the back of my head though. Kind regards, Einar > -Original Message---

RE: [Nant-users] Choosing c++ compiler

2004-11-22 Thread Einar.Host
> -Original Message- > From: Gert Driesen [mailto:[EMAIL PROTECTED] > Sent: 19. november 2004 20:27 > To: Høst, Einar; [EMAIL PROTECTED] > Subject: RE: [Nant-users] Choosing c++ compiler > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf O

[Nant-users] Choosing c++ compiler

2004-11-19 Thread Einar.Host
Hi, I'm trying to compile a managed c++ assembly using my NAnt script on a co-worker's computer. He normally programs in VC++ 6, but he has installed the .NET SDK 1.1 as well. Now the problem is that the NAnt script invokes v12 of the c++ compiler instead of v13 as it should. I don't want to me

RE: [Nant-users] Bug? Regional settings causing problems for include!

2004-11-19 Thread Einar.Host
Hi, It turns out that using 'asis="true"' alleviates my problem with files containing 'aA' being omitted from with 'Norwegian' regional settings. It would be interesting to investigate the source code a bit - could someone perhaps point me in the right direction? It's a big project! Kind rega

RE: [Nant-users] Bug? Regional settings causing problems for include!

2004-11-18 Thread Einar.Host
Hi Gert, I'd be happy to help out. What can I do? - Einar -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: 18. november 2004 15:57 To: Høst, Einar; [EMAIL PROTECTED] Subject: Re: [Nant-users] Bug? Regional settings causing problems for include! Hi Einar, I think t

[Nant-users] Bug? Regional settings causing problems for include!

2004-11-18 Thread Einar.Host
Title: Bug? Regional settings causing problems for include! Hi, I encountered a strange problem today. I tried running my NAnt script (using NAnt 0.84) that builds a data access component I'm writing, as well as some other assemblies, on a colleague's computer. The script is very straight-f

[Nant-users] Newbie: Compiling 'Hello World' in managed c++ using cl and link?

2004-10-20 Thread Einar.Host
Title: Newbie: Compiling 'Hello World' in managed c++ using cl and link? Hi, I'm trying to wrap my head around compiling managed c++ using the and tasks. There's a managed c++ project that needs to be part of my build, but I didn't write it - I don't know c++, I'm a c# developer. That mea

RE: [Nant-users] [Newbie] Using ndoc task to generate chm file only?

2004-10-12 Thread Einar.Host
Hi Thibaut, I didn't figure out the "right" way to do it, so I settled for one that worked. Essentially I generate all the output (chm file and html files) to a temp folder, copy the chm file to my real documentation folder, and then delete the temp folder. It's brute force, but it works. Rega

[Nant-users] [Newbie] Using ndoc task to generate chm file only?

2004-10-04 Thread Einar.Host
Title: [Newbie] Using ndoc task to generate chm file only? Hi, I'm having a bit of a struggle trying to get the ndoc task in nant to produce a chm file only, without the gif & html files. In the ndoc gui, I set the CleanImmediates property to true, and the OutputTarget property to HtmlHelp.