Re: [Pharo-users] About Seaside3.2

2016-10-03 Thread Stephan Eggermont
On 01/10/16 07:45, stepharo wrote: And it is proposing the correct menu? And how do I know that this 3.2.0? We have a comprehensive site: https://github.com/SeasideSt/Seaside/wiki/Seaside320Changelog Or you don't and then you take a look at the symbolic versions and select one of those, eithe

Re: [Pharo-users] About Seaside3.2

2016-10-02 Thread stepharo
Hi denis I took again the latest 50 seaside32 and there is ZnZincServerAdaptor loaded. server := ZnZincServerAdaptor startOn: 8080 server := ZnZincServerAdaptor startOn: 8080

Re: [Pharo-users] About Seaside3.2

2016-09-30 Thread stepharo
Stef, Am 30.09.2016 um 08:47 schrieb stepharo : Hi guys I wanted to show latest version of Seaside and I took Seaside on CI and I do not get ZincAdaptor. Seaside looks dying to me sadly. What should I do ? seaside is not (!!) dying. If you do Metacello new configuration: 'Sea

Re: [Pharo-users] About Seaside3.2

2016-09-30 Thread stepharo
Hi. I use this script to install and start server: Metacello new configuration: 'Seaside3'; repository: 'http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main'; version: '3.2.0'; load. server := ZnZincServerAdaptor startOn: 8080 You probably want to refer to #'r

Re: [Pharo-users] About Seaside3.2

2016-09-30 Thread stepharo
Ok this is good to know But it does not show up in the tool. I cannot remember all the possible adaptors. Stef Le 30/9/16 à 10:57, Denis Kudriashov a écrit : Hi. I use this script to install and start server: Metacello new configuration: 'Seaside3'; repository: 'http://www.smallta

Re: [Pharo-users] About Seaside3.2

2016-09-30 Thread Denis Kudriashov
2016-09-30 10:36 GMT+02:00 Stephan Eggermont : > Hi. >> >> I use this script to install and start server: >> >> Metacello new >> configuration: 'Seaside3'; >> repository: >> 'http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main'; >> version: '3.2.0'; >> load. >> >> s

Re: [Pharo-users] About Seaside3.2

2016-09-30 Thread Norbert Hartl
Stef, > Am 30.09.2016 um 08:47 schrieb stepharo : > > Hi guys > > I wanted to show latest version of Seaside and I took Seaside on CI > > and I do not get ZincAdaptor. Seaside looks dying to me sadly. > > What should I do ? > seaside is not (!!) dying. If you do Metacello new configur

Re: [Pharo-users] About Seaside3.2

2016-09-30 Thread Stephan Eggermont
On 30-09-16 09:57, Denis Kudriashov wrote: Hi. I use this script to install and start server: Metacello new configuration: 'Seaside3'; repository: 'http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main'; version: '3.2.0'; load. server := ZnZincServerAdaptor startO

Re: [Pharo-users] About Seaside3.2

2016-09-30 Thread Denis Kudriashov
Hi. I use this script to install and start server: Metacello new configuration: 'Seaside3'; repository: 'http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main'; version: '3.2.0'; load. server := ZnZincServerAdaptor startOn: 8080 2016-09-30 8:47 GMT+02:00 stepharo :

Re: [Pharo-users] About Seaside3.2

2016-09-30 Thread Denis Kudriashov
2016-09-30 9:57 GMT+02:00 Denis Kudriashov : > Hi. > > I use this script to install and start server: > > Metacello new > configuration: 'Seaside3'; > repository: > 'http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main'; > version: '3.2.0'; > load. > > server := ZnZi

[Pharo-users] About Seaside3.2

2016-09-29 Thread stepharo
Hi guys I wanted to show latest version of Seaside and I took Seaside on CI and I do not get ZincAdaptor. Seaside looks dying to me sadly. What should I do ? Stef