On Tue, Feb 12, 2013 at 08:13:39AM -0800, Sean P. DeNigris wrote:
stephane ducasse wrote
I will update their configurations and publish them in the squeaksource repository and the MetaRepoForPharo20.
I fixed the configs to work on Pharo 1.4 and Pharo 2.0 and uploaded to sqs/MetaRepo... and ss3/MetaFor20... There are still some issues (like tests are failing because ReferenceStream doesn't exist, and scattered references to FileDirectory), but the core functionality seems to work.
I thought that I got rid of all the explicit references to FileDirectory and ReferenceStream, so check to make sure you're using the latest version of OSProcess. Maybe I missed a few of the references, there were quite a few. Dave
For example, I was able to do: PipeableOSProcess command: 'open http://www.google.com'. (PipeableOSProcess command: 'ls') output. in both 1.4 and 2.0, which is my standard metric of whether OSP is working :)
-- View this message in context: http://forum.world.st/The-monkey-is-back-in-town-tp4658091p4669468.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.