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. Thanks, Thierry * : The vm one get when doing wget -O- get.pharo.org/30+vm | bash
in linux, is in the latest, not the stable (you can take the latest without problem, btw⦠is a lateral problem who is preventing me to me latest to stable) in mac is since ever in windows is not necessary Esteban
On 04 Feb 2015, at 07:18, Thierry Goubier <thierry.goubier@gmail.com> 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.
Thanks,
Thierry
* : The vm one get when doing wget -O- get.pharo.org/30+vm <http://get.pharo.org/30+vm> | bash
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
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
participants (3)
-
David T. Lewis -
Esteban Lorenzano -
Thierry Goubier