ConfigurationOfSeaside loads Seaside2.8 by default... ConfigurationOfSeaside is a one-stop shopping configuration for Seaside and has configs for all 6 different projects involved in Seaside: Seaside2.8, Magritte, Pier Seaside3.0, Magritte2, Pier2 ConfigurationOfSeaside>>workspace has examples of a number of different combinations for the above projects. To load just Seaside3.0 using ConfigurationOfSeaside, the following should work: ConfigurationOfSeaside project latestVersion load: #( 'Seaside 3.0' 'Seaside 3.0 Tests' ). Dale ----- "Mariano Martinez Peck" <marianopeck@gmail.com> wrote: | Hi. Maybe ConfigurationOfSeaside has a wrong name. Actually, it is | like a | facade to install not only Seaside but also some other Seaside-related | tools | like Magritte and Pier. | | Have you check ConfigurationOfSeaside >> workspace ? | | I cc Dale that will probably help you as I don't know if he is the | mailing | list. | | Lukas: are there problems installing jQuery AND Scriptaculus ? | | Cheers | | Mariano | | | On Fri, Apr 9, 2010 at 1:51 PM, Lukas Renggli <renggli@gmail.com> | wrote: | | > I am not sure if you use the right configuration, because here the | > class is called ConfigurationOfSeaside30. See | > http://www.seaside.st/download/pharo#113383063 for the complete | script | > that works for me, e.g. it loads all jQuery and Scriptaculous | > examples. | > | > Cheers, | > Lukas | > | > On 9 April 2010 13:24, zekUs <zekzekus@gmail.com> wrote: | > > hello, | > > i installed seaside 3.0 into my pharo image with metacello. but | > > scriptacalous and jquery examples are not loaded. when i installed | with | > the | > > script generated from seaside web site, there was examples of | these | > > libraries. | > > i used the code below to install: | > > ConfigurationOfSeaside project latestVersion load: 'ALL'. | > > is there way to install examples of scriptacalous and jquery? | > > regards. | > > | > > -- | > > Zekeriya "zekUs" KOÃ - http://zekzekus.com/blog | > > | > > _______________________________________________ | > > Pharo-users mailing list | > > Pharo-users@lists.gforge.inria.fr | > > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users | > > | > > | > | > | > | > -- | > Lukas Renggli | > www.lukas-renggli.ch | > | > _______________________________________________ | > Pharo-users mailing list | > Pharo-users@lists.gforge.inria.fr | > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users | >