Seaside does not load in Pharo 7.01

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Seaside does not load in Pharo 7.01

sergio_101
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


_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Seaside does not load in Pharo 7.01

Paul DeBruicker
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

> seaside@.squeakfoundation

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





--
Sent from: http://forum.world.st/Seaside-General-f86180.html
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Seaside does not load in Pharo 7.01

sergio_101
Ah.. this is it.. perfect.. thanks!



On February 8, 2019 at 5:59:08 PM, Paul DeBruicker ([hidden email]) wrote:

Seaside's page had loading instructions:


https://github.com/seasidest/seaside



which say to do this in a playground:


Metacello new
baseline:'Seaside3';
repository: '<a href="github://SeasideSt/Seaside:master/repository" style="word-wrap:break-word;word-break:break-word;font-family:&quot;helvetica Neue&quot;,helvetica;font-size:14px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px">github://SeasideSt/Seaside:master/repository';
load
----
peace,
sergio
photographer, journalist, visionary


_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside