Re: [Mono-dev] [mono-packagers] Mono 2.4 Preview Packages for Debian/Unstable

2009-06-04 Thread Ray Wang
 On 5/22/2009 at  9:47 AM, in message
20090522034706.6cc66...@redbull, Mirco
Bauer mee...@debian.org wrote: 
 Here the APT repository (x86 only) for the packages:
 deb http://debian.meebey.net/pkg-mono/mono /
 
 The release schedule goes like this: 
 
 - upload to debian.meebesy.net (completed)
 
 - once I received some positive feedback I will push the packages as
-1
 to Debian/Experimental.
 
 - once the packages passed the NEW queue I will upload them to
   Debian/Unstable.
 
 - sync with Ubuntu/Karmic

By the way, Where could I get the mono_2.4 source package?
There is not a mono_2.4 source files in your repository. :)


 




---
Ray Wang (王磊)
Software Engineer
raw...@novell.com
+86 10 6533 9220

Novell Software (Beijing) Ltd
Making IT Work As One
www.novell.com





___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] [mono-packagers] Mono 2.4 Preview Packages for Debian/Unstable(now also for AMD64)

2009-06-03 Thread Ray Wang
 On 5/23/2009 at  3:36 AM, in message 20090522213628.76dee...@redbull, 
 Mirco
Bauer mee...@debian.org wrote: 
 On Fri, 22 May 2009 03:47:06 +0200
 Mirco Bauer mee...@debian.org wrote:
  Here the APT repository (x86 only) for the packages:
  deb http://debian.meebey.net/pkg-mono/mono /
  
  The release schedule goes like this: 
  
  - upload to debian.meebesy.net (completed)
  
  - once I received some positive feedback I will push the packages as
  -1 to Debian/Experimental.
 
 I still lack positive feedback btw!

Hey meebey, I have installed your packages for testing, and when I added your 
repository, update and go with sudo apt-get install mono-runtime, it failed 
at:


Get:6 http://debian.meebey.net  libmono-data-tds2.0-cil 2.4+dfsg-2~pre1 [54.0kB]
Fetched 3310kB in 2min 4s (26.6kB/s)
Failed to fetch 
http://debian.meebey.net/pkg-mono/mono/./libmono-corlib2.0-cil_2.4+dfsg-2~pre1_all.deb
  Hash Sum mismatch 
Failed to fetch 
http://debian.meebey.net/pkg-mono/mono/./mono-runtime-dbg_2.4+dfsg-2~pre1_i386.deb
  Hash Sum mismatch
Failed to fetch 
http://debian.meebey.net/pkg-mono/mono/./mono-runtime_2.4+dfsg-2~pre1_i386.deb  
Hash Sum mismatch
Failed to fetch 
http://debian.meebey.net/pkg-mono/mono/./libmono-security2.0-cil_2.4+dfsg-2~pre1_all.deb
  Hash Sum mismatch
Failed to fetch 
http://debian.meebey.net/pkg-mono/mono/./libmono-data-tds2.0-cil_2.4+dfsg-2~pre1_all.deb
  Hash Sum mismatch 
E: Unable to fetch some archives, maybe run apt-get update or try with 
--fix-missing?


I have found there are  

mono-runtime_2.4+dfsg-1~pre2_i386.deb
mono-runtime_2.4+dfsg-2~pre1_i386.deb

in your repo, and I assume the pre2 would be newer, so i decided to install 
pre2 with 

sudo apt-get -f install mono-runtime=2.4+dfsg-1~pre2

but failed again at the error above. so i determined to give a last try with
 
sudo apt-get -f install mono-runtime=2.4+dfsg-2~pre1

finally, they are installed on my system. So dfsg-1~pre2 and dfsg-2~pre1, 
which one is newer? 
and why some packages failed at Hash Sum mismatch?

Thanks
Ray


___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


[Mono-dev] some issues need to be clarified

2008-11-24 Thread Ray Wang
Hello folks, 

I have a customer who want to migrate from MS Windows to Linux, but some of 
their critical products are based on .net,
and there are some problems they are concerned:

1) Does Garbage Collection in Mono conform to that in .NET CLR? How to 
monitor Garbage Collection on SUSE Linux?
2) Are there corresponding libraries and resources with MS? If not,  how to 
handle that?
a) MS Message Queue
b) MS Distributed Transaction Coordinator
3) Does Mono support Remoting?
4) About xsp:
a) Does it support JIT?
b) Does it support custom HttpHandler and HttpModule?
c) Does it support all server controls?
5)   Are they in mono well supported?
a)   Generic Type (including the inheritance from generic base class)
b)   anonymous delegate
6)   Is there a well documented material abouts mono optimization,  e.g. every 
parameter's explanation; which parameters should be changed when tons of data 
come in
7)   Does Mono support ISAPI?
8)   How Mono support large scale centralize deployment. (Microsoft provides 
wmi and adsi)
9)   on the same hardware platform and same functionality, what about the 
comparison on concurrency and stress between mono application server and MS 
server?

Ray

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] mono-curses = Can I join the project? Libraryneeds some work!

2008-08-20 Thread Ray Wang
if you are interested in UIA (UI Automation) on Accessibility 
there are some links:
http://www.mono-project.com/Accessibility

if you are willing to help test:
http://www.mono-project.com/Accessibility:_Testing_Howto
http://www.mono-project.com/Accessibility:_Strongwind_Basics

if you want to start to develop:
http://www.mono-project.com/Accessibility:_Getting_Started_With_Development
http://www.mono-project.com/Winforms_Samples

finally,  this is a mailing list list:
http://www.mono-project.com/Mailing_Lists

Ray

 
 Massimiliano Mantione [EMAIL PROTECTED] 08/20/08 10:14 PM  
On Thu, 2008-08-14 at 16:55 -0700, philly_muscle wrote:
 [...]
 Is there a Monodeveloper For Dummies guide for new developers who want to
 join a project and how to get on a particular project such as mono-curses?

This seems a good start:
http://www.mono-project.com/Contributing

Ciao,
  Massi


___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


[Mono-dev] does mono runtime fully implemented?

2008-08-19 Thread Ray Wang
hello folks

i have a very simple script to test WebBrowser control in System.Windows.Forms
but when i instancelize a class to an object. it dumps errors. 

does mono runtime fully implemented? or there is a bug?
the attachments are a error message and a sample

Ray



error.err
Description: Binary data


webbrowser.py
Description: Binary data
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] does mono runtime fully implemented?

2008-08-19 Thread Ray Wang
Hello Jonathan,

thank you very much for reply, should i fire a bug for it? 
Or i should wait for the WebBrowser control issue to be fixed until 2.0 is 
released?


Ray


 Jonathan Pobst [EMAIL PROTECTED] 08/19/08 10:07 PM  
Hey

The WebBrowser control is implemented.  There are a few bugs that cause 
native crashes that we plan to have fixed in time for 2.0.

Jonathan

Ray Wang wrote:
 hello folks
 
 i have a very simple script to test WebBrowser control in System.Windows.Forms
 but when i instancelize a class to an object. it dumps errors. 
 
 does mono runtime fully implemented? or there is a bug?
 the attachments are a error message and a sample
 
 Ray
 
 
 
 
 
 ___
 Mono-devel-list mailing list
 Mono-devel-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-devel-list



___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list