Forgot the question, I found a mail from David (subject: OSProcess question) explaining about the broken Morphic interface.
Thanks. 2010/4/24 Germán Arduino <[email protected]>: > I find today this mail, because I needed today OSProcess. > > I need to execute a Unix command and parse the results, then I think I > need CommandShell, but when try to install it > from Squeaksource it requires PluggableTextController & PluggableTextView. > > In what package they are? (I'm using Pharo 1.0 to this development). > > Thanks > Germán. > > > El día 13 de enero de 2010 18:52, Miguel Enrique Cobá Martinez > <[email protected]> escribió: >> Hi all, >> >> I have published the ConfigurationOfOSProcess in the MetacelloRepository >> of squeaksource. >> With this you can load OSProcess and its tests in PharoCore. >> >> Just evaluate in a workspace: >> >> Gofer it >> squeaksource: 'MetacelloRepository'; >> package: 'ConfigurationOfOSProcess'; >> load. >> >> Then evaluate >> >> ((Smalltalk at: #ConfigurationOfOSProcess) project version: '4.3.11') >> load. >> >> to load just the OSProcess, or: >> >> ((Smalltalk at: #ConfigurationOfOSProcess) project version: '4.3.11') >> load: 'Tests'. >> >> to load OSProcess and their tests. >> >> Tested in PharoCore 10506 >> >> Enjoy! >> -- >> Miguel Cobá >> http://miguel.leugim.com.mx >> >> >> _______________________________________________ >> Pharo-project mailing list >> [email protected] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
