Hi,
I've been trying to use the latest configuration of Seaside 3 with Magritte and TWBS/Magritte with examples to work to try TwitterBootstrap / Magritte. I keep getting errors, the latest configuration of Seaside 3 seems to be missing this WAFileMetadataLibrary, if I load the latest version of Seaside-Core using Metacello it's there but then I get other errors when I try to use the TWBS / Magritte examples. Any clues on how to get this working, is the specific list of configurations needed ?
Thanks
_______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Hi,
You can try loading TWBS by getting one of the seaside-<kom|swazoo|zinc> and by loading the following script in a workspace.
Gofer new
package: 'CSSFrameworks'; load. Gofer new renggli: 'magritte3';
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. Gofer new
package: 'Twitter-Bootstrap-Libraries'; load. Gofer new package: 'Twitter-Bootstrap-Seaside';
load. Gofer new
package: 'Twitter-Bootstrap-Magritte'; load. Gofer new package: 'Twitter-Bootstrap-Examples-Magritte';
load. On Fri, Mar 23, 2012 at 7:31 PM, <[hidden email]> wrote: Hi, Gaëtan Le Brun www.linkedin.com/in/gaetanlebrun "The best way to predict the future is to invent it.", A.Kay, 1971 _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
I've finally got round to creating a Metacello configuration. So from a clean Pharo installation you can load Twitter Bootstrap, Seaside, Magritte etc with:
Gofer it Cheers Nick
On 23 March 2012 19:25, Gaëtan Le Brun <[hidden email]> wrote: Hi, _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |