Seaside 64-bit

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Seaside 64-bit

Chris Cunnington-4
This is a script to load Seaside2.8 into 64-bit Squeak (and will work on 32-bit as I just did on the 4.6 All-In-One). The Projects page has a Seaside3 Metacello script which I find incomplete as it includes no server, no subclass of the Seaside adaptor class and does not present the server control panel on the World or in the menu.

Chris


[1]


        Installer ss
        project: 'KomHttpServer';
        install: 'KomServices-lr.21';
        install: 'DynamicBindings-lr.1';
        install: 'KomHttpServer-DwightManhertz.67'.
       
(Installer ss3)
        project: 'SeasideLemon';
        install: 'Seaside2'.
       
               
        WAKom start: 9666





Reply | Threaded
Open this post in threaded view
|

Re: Seaside 64-bit

fniephaus
Hi Chris,

Thank you for your note.
I have updated the quick install script on the Projects page accordingly:

Best regards,
Fabio

--

On Thu, Aug 6, 2015 at 1:06 AM Chris Cunnington <[hidden email]> wrote:
This is a script to load Seaside2.8 into 64-bit Squeak (and will work on 32-bit as I just did on the 4.6 All-In-One). The Projects page has a Seaside3 Metacello script which I find incomplete as it includes no server, no subclass of the Seaside adaptor class and does not present the server control panel on the World or in the menu.

Chris


[1]


        Installer ss
        project: 'KomHttpServer';
        install: 'KomServices-lr.21';
        install: 'DynamicBindings-lr.1';
        install: 'KomHttpServer-DwightManhertz.67'.

(Installer ss3)
        project: 'SeasideLemon';
        install: 'Seaside2'.


        WAKom start: 9666







Reply | Threaded
Open this post in threaded view
|

Re: Seaside 64-bit

Paul DeBruicker
Seconding Chris, you should undo that change.   Seaside 2.8 was released in 2007.  It is unsupported.





Fabio Niephaus-3 wrote
Hi Chris,

Thank you for your note.
I have updated the quick install script on the Projects page accordingly:
http://squeak.org/projects/#seaside

Best regards,
Fabio

--

On Thu, Aug 6, 2015 at 1:06 AM Chris Cunnington <[hidden email]> wrote:

> This is a script to load Seaside2.8 into 64-bit Squeak (and will work on
> 32-bit as I just did on the 4.6 All-In-One). The Projects page has a
> Seaside3 Metacello script which I find incomplete as it includes no server,
> no subclass of the Seaside adaptor class and does not present the server
> control panel on the World or in the menu.
>
> Chris
>
>
> [1]
>
>
>         Installer ss
>         project: 'KomHttpServer';
>         install: 'KomServices-lr.21';
>         install: 'DynamicBindings-lr.1';
>         install: 'KomHttpServer-DwightManhertz.67'.
>
> (Installer ss3)
>         project: 'SeasideLemon';
>         install: 'Seaside2'.
>
>
>         WAKom start: 9666
>
>
>
>
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Seaside 64-bit

fniephaus
Hi guys,

Sorry about that. I seem to have acted a little prematurely here.
I've just reverted the changes.

Best,
Fabio

--

On Fri, Aug 7, 2015 at 7:09 AM Paul DeBruicker <[hidden email]> wrote:
Seconding Chris, you should undo that change.   Seaside 2.8 was released in
2007.  It is unsupported.






Fabio Niephaus-3 wrote
> Hi Chris,
>
> Thank you for your note.
> I have updated the quick install script on the Projects page accordingly:
> http://squeak.org/projects/#seaside
>
> Best regards,
> Fabio
>
> --
>
> On Thu, Aug 6, 2015 at 1:06 AM Chris Cunnington &lt;

> brasspen@

> &gt; wrote:
>
>> This is a script to load Seaside2.8 into 64-bit Squeak (and will work on
>> 32-bit as I just did on the 4.6 All-In-One). The Projects page has a
>> Seaside3 Metacello script which I find incomplete as it includes no
>> server,
>> no subclass of the Seaside adaptor class and does not present the server
>> control panel on the World or in the menu.
>>
>> Chris
>>
>>
>> [1]
>>
>>
>>         Installer ss
>>         project: 'KomHttpServer';
>>         install: 'KomServices-lr.21';
>>         install: 'DynamicBindings-lr.1';
>>         install: 'KomHttpServer-DwightManhertz.67'.
>>
>> (Installer ss3)
>>         project: 'SeasideLemon';
>>         install: 'Seaside2'.
>>
>>
>>         WAKom start: 9666
>>
>>
>>
>>
>>
>>





--
View this message in context: http://forum.world.st/Seaside-64-bit-tp4841183p4841408.html
Sent from the Squeak - Dev mailing list archive at Nabble.com.