Re: [Mono-list] Dispose method is never called

2003-07-22 Thread Giuseppe Greco
-- Original Message -- From: Joeri Belis [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [Mono-list] Dispose method is never called Date: Tue, 22 Jul 2003 11:54:08 +0200 It compiled and ran the MyFinalizer() example with and without lines ( 13 - 15 ) but is get the same output results. Is

Re: [Mono-list] Dispose method is never called

2003-07-20 Thread Giuseppe Greco
-- Original Message -- Subject: Re: [Mono-list] Dispose method is never called From: Gonzalo Paniagua Javier [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: 11 Jul 2003 22:22:01 +0200 El vie, 11-07-2003 a las 12:19, Giuseppe Greco escribió: Mono doesn't execute the Finalizer at all. I've

[Mono-list] How should an installation be structured?

2003-07-19 Thread Giuseppe Greco
| + ... + de-DE | + ... + ... Thanks, Gius_. -- Giuseppe Greco ::agamura:: phone: +41 (0)91 604 67 65 mobile: +41 (0)76 390 60 32 email: [EMAIL PROTECTED] web:www.agamura.com

[Mono-list] Monodoc Co.

2003-07-18 Thread Giuseppe Greco
Hi all, As already said, I want to generate technical documentation in the following formats: . monodoc . html . pdf I was able to successfully generate the files monodoc requires (*.source, *.tree, and *.zip). Now the question is: is there a way to automatically update the monodoc.xml file? To

RE: [Mono-list] Monodoc Co.

2003-07-18 Thread Giuseppe Greco
... and why does monodoc display the following message after each class description? Mono Implementation Note: An error occured while loading type information: File 'Gekkota.Core' not found. Thanks, Gius_. -- Original Message -- From: Giuseppe Greco [EMAIL PROTECTED] To: [EMAIL

Re: [Mono-list] Monodoc Co.

2003-07-18 Thread Giuseppe Greco
On Fri, 2003-07-18 at 14:58, Joshua Tauberer wrote: Giuseppe Greco wrote: ... and why does monodoc display the following message after each class description? Mono Implementation Note: An error occured while loading type information: File 'Gekkota.Core' not found

Re: [Mono-list] Monodoc Co.

2003-07-18 Thread Giuseppe Greco
-- Giuseppe Greco ::agamura:: phone: +41 (0)91 604 67 65 mobile: +41 (0)76 390 60 32 email: [EMAIL PROTECTED] web:www.agamura.com ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman

[Mono-list] monodoc - updater.exe

2003-07-14 Thread Giuseppe Greco
Hi, I've given a look at the XML file generated by updater.exe, and I've noted that properties are documented like this: Member MemberName=MyProp MemberSignature Language=C# Value=public int BufferSize { set; get; }; / MemberTypeProperty/MemberType ReturnValue

Re: [Mono-list] monodoc - updater.exe

2003-07-14 Thread Giuseppe Greco
-- Original Message -- Subject: Re: [Mono-list] monodoc - updater.exe From: Duncan Mak [EMAIL PROTECTED] To: Giuseppe Greco [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Date: 14 Jul 2003 02:23:06 -0400 On Mon, 2003-07-14 at 02:01, Giuseppe Greco wrote: Why does not updater.exe generate a value

Re: [Mono-list] Monodoc - doc generator

2003-07-13 Thread Giuseppe Greco
- Original Message - From: Miguel de Icaza [EMAIL PROTECTED] To: Giuseppe Greco [EMAIL PROTECTED] Cc: Mono [EMAIL PROTECTED] Sent: Saturday, July 12, 2003 11:20 PM Subject: Re: [Mono-list] Monodoc - doc generator Hello, I've checked out monodoc from CVS and I've seen

Re: Fw: [Mono-list] Monodoc - doc generator

2003-07-13 Thread Giuseppe Greco
- From: Jaroslaw Kowalski [EMAIL PROTECTED] To: Giuseppe Greco [EMAIL PROTECTED] Cc: Miguel de Icaza [EMAIL PROTECTED]; Mono [EMAIL PROTECTED] Sent: Sunday, July 13, 2003 1:35 PM Subject: Re: [Mono-list] Monodoc - doc generator Hi all! I really needed that tool so I sat down

[Mono-list] Monodoc - doc generator

2003-07-12 Thread Giuseppe Greco
. -- Giuseppe Greco ::agamura:: phone: +41 (0)91 604 67 65 mobile: +41 (0)76 390 60 32 email: [EMAIL PROTECTED] web:www.agamura.com ___ Mono-list maillist - [EMAIL PROTECTED

Re: [Mono-list] Why doesn't mcs generate XML documentation?

2003-07-11 Thread Giuseppe Greco
On Sat, 2003-07-12 at 03:24, Mathias Hasselmann wrote: Giuseppe Greco wrote: Hi all, why doesn't mcs generate XML documentation? Guess mainly 'cause nobody felt the need to implement it? BTW: To my knowlegde the Mono project decided not to use inline documentation for Mono's

RE: [Mono-list] Problem with NUnit

2003-07-08 Thread Giuseppe Greco
-- Original Message -- Subject: RE: [Mono-list] Problem with NUnit From: Philippe Lavoie [EMAIL PROTECTED] To: Giuseppe Greco [EMAIL PROTECTED], [EMAIL PROTECTED] Date: Tue, 8 Jul 2003 10:42:11 -0400 I had something similar happen to me once. My problem was that the runtime for nunit

Re: [Mono-list] Dispose method is never called

2003-07-08 Thread Giuseppe Greco
or with Mono on Linux, and you'll see the differences... Gius_. You have brought an interesting problem. Any ideas anyone... My brain is fried :-) (just kidding) Richard Norman Web/Application Developer Giuseppe Greco [EMAIL PROTECTED] 7/7/2003 10:30:55 PM -- Original Message -- From: Giuseppe

Re: [Mono-list] Dispose method is never called

2003-07-08 Thread Giuseppe Greco
-- Original Message -- Subject: Re: [Mono-list] Dispose method is never called From: Gonzalo Paniagua Javier [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: 08 Jul 2003 20:51:22 +0200 El mar, 08-07-2003 a las 10:33, Gonzalo Paniagua Javier escribió: Okay, can you file a bug report in

Re: [Mono-list] More info about Asyn Socket errors...

2003-07-07 Thread Giuseppe Greco
-- Original Message -- Subject: Re: [Mono-list] More info about Asyn Socket errors... From: Gonzalo Paniagua Javier [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: 07 Jul 2003 14:38:53 +0200 El lun, 07-07-2003 a las 14:29, Giuseppe Greco escribió: Hi all, Yesterday I reported that I'm

Re: [Mono-list] Dispose method is never called

2003-07-07 Thread Giuseppe Greco
-- Original Message -- From: Giuseppe Greco [EMAIL PROTECTED] Subject: Re: [Mono-list] Dispose method is never called To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Date: Tue, 8 Jul 2003 06:25:33 +0200 Well, in the class above, the Dispose() method is never called. This is a problem if one needs

Re: [Mono-list] Dispose method is never called

2003-07-07 Thread Giuseppe Greco
-- Original Message -- From: Giuseppe Greco [EMAIL PROTECTED] Subject: Re: [Mono-list] Dispose method is never called To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Date: Tue, 8 Jul 2003 06:30:54 +0200 -- Original Message -- From: Giuseppe Greco [EMAIL PROTECTED] Subject: Re: [Mono-list] Dispose

[Mono-list] Problme with UDP sockets

2003-07-06 Thread Giuseppe Greco
on the same machine. Could that be a problem? Gius_. -- Giuseppe Greco ::agamura:: phone: +41 (0)91 604 67 65 mobile: +41 (0)76 390 60 32 email: [EMAIL PROTECTED] web:www.agamura.com

Re: [Mono-list] Problme with UDP sockets

2003-07-06 Thread Giuseppe Greco
On Sun, 2003-07-06 at 15:49, Enver ALTIN wrote: On Sun, 2003-07-06 at 16:31, Giuseppe Greco wrote: Well, I'm not able to receive either broadcast or multicast datagrams. I've tested the same program with .NET on Windows, and it works fine. You'll need root privileges for that, AFAIK

Re: [Mono-list] Dispose method is never called

2003-07-06 Thread Giuseppe Greco
was just brutally interrupted. My thread method has to exit gracefully, and that's why I call the Thread.Join() method in Dispose()... I've tried the same code with .NET on Windows, and all works fine .. I don't know it that helps. Gius_. - Original Message - From: Giuseppe Greco

[Mono-list] Problem with NUnit

2003-07-06 Thread Giuseppe Greco
... but my dll does contain TestFixtures. Any idea? Is there a work around? I'm using the very last version of mono/mcs from CVS. Thanks, Gius_. -- Giuseppe Greco ::agamura:: Phone: +41 91 604 67 65 Email: [EMAIL PROTECTED] Web: www.agamura.com

[Mono-list] Why doesn't the Mono distribution contain al.exe?

2003-07-05 Thread Giuseppe Greco
. -- Giuseppe Greco ::agamura:: phone: +41 (0)91 604 67 65 mobile: +41 (0)76 390 60 32 email: [EMAIL PROTECTED] web:www.agamura.com ___ Mono-list maillist - [EMAIL PROTECTED] http

Re: [Mono-list] Why doesn't the Mono distribution contain al.exe?

2003-07-05 Thread Giuseppe Greco
On Sat, 2003-07-05 at 18:13, Maurizio Colucci wrote: Giuseppe Greco wrote: Hi all, I've checked out and compiled mono/mcs from CVS and everything works fine... I've just a question: where can I find the al.exe program? Actually it is not included neither in mono nor in mcs. I

Re: [Mono-list] Problem with monoresgen

2003-07-04 Thread Giuseppe Greco
On Fri, 2003-07-04 at 21:22, Gonzalo Paniagua Javier wrote: El s?, 28-06-2003 a las 16:52, Giuseppe Greco escribi: Hi all, try to compile the attached XML resource file with monoresgen and you'll see the following error message: Error: Exception has been thrown by the target

Re: [Mono-list] Problem with monoresgen

2003-07-04 Thread Giuseppe Greco
On Sat, 2003-07-05 at 05:05, Gonzalo Paniagua Javier wrote: El vie, 04-07-2003 a las 23:55, Giuseppe Greco escribi: yes, but I'm not so far... I'm not able to compile mcs at all. The compilation task stops after awhile and never returns. Miguel commited a fix a few hours ago. Anonymous

[Mono-list] Problem with monoresgen

2003-06-28 Thread Giuseppe Greco
resource assemblies with .NET on Windows... Gius_. -- Giuseppe Greco ::agamura:: phone: +41 (0)91 604 67 65 mobile: +41 (0)76 390 60 32 email: [EMAIL PROTECTED] web:www.agamura.com ?xml version=1.0 encoding

Re: [Mono-list] CVS timeout

2003-06-27 Thread Giuseppe Greco
://lists.ximian.com/mailman/listinfo/mono-list -- Giuseppe Greco ::agamura:: phone: +41 (0)91 604 67 65 mobile: +41 (0)76 390 60 32 email: [EMAIL PROTECTED] web:www.agamura.com

Re: [Mono-list] Re: There are still problems with the XMLDocumentclass...

2003-06-21 Thread Giuseppe Greco
. Gius_. Atsushi Eno ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list -- Giuseppe Greco ::agamura:: phone: +41 (0)91 604 67 65 mobile: +41 (0)76 390 60 32

[Mono-list] There are still problems with the XMLDocument class...

2003-06-20 Thread Giuseppe Greco
minutes ago, and the problem with the XMLDocument class is still there. Gius_. -- Giuseppe Greco ::agamura:: phone: +41 (0)91 604 67 65 mobile: +41 (0)76 390 60 32 email: [EMAIL PROTECTED] web:www.agamura.com

Re: [Mono-list] Problems with the latest version of Mono...

2003-06-08 Thread Giuseppe Greco
On Sat, 2003-06-07 at 20:05, Giuseppe Greco wrote: Hi all, I've just checked out the very last version of Mono from CVS and compiled successfully... but as I run any Mono app (e.g. mono myApp.exe) nothing happens, or more precisely, the application does nothing and never returns. Also mcs

[Mono-list] Problems with the latest version of Mono...

2003-06-07 Thread Giuseppe Greco
weeks old and worked fine. Any idea? Gius_. Giuseppe Greco ::agamura:: phone: +41 (0)91 604 67 65 mobile: +41 (0)76 390 60 32 email: [EMAIL PROTECTED] web:www.agamura.com

<    1   2