trying to load seaside from scratch into Pharo 1.1 or 1.1.1

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

trying to load seaside from scratch into Pharo 1.1 or 1.1.1

LawsonEnglish
I get a pristine one-click image for 1.1 or 1.1.1  from the
pharo-project website and do:

Gofer new
     squeaksource: 'MetacelloRepository';
     package: 'ConfigurationOfSeaside';
     load.

ConfigurationOfSeaside load.


an hour or so into the install, I get message:

Error: stream is already in a subclass of WAHtmlDocument.


This is using Mac OS X SnowLeopard.

:-(


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

Re: trying to load seaside from scratch into Pharo 1.1 or 1.1.1

EstebanLM
yep, seaside 2.8 does not longers loads into a pharo 1.1... are you trying to load that version on purpose? because other way, you'll need Seaside 3.0.

Gofer it
        squeaksource: 'MetacelloRepository';
        package: 'ConfigurationOfSeaside30';
        load.

ConfigurationOfSeaside30 project latestVersion load.

cheers,
Esteban



El 14/12/2010, a las 9:51p.m., Lawson English escribió:

> I get a pristine one-click image for 1.1 or 1.1.1  from the pharo-project website and do:
>
> Gofer new
>    squeaksource: 'MetacelloRepository';
>    package: 'ConfigurationOfSeaside';
>    load.
>
> ConfigurationOfSeaside load.
>
>
> an hour or so into the install, I get message:
>
> Error: stream is already in a subclass of WAHtmlDocument.
>
>
> This is using Mac OS X SnowLeopard.
>
> :-(
>
>
> Lawson
> _______________________________________________
> seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

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

Re: trying to load seaside from scratch into Pharo 1.1 or 1.1.1

Ramon Leon-5
On 12/14/2010 06:01 PM, Esteban Lorenzano wrote:
> yep, seaside 2.8 does not longers loads into a pharo 1.1...
> are you trying to load that version on purpose? because other way,
>  you'll need Seaside 3.0.


That's news to me, I just ran my local build script to verify, which
contains...

Gofer new
   squeaksource: 'MetacelloRepository';
   package: 'ConfigurationOfSeaside28';
   load.
(Smalltalk at: #ConfigurationOfSeaside28) load

And Seaside 2.8 loads and runs just fine into Pharo 1.1.1.

--
Ramon Leon
http://onsmalltalk.com

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

Re: trying to load seaside from scratch into Pharo 1.1 or 1.1.1

Julian Fitzell-2
In reply to this post by LawsonEnglish
An hour or so?!!!

On Wed, Dec 15, 2010 at 12:51 AM, Lawson English <[hidden email]> wrote:

> I get a pristine one-click image for 1.1 or 1.1.1  from the pharo-project
> website and do:
>
> Gofer new
>    squeaksource: 'MetacelloRepository';
>    package: 'ConfigurationOfSeaside';
>    load.
>
> ConfigurationOfSeaside load.
>
>
> an hour or so into the install, I get message:
>
> Error: stream is already in a subclass of WAHtmlDocument.
>
>
> This is using Mac OS X SnowLeopard.
>
> :-(
>
>
> Lawson
> _______________________________________________
> seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: trying to load seaside from scratch into Pharo 1.1 or 1.1.1

EstebanLM
In reply to this post by Ramon Leon-5
Oh, I tried some weeks ago and I failed miserably :)
In fact, I hope I can fix this because I need to update a project and I would like to use Pharo 1.1.1 instead 1.0.

Cheers,
Esteban

El 15/12/2010, a las 12:29a.m., Ramon Leon escribió:

> On 12/14/2010 06:01 PM, Esteban Lorenzano wrote:
>> yep, seaside 2.8 does not longers loads into a pharo 1.1...
>> are you trying to load that version on purpose? because other way,
>> you'll need Seaside 3.0.
>
>
> That's news to me, I just ran my local build script to verify, which contains...
>
> Gofer new
>  squeaksource: 'MetacelloRepository';
>  package: 'ConfigurationOfSeaside28';
>  load.
> (Smalltalk at: #ConfigurationOfSeaside28) load
>
> And Seaside 2.8 loads and runs just fine into Pharo 1.1.1.
>
> --
> Ramon Leon
> http://onsmalltalk.com
>
> _______________________________________________
> seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

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

Re: trying to load seaside from scratch into Pharo 1.1 or 1.1.1

EstebanLM
In reply to this post by Ramon Leon-5
grrr.... confirmed. Now Seaside 2.8 version 2.8.4.9 loads fine in pharo 1.1.1... it should be a network problem that day.

cheers,
Esteban


El 15/12/2010, a las 12:29a.m., Ramon Leon escribió:

> On 12/14/2010 06:01 PM, Esteban Lorenzano wrote:
>> yep, seaside 2.8 does not longers loads into a pharo 1.1...
>> are you trying to load that version on purpose? because other way,
>> you'll need Seaside 3.0.
>
>
> That's news to me, I just ran my local build script to verify, which contains...
>
> Gofer new
>  squeaksource: 'MetacelloRepository';
>  package: 'ConfigurationOfSeaside28';
>  load.
> (Smalltalk at: #ConfigurationOfSeaside28) load
>
> And Seaside 2.8 loads and runs just fine into Pharo 1.1.1.
>
> --
> Ramon Leon
> http://onsmalltalk.com
>
> _______________________________________________
> seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

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