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
<miguel.c...@gmail.com> 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
> Pharo-project@lists.gforge.inria.fr
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

_______________________________________________
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to