Feb. 4, 2015
2:45 p.m.
Dave, Esteban, thanks for the update. I'll downgrade GitFileTree on the previous version of OSProcess/CommandShell until the Aio plugin is available on the stable download of the Pharo vm. Thierry 2015-02-04 13:44 GMT+01:00 David T. Lewis <lewis@mail.msen.com>:
On Wed, Feb 04, 2015 at 07:18:03AM +0100, Thierry Goubier wrote:
Hi all,
anybody knows how to check if the AioPlugin is included in the current stable Pharo vm(*)? OSProcess is complaining of a missing AioPlugin, and I remember a thread where this was solved by integrating it in the vm build.
Hi Thierry,
Evaluate "AioEventHandler aioPluginPresent" to check if the plugin is present.
Dave