[Seaside] Re: Warning on installing Seaside(3.1) on Pharo4.0 (build 40366)

Paul DeBruicker pdebruic at gmail.com
Thu Nov 13 15:23:50 UTC 2014


You don't want Kom or Swazoo.  You want to use Zinc.  Its the only supported
webserver with Pharo 3 & 4.  


Load the ConfigurationOfSeaside3 from this metacello repo:


MCHttpRepository
        location:
'http://smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main'
        user: ''
        password: ''



Then in a workspace run

(ConfigurationOfSeaside 3 project version:'3.2.0') load: 'Tests'.


Hope this helps get you sorted

Paul






Sanjay-M wrote
> Thanks Philippe
> 
> can you pls help me on how to loade seaside 3.2
> 
> In Monticello I added a repository
> type HTTP - with the following info
>        "MCHttpRepository
> 	location: 'http://smalltalkhub.com/mc/Seaside/Seaside32/main'
> 	user: ''
> 	password: ''
>        "
> 
> next popup is as folows - pls advice what is to be done
<http://forum.world.st/file/n4789956/Pharo4Seaside32.jpg> 
> 
> and incidentally how to get Kom / Swazoo
> 
> thanks
> Sanjay
> Philippe Marschall wrote
>> On Thu, Nov 13, 2014 at 6:45 AM, Sanjay-M &lt;

>> sm@

>> &gt; wrote:
>>> Hi
>>>
>>> on trying to install Seaside on Pharo4 I get the following warning popup
>>> ===
>>> This package depends on the following classes:
>>>   ContextPart
>>> You must resolve these dependencies before you will be able to load
>>> these
>>> definitions:
>>>   localAt:
>>>   localAt:put:
>>>   localSize
>>>   serialiseOn:
>>> Select Proceed to continue, or close this window to cancel the
>>> operation.
>>> ===
>>> I selected [proceed] and the option Tools->seaside control panel did
>>> come
>>> and could start Zn server ...
>>>
>>> but what is the warning and how to resolve it ?
>> 
>> Switch to Seaside 3.2 ;-)
>> 
>>> and
>>> just as a point of interest
>>> how to get the Kom and Swazoo web servers as they are not appearing in
>>> the
>>> option "Add adaptor ..."
>> 
>> If you're using Metacello by loading the groups 'Kom' or 'Swazoo'.
>> They may or may not work in Pharo 4.
>> 
>> Cheers
>> Philippe
>> _______________________________________________
>> seaside mailing list

>> seaside at .squeakfoundation

>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside





--
View this message in context: http://forum.world.st/Warning-on-installing-Seaside-3-1-on-Pharo4-0-build-40366-tp4789949p4790012.html
Sent from the Seaside General mailing list archive at Nabble.com.


More information about the seaside mailing list