Re: Pharo 6 and Seaside
"Cyril Ferlicot D." <[email protected]>
| Newsgroups | gmane.comp.lang.smalltalk.squeak.seaside,gmane.comp.lang.smalltalk.pharo.user |
|---|---|
| Message-ID | <[email protected]> |
Le 02/02/2017 à 18:41, olivier auverlot a écrit :
> Hi,
>
> I try to install Seaside on Pharo 6 but the installation procedures fail.
>
> If I use the Catalog Browser and I choose to install the stable version
> of Seaside3, I get a error message but no description of the problem.
> The installation is simply not possible.
>
> If I use the method described on the Seaside website:
>
> Gofer new
>
> url:'http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main';
> package: 'ConfigurationOfSeaside3';
> load.
> ((Smalltalk at: #ConfigurationOfSeaside3) project version: #stable) load.
>
> Seaside seems installed but I can't launch the Seaside Control Panel. I
> get the error message "KeyNotFound: key #NewListModel not found in
> SystemDictionary".
>
> If I try to install all the Seaside packages:
>
> Gofer new
>
> url:'http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main';
> package: 'ConfigurationOfSeaside3';
> load.
> ((Smalltalk at: #ConfigurationOfSeaside3) project version: #stable)
> load: 'CI'.
>
> I get the error message "Could not resolve: Zinc-Seaside".
>
> Someone have a method to install Seaside in Pharo 6 ?
>
> Best regards
> Olivier :)
>
>
Hi Olivier,
I use this script to load Seaside:
Metacello new
smalltalkhubUser: 'Seaside' project: 'MetacelloConfigurations';
configuration: 'Seaside3';
version: #'release3.2';
load
And in a baseline:
spec
configuration: 'Seaside30'
with: [ spec
className: 'ConfigurationOfSeaside3';
version: #'release3.2';
repository:
'http://smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main' ]
I hope it helps :)
> _______________________________________________
> seaside mailing list
> [email protected]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
--
Cyril Ferlicot
http://www.synectique.eu
2 rue Jacques Prévert 01,
59650 Villeneuve d'ascq France
_______________________________________________
seaside mailing list
[email protected]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
signature.asc
(application/pgp-signature, 819 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJYk3CeAAoJEBzpUtxBqUIDMdoP/Rh+EW+5cODLzcdGWQHphpYk WqScAGKDLMKizSUEMJ8tRLB9h39ExTcCqmFNyrJYDVM31QfXrOfgflKCH0LwJ1QJ YNjoh7fCRO2KphiC+dE+JY5SkBpiwdJRORDkXRPrnAjhoDYXe/tnJAIi72xexWjA Y2ukynOq6qhYW0F/f+2WYIZk471aKaOv9LSSypr8U+JMm9q5M4mNCHPZlexCgBXY SU7d57K4/5VI7+bumkmV/Ts+gi7UD8PR7NjTfC6xdNObF3lnvd0BTP76oIy+57wD NXdaViaLjBy3OhnoggBTLsfx4JlLu6khmBTqlhRtqwe20aroaG4wMHvAROZ4mbCy P4PWMeH3JJtbZ6ILdoLcISOpbaBsf1mQ+9RLM9zjvcdcKvvnPJXLMy9kYhzxcqRL BCdkOD/Jx+QVzxqiQO1YSmz71eIdCcuKBRfkaol7yCOuhHsfQ42p99o4fojiWqXi 3uWfORL03wpmY3FPzeYDmq/S+7Qe7IruCSG5k0tsjE0tiboURZhr9WwK/OW0iNZK 3XH7NSXBAdxaF/KGZgstqcbqd6F7Nkrxh6sfZvvnzTFlo9Iz6f563Rat4942R/X0 o8cTw4IpKMSPpata4FZEvmJSFNGpHzALWFmyZYzzEN11gaYay30DmXki9SMm25Zs gswLr05vtya+GVudLRXk =ebN3 -----END PGP SIGNATURE-----