Hi Germán, Thanks for your answer. Indeed, I tried with Pharo 1.4. And had the same issues. My plan is to port XML RPC to Pharo 2. I'm interested on your work with Zinc. Where is it available ?
Can I get write access grant to the repo, so I can upload any improvement I do ? What I wanted to do is to cut off everything not XML RPC and complete based on sUnit tests. BTW, any simple way to load all SUnit tests for all packages ? I started analyzing the ConfigurationOfxxx classes. ConfigurationOfXMLSupport includes some references that I would like to have some hints on them (where they are used): - Grease - Opax - Pastell - SiXX - XML-Observable Thanx, Noury On 3 juin 2012, at 17:26, garduino wrote: > Hi: > > Sorry the late answer.... > > If you take an 1.4 stock image, and evaluates (as is commented on > http://code.google.com/p/pharo-xmlrpc/): > > Gofer it > url: 'http://ss3.gemstone.com/ss/XMLRPC'; > package: 'ConfigurationOfXMLRPC'; > load. > > and then: > > > (ConfigurationOfXMLRPC project version: '1.0-Beta4') load: 'All'. > > the whole stuff should load. > > I noticed an error: > > This package depends on the following classes: > TranscriptStream > You must resolve these dependencies before you will be able to load these > definitions: > isTranscriptStream > > (May be another thing changed in Pharo that I need to know and fix, press > proceed to load anyway). > > But the bad new is that in 1.4 I've some errors on tests, mainly a serious > one in server that freeze the image, caution. However, the XMLRPC Client > seems to work. > > XMLRPC is always in my to-do list but a project in what I can invest only a > portion of my limited free time. > > The latest new was that I adapted the Client to use with Zinc, but need > still to make the same thing with the server, then all xmlrpc should install > and run in a stock image, without need Komanche for example. > > With respect to Pharo 2.0 I can't help, not tried yet. > > HTH. > Germán. > > > > > > -- > View this message in context: > http://forum.world.st/Trouble-loading-XML-RPC-tp4632653p4633037.html > Sent from the Pharo Smalltalk mailing list archive at Nabble.com. > Noury -- http://twitter.com/#!/NouryBouraqadi http://www.kroobe.com/profile/noury Afin de contribuer au respect de l'environnement, merci de n'imprimer ce courriel qu'en cas de necessite Please consider the environment before you print
