Re: [Pharo-users] deployment of pharo applications

2017-11-12 Thread Stephane Ducasse
Yes On Sun, Nov 12, 2017 at 4:39 PM, Sean P. DeNigris wrote: > Stephane Ducasse-3 wrote >>> Another stumbling block is application deployment. I've heard about some >>> "Launcher" but ... what is it? what it does? where to get it? >> the launcher is an application to manage your images and develo

Re: [Pharo-users] deployment of pharo applications

2017-11-12 Thread Sean P. DeNigris
Stephane Ducasse-3 wrote >> Another stumbling block is application deployment. I've heard about some >> "Launcher" but ... what is it? what it does? where to get it? > the launcher is an application to manage your images and development. It may have been clear, but Laucher is to manage multiple de

Re: [Pharo-users] deployment of pharo applications

2017-11-12 Thread Stephane Ducasse
On Sat, Nov 11, 2017 at 6:58 PM, Викентий Потапов wrote: > Well, i've got very extensive feedback for i18n of applications, there are > few solutions i can use, despite there is no united way embedded into pharo > view on application design. That's ok, i can do something for my one taste (i > p

Re: [Pharo-users] deployment of pharo applications

2017-11-11 Thread Sean P. DeNigris
Pavel Krivanek-3 wrote > The recent step was an insclusion of tests that will > reject any pull request that makes new package dependencies between system > layers. Thanks for this :) - Cheers, Sean -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] deployment of pharo applications

2017-11-11 Thread Pavel Krivanek
2017-11-11 21:42 GMT+01:00 Hilaire : > Le 11/11/2017 à 18:58, Викентий Потапов a écrit : > >> Well, i've got very extensive feedback for i18n of applications, there >> are few >> > You should use the gettext package from PharoExtra, this is the one > Seaside developers maintain. I don't understand

Re: [Pharo-users] deployment of pharo applications

2017-11-11 Thread Hilaire
Le 11/11/2017 à 18:58, Викентий Потапов a écrit : Well, i've got very extensive feedback for i18n of applications, there are few You should use the gettext package from PharoExtra, this is the one Seaside developers maintain. I don't understand why there are alternative repo for it... [..]

Re: [Pharo-users] deployment of pharo applications

2017-11-11 Thread stephan
On 11-11-17 18:58, Викентий Потапов wrote: Another stumbling block is application deployment. You want to start from a minimal image and load everything you need with a Metacello baseline/configuration. And you want to change some settings to run without sources. You will run into parts that

[Pharo-users] deployment of pharo applications

2017-11-11 Thread Викентий Потапов
Well, i've got very extensive feedback for i18n of applications, there are few solutions i can use, despite there is no united way embedded into pharo view on application design. That's ok, i can do something for my one taste (i prefer it to be a part of SPEC framework or something like this).