On 2012-09-25, at 01:11, Dale Henrichs <dhenrich@vmware.com> wrote:
As I take yet another stab at getting the Metacello Preview running on Pharo2.0, I find that OSProcess is sprinkled with references to FileDirectory ... at least in the packages referenced by the configuration, so I'm wondering if a port exists for Phar0-2.0 ... At the moment OSProcess is a prerequisite ....
use my compatibility layer for FileDirectory, which wraps around FileReference: http://smalltalkhub.com/mc/dh83/fisleg/main With that it should be possible to load most old code in 2.0. There are a 4 methods or so I haven't ported yet and I should properly isolate the package...
If there is an alternate mechanism for running shell commands from Pharo2.0, then I assume that I'll be able to use that instead ...
currently there isn't any other option :/