Re: [Pharo-users] Loading TelePharo on Pharo 7

2019-02-12 Thread sergio ruiz
Yes! correct.. i just built a new work image from scratch, and it works fine. Connecting to my remote now.. Thanks! On February 12, 2019 at 12:20:50 PM, Denis Kudriashov (dionisi...@gmail.com) wrote: Try it with closed browsers because it loads different version and it will break live instance

Re: [Pharo-users] Loading TelePharo on Pharo 7

2019-02-12 Thread sergio ruiz
Thanks, Denis.. Will try this in a minute.. On February 12, 2019 at 3:42:06 AM, Denis Kudriashov (dionisi...@gmail.com) wrote: Following script will load TelePharo without error: Metacello new baseline: 'TelePharo'; repository: 'github://pharo-ide/TelePharo'; onUpgrade: [:ex | ex useIncom

Re: [Pharo-users] Loading TelePharo on Pharo 7

2019-02-12 Thread Denis Kudriashov
Following script will load TelePharo without error: Metacello new baseline: 'TelePharo'; repository: 'github://pharo-ide/TelePharo'; onUpgrade: [:ex | ex useIncoming]; onConflictUseIncoming; load. пн, 11 февр. 2019 г. в 09:11, Denis Kudriashov : > Hi Serge. > > You need to add option

Re: [Pharo-users] Loading TelePharo on Pharo 7

2019-02-11 Thread Denis Kudriashov
Hi Serge. You need to add option to metacello script onConflict: or onUpgrade: with block [:warn | warn useIncoming]. I do not have computer now to give you exact code. Problem that telepharo depends on old version of Calypso but image includes the latest one. It needs to be fixed. I will look at

[Pharo-users] Loading TelePharo on Pharo 7

2019-02-09 Thread sergio ruiz
Hi, all.. I am looking to install TelePharo on my 7.01 image using the setup found at : https://github.com/pharo-ide/TelePharo like Metacello new baseline: 'TelePharo'; repository: 'github://dionisiydk/TelePharo'; load: 'Server’. and running into the following error. Any ideas? Thanks!