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

2004-12-02 Thread J. Christopher Six
ons or an if statement, so > the only way to conditionally perform tasks was via this depends/if > mechanism: > > > > > > > > > > -T -- J. Christopher Six --- SF email is sponsored by - The IT

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 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] 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] Re: Segfault during compilation with mono on Linux

2004-12-01 Thread J. Christopher Six
he pre-built ndoc binary under mono. If I get some time later I'll try swapping it with a locally built ndoc to see if that makes any difference. On Tue, 30 Nov 2004 16:41:25 -0600, J. Christopher Six <[EMAIL PROTECTED]> wrote: > I have mono 1.0.4 installed under Gentoo and rece

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

2004-11-30 Thread J. Christopher Six
contains a workaround for a bug that was supposedly fixed in mono a couple of months ago and I suspect this may be related to my problem. If this is the case, please let me know if there's a workaround for the workaround. -- J. Christopher Six -