Re: Seaside does not load in Pharo 7.01

Paul DeBruicker <[email protected]>
Newsgroups gmane.comp.lang.smalltalk.squeak.seaside
Message-ID <[email protected]>
It may be an issue with the Catalog.


Seaside's page had loading instructions:


https://github.com/seasidest/seaside



which say to do this in a playground:


Metacello new
 baseline:'Seaside3';
 repository: 'github://SeasideSt/Seaside:master/repository';
 load



And if you're including Seaside in your own Baseline for your project you'd
include it with these three lines


spec baseline: 'Seaside3' with:[
        spec repository: 'github://seasidest/seaside/repository'].



then when you're declaring your project's dependencies do a 

spec package:'MyPackage' with:[ 
        spec requires: #('Seaside3' 'OtherDependency' ...etc... )]
    





sergio_101 wrote
> I am preparing an image for alpha release, an for some reason, I cannot
> get
> Seaside to load…
> 
> I am using the Catalog version of Seaside, and getting this error when
> starting with:
> 
> ZnZincServerAdaptor startOn: 8080.
> 
> The seaside controls does NOT show up in my tools menu..
> 
> Ideas?
> 
> Thanks!
> 
> 
> 
> 
> ----
> peace,
> sergio
> photographer, journalist, visionary
> 
> Public Key: http://bit.ly/29z9fG0
> #BitMessage BM-NBaswViL21xqgg9STRJjaJaUoyiNe2dV
> http://www.codeandmusic.com
> http://www.twitter.com/sergio_101
> http://www.facebook.com/sergio101
> 
> _______________________________________________
> seaside mailing list

> [email protected]

> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
> 
> 
> 22617AA5-6018-4F9D-AF2F-89B4DD17EF3A.png (78K)
> &lt;http://forum.world.st/attachment/5094995/0/22617AA5-6018-4F9D-AF2F-89B4DD17EF3A.png&gt;





--
Sent from: http://forum.world.st/Seaside-General-f86180.html
_______________________________________________
seaside mailing list
[email protected]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.