It seems that XMlRPC-Server relies on it. Strage. We need to clean it up. Luc and I started looking at it because we need it for a robotic project.
Noury On 31 mai 2012, at 14:50, Stéphane Ducasse wrote: > why spy is needed? > I thought it was a meta spying tools. > May be this is also time to build a configuration. because > > > Stef > > On May 31, 2012, at 12:34 PM, Noury Bouraqadi wrote: > >> 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 >> >> >> >> > > 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
