RE: [Nant-users] recent NAnt release and VS.NET Documenter

2004-12-02 Thread Gert Driesen
James, You need to copy the "Interop.MSHelpCompiler.dll" assembly to the NAnt directory too (as this is need for the VS.NET 2003 documenter). Hope this helps, Gert > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > James Carscadden > Sent: donder

[Nant-users] recent NAnt release and VS.NET Documenter

2004-12-02 Thread James Carscadden
Please cc. to me as I'm not subscribed to the list (my company firewall blocks it out - arg). With the recent release of the NDoc 1.3a build the versions for the NAnt included NDoc and the NDoc distribution finally match. Finally I thought I would be able to convert my projects to using NAn

[Nant-users] solution problem (.84)Exception: System.NullReferenceException (.85) Invalid element

2004-12-02 Thread Andy Eunson
Any help here is greatly appreciated.  Here’s my build file            

Re: [Nant-users] Re: Segfault during compilation with mono on Linux

2004-12-02 Thread Ian MacLean
Troy Laurin wrote: J. Christopher Six wrote: The "if" attribute definitely seems to be malfunctioning. Here is my test build: The results of running this on Gentoo: $nant test.build <...snipped irrelevant messages...

RE: [Nant-users] 0.85 msi install

2004-12-02 Thread Gert Driesen
> -Original Message- > From: Jim Geurts [mailto:[EMAIL PROTECTED] > Sent: donderdag 2 december 2004 15:28 > To: Gert Driesen; John Cole > Cc: [EMAIL PROTECTED] > Subject: Re: [Nant-users] 0.85 msi install > > There are sort of separate installs for NAnt and NAntContrib. To be a > litt

RE: [Nant-users] MSI Task Versus WIX

2004-12-02 Thread John Cole
I really like having my MSI tasks 'in' NAnt.  I don't have a list of things that WiX does vs NAnt, but just having my build system integrated into my setup package system is a real plus for me  I've looked at WiX briefly, and didn't want to learn yet another syntax.  Add to that, if you hac

RE: [Nant-users] Nant & COM interop

2004-12-02 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
By chance, are you running NAnt with the WebUI solution open in VS.NET? The reason I ask is that VS.NET tends to lock interop libraries. I have had problems trying to clean my projects because of similar UnauthorizedAccessExceptions but never trying to build the solutions… Anyways, it’s wor

[Nant-users] MSI Task Versus WIX

2004-12-02 Thread Dan Pupek
Does anyone have any recommendations or comments about using either the MSI task or WiX?   Thanks   Dan Pupek Software Engineer Advanced Systems Technology, Inc [EMAIL PROTECTED] (850) 475-4038   BEGIN:VCARD VERSION:2.1 N:Pupek;Daniel FN:Daniel Pupek NICKNAME:Dan ORG:Advanced Systems Techn

Re: [Nant-users] Re: Segfault during compilation with mono on Linux

2004-12-02 Thread J. Christopher Six
Ah, thanks for the clarification. I'm new to NAnt and I just now discovered its task, something Ant has desperately needed. Kudos to the NAnt team for avoiding Ant's shortcomings here. On Fri, 03 Dec 2004 00:24:11 +0800, Troy Laurin <[EMAIL PROTECTED]> wrote: > This isn't a malfunction, at least

Re: [Nant-users] Re: Segfault during compilation with mono on Linux

2004-12-02 Thread Troy Laurin
J. Christopher Six wrote: The "if" attribute definitely seems to be malfunctioning. Here is my test build: The results of running this on Gentoo: $nant test.build <...snipped irrelevant messages...> Target(s) specif

Re: [Nant-users] Re: Segfault during compilation with mono on Linux

2004-12-02 Thread J. Christopher Six
On Thu, 02 Dec 2004 23:44:08 +0900, Ian MacLean <[EMAIL PROTECTED]> wrote: > well - you'll find that its missing all the descriptions that are > written as xml doc comments in the c# source. So it works -- its just > not that useful yet. > > Ian There doesn't appear to be anything missing in the

Re: [Nant-users] Re: Segfault during compilation with mono on Linux

2004-12-02 Thread Ian MacLean
J. Christopher Six wrote: On Thu, 2 Dec 2004 06:07:08 +0100, Gert Driesen <[EMAIL PROTECTED]> wrote: Actually NDoc should work just fine, even if no xmldoc is available. It does indeed. I checked the contents of /usr/share/NAnt/doc and the generated SDK docs look fine, as do the docs in the

RE: [Nant-users] 0.85 msi install

2004-12-02 Thread John Cole
Jim, In order to build an NAnt msi right now, don't you have to copy the NAntContrib build output into the NAnt build output directory? I do this with the following line in my bat file (which is run from the NAntContrib directory): xcopy /E /S /Y build\nantcontrib-0.85-debug ..\nant\build\net-1

Re: [Nant-users] 0.85 msi install

2004-12-02 Thread Jim Geurts
There are sort of separate installs for NAnt and NAntContrib. To be a little more clear, there are various merge modules that are built for each section of both projects. I then merge all of those into an install. As it stands right now, if the user does a typical or complete install, both proje

Re: [Nant-users] Re: Segfault during compilation with mono on Linux

2004-12-02 Thread J. Christopher Six
On Thu, 2 Dec 2004 06:07:08 +0100, Gert Driesen <[EMAIL PROTECTED]> wrote: > Actually NDoc should work just fine, even if no xmldoc is available. It does indeed. I checked the contents of /usr/share/NAnt/doc and the generated SDK docs look fine, as do the docs in the "help" subdir. At least that ~

RE: [Nant-users] 0.85 msi install

2004-12-02 Thread John Cole
Jim, I've been generating NAnt MSI's for the past few days with no problems. Indeed, I hope that NAnt includes an MSI file for the next NAnt release. This would really give NAnt a much wider audience (assuming that is a positive thing for the developers). :-) Thanks for applying that patch. J

Re: [Nant-users] Re: Segfault during compilation with mono on Linux

2004-12-02 Thread J. Christopher Six
I neglected to add that when I remove the if="${platform::is-win32()}" attribute from the "test" target, I see this as well: test: [echo] Is Win32: False --- SF email is sponsored by - The IT Product Guide Read honest & candid rev

Re: [Nant-users] Re: Segfault during compilation with mono on Linux

2004-12-02 Thread J. Christopher Six
The "if" attribute definitely seems to be malfunctioning. Here is my test build: The results of running this on Gentoo: $nant test.build <...snipped irrelevant messages...> Target(s) specified: test depen

[Nant-users] Nant & COM interop

2004-12-02 Thread nospam
Hi,   I need help on building a VS.NET project with COM interop. Try to searh on google and mail archive but no luck.   Anyone knows what is the best & simple way to build VSNET project that has interop   Thanks in advance   I got the following errors:   --