Hi,

I tried loading XML RPC from SS3 as suggested by evaluating:
Gofer new
    squeaksource3: 'XMLRPC';
    package: 'ConfigurationOfXMLRPC';
    package: 'Spy';
    package: 'XMLRPC-Client-Core';
    package: 'XMLRPC-Client-Tests';
    package: 'XMLRPC-Server';
    package: 'XMLRPC-Server-Core';
    package: 'XMLRPC-Server-Tests';
    load

But I got an  exeception "Unable to resolve Spy-maf.4".
It seem that there is a problem, since the latest Spy is version 7.
I tested on both Pharo 2 and 1.4 and got the same result.

Then I tried to loadConfigurationOfXMLRPC alone
Gofer new
    squeaksource3: 'XMLRPC';
    package: 'ConfigurationOfXMLRPC';
    load
ConfigurationOfXMLRPC load

On Pharo 2, I got notifications (see below) that make me belive that 
DynamicBindgs and KomHttpServer were not ported to Pharo 2.

Noury
--
http://twitter.com/#!/NouryBouraqadi
http://www.kroobe.com/profile/noury


***Dynamic Bindings
This package depends on the following classes:
  BlockContext
You must resolve these dependencies before you will be able to load these 
definitions: 
  forkWithBindings
  forkWithBindings:
  forkWithClampedBindings
  forkWithClampedBindings:
  forkWithIsolatedBindings
  forkWithIsolatedBindings:
  newProcessWithBindings
  newProcessWithBindings:
  newProcessWithClampedBindings
  newProcessWithClampedBindings:
  newProcessWithIsolatedBindings
  newProcessWithIsolatedBindings:
  valueWithBindings:
  valueWithBindingsContext:


***KomHttpServer
This package depends on the following classes:
  TranscriptStream
  BlockContext
You must resolve these dependencies before you will be able to load these 
definitions: 
  doPostProcessingFor:response:
  processHttp
  processHttpRequest:
  processVisitor:
  validateForStack:
  visitWithValuable:
  isTranscriptStream



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




Reply via email to