Re: Problem with the dotnet client-010

2009-12-02 Thread Aidan Skinner
On Sun, Nov 29, 2009 at 7:47 PM, John Obaterspok wrote: > Unfortunatly not, I gave up since I never got the dotnet client-010 to > work. Nor could I compile the stuff on Linux since I got some jython > error so there was no way for me to debug it :( Julien provided a patch for that which has bee

Re: Problem with the dotnet client-010

2009-11-29 Thread John Obaterspok
eption: >> org.python.util.jython not found in >> gnu.gcj.runtime.SystemClassLoader{urls=[file:./], >> parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}} >> >> >> Any hints on what going on? >> >> ---------------------

Re: Problem with the dotnet client-010

2009-11-27 Thread Virgoss
http://qpid.apache.org > Use/Interact: mailto:users-subscr...@qpid.apache.org > > > -- View this message in context: http://n2.nabble.com/Problem-with-the-dotnet-client-010-tp3492488p4074837.html Sent from the Apache Qpid users mailing list archive at Nabble.com. --

RE: Problem with the dotnet client-010

2009-08-25 Thread Julien Lavigne du Cadet
09 19:32 À : users@qpid.apache.org Objet : Re: Problem with the dotnet client-010 Okay, that get me further, but cname function only have two parameters and on line 137 a call with 3 is made: [java] File "/home/john/svn/qpid/qpid/dotnet/client-010/gentool/dotnetgenutil.py", line

Re: Problem with the dotnet client-010

2009-08-24 Thread John Obaterspok
rspok [mailto:john.obaters...@gmail.com] > Envoyé : vendredi 21 août 2009 22:41 > À : users > Objet : Problem with the dotnet client-010 > > Hello, > > When I run the example programs for the donet client-0.10 they hang > when connection.close() is called. I've tried thi

RE: Problem with the dotnet client-010

2009-08-23 Thread Julien Lavigne du Cadet
In client-010/gentool/build.xml, replace : With That should do the trick. Julien -Message d'origine- De : John Obaterspok [mailto:john.obaters...@gmail.com] Envoyé : vendredi 21 août 2009 22:41 À : users Objet : Problem with the dotnet client-010 Hello, When I ru

Problem with the dotnet client-010

2009-08-21 Thread John Obaterspok
Hello, When I run the example programs for the donet client-0.10 they hang when connection.close() is called. I've tried this on two different machines. I tried to recompile from latest svn but I get lots of problems: - Why do I need to install python, ant, nant just in order to create the stuff