Re: [Mono-dev] Mono 1.2 release and the SVN tree.

2006-10-29 Thread Martin Möllenbeck

Hi,

hope the bug will be fixed in the release:

I have a ipy script that works fine on win32 with ms.net but doesn't  
work with mono on win32 and macosx.



ciao
martin



log.out
Description: Binary data
__doc__ = '''

gdatareader.py - A quick and dirty GDATA reader

Version created for tutorial:

 http://hex-dump.blogspot.com/2006/08/agile-investigation-of-gdata-client.html

(C) 2006 Mark Rees http://hex-dump.blogspot.com

License: MIT

'''
import sys
import clr
import System
import System.Net
clr.AddReference(gdata.dll)
import Google.GData.Client as GDClient

def parse(uri, nc=None):
# Create a query and service object
query = GDClient.FeedQuery()
service = GDClient.Service(cl,hexdump-gdatareader-0.1)
service.Credentials = nc
query.Uri = System.Uri(uri)
return service.Query(query)

if __name__ == __main__:
url = http://www.google.com/calendar/feeds/...;

if len(sys.argv) == 2:
print sys.argv
url = sys.argv[1]

nc = System.Net.NetworkCredential(accoount-here, password-here)

feed = parse(url, nc)
for entry in feed.Entries:
print entry.Title.Text,:,entry.Summary.Text



Am 27.10.2006 um 22:36 schrieb Miguel de Icaza:


Hello,

The tree will be tagged on Tuesday October 31st, as usual, we will
continue bug fixing in the trunk release, and we will issue the 1.2.1
and 1.2.2 releases from it as well (due roughly every month or so).

Around release 1.2.2, we will actually do the branch, as that  
is the

branch that we will have to maintain for SUSE internally.

We will continue to keep the trunk stable, so new development  
will

continue to be developed in a way that does not destabilize the tree,
and when the various components are ready (like gmcs on its day, or  
the

currently linear-ir branch) the code will land on the trunk.

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




PGP.sig
Description: Signierter Teil der Nachricht
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] Mono 1.2 release and the SVN tree.

2006-10-29 Thread Miguel de Icaza
Hello,

 I have a ipy script that works fine on win32 with ms.net but doesn't  
 work with mono on win32 and macosx.

Please provide a complete self-contained test case that we can use to
reproduce this;  I can not go hunting down all the dependencies of the
email that you sent.

Post it to www.mono-project.com/Bugs

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


[Mono-dev] Mono 1.2 release and the SVN tree.

2006-10-27 Thread Miguel de Icaza
Hello,

The tree will be tagged on Tuesday October 31st, as usual, we will
continue bug fixing in the trunk release, and we will issue the 1.2.1
and 1.2.2 releases from it as well (due roughly every month or so).

Around release 1.2.2, we will actually do the branch, as that is the
branch that we will have to maintain for SUSE internally.

We will continue to keep the trunk stable, so new development will
continue to be developed in a way that does not destabilize the tree,
and when the various components are ready (like gmcs on its day, or the
currently linear-ir branch) the code will land on the trunk.

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