Hi, maybe this is a naive question but anyway: how do I load seaside 2.8 in pharo? I just load the squeak version? cheers and thanks Marco
Use PackageUnivsers. That loads all the dependencies. Alternatively SqueakMap should also work. Lukas On Tue, Feb 3, 2009 at 3:17 PM, Marco D'Ambros <marco.dambros@lu.unisi.ch> wrote:
Hi,
maybe this is a naive question but anyway: how do I load seaside 2.8 in pharo? I just load the squeak version?
cheers and thanks Marco
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Lukas Renggli http://www.lukas-renggli.ch
I haven't tried, but you can have a look at the class side of the class ScriptLoader. There is method to load Seaside 2.9 For Seaside 2.8, I do not know Alexandre On 3 Feb 2009, at 15:17, Marco D'Ambros wrote:
Hi,
maybe this is a naive question but anyway: how do I load seaside 2.8 in pharo? I just load the squeak version?
cheers and thanks Marco
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
I haven't tried, but you can have a look at the class side of the class ScriptLoader. There is method to load Seaside 2.9
That script does not load an "official" set of packages. To me it does not look like it works. If you want Seaside 2.9 you should use <http://builder.seaside.st/>. Cheers, Lukas -- Lukas Renggli http://www.lukas-renggli.ch
participants (3)
-
Alexandre Bergel -
Lukas Renggli -
Marco D'Ambros