[Pharo-project] how to load magritte in seaside 3.0?
Hi I want to load magritte with Seaside 3.0 and I followed http://book.pharo-project.org/book/PharoTools/Magritte/ Magritte2 For Pharo With Seaside 3 Gofer it squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfMagritte'; load. (ConfigurationOfMagritte2 project version: '2.0.5') load but I does not load. Stef
Until somebody figures out why the configuration does not work you could use the following script from http://github.com/renggli/builder/blob/master/scripts/magritte2.st. Of course this assumes that Seaside 3 is already loaded. Gofer new renggli: 'magritte2'; package: 'Magritte-Model'; package: 'Magritte-Pharo-Model'; package: 'Magritte-Seaside'; package: 'Magritte-Pharo-Seaside'; package: 'Magritte-Morph'; package: 'Magritte-Tests-Model'; package: 'Magritte-Tests-Pharo-Model'; load. Lukas On 31 October 2010 09:38, stephane ducasse <stephane.ducasse@free.fr> wrote:
Hi
I want to load magritte with Seaside 3.0 and I followed
http://book.pharo-project.org/book/PharoTools/Magritte/
Magritte2 For Pharo With Seaside 3
Gofer it    squeaksource: 'MetacelloRepository';    package: 'ConfigurationOfMagritte';    load. (ConfigurationOfMagritte2 project version: '2.0.5') load
but I does not load.
Stef
-- Lukas Renggli www.lukas-renggli.ch
participants (2)
-
Lukas Renggli -
stephane ducasse