hi there,
first of all thanks for making Pharo. I can see there is a lot to do but I'm so glad to see an open smalltalk evoluting in such a direction. I wanted to give a try with a web app I'm porting to seaside 2.9a2 but it won't load (I mean seaside 2.9a2). It's complaining about problems related to MIMEDocuments. Looks like the ones in squeak 3.10.2 are first class objects instead of strings, the mime database and such. I'm missing some update? thanks and all the best sebastian _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
On Sat, Feb 28, 2009 at 2:41 PM, Sebastian Sastre <[hidden email]> wrote:
> first of all thanks for making Pharo. I can see there is a lot to do but I'm so > glad to see an open smalltalk evoluting in such a direction. > > I wanted to give a try with a web app I'm porting to seaside 2.9a2 but it won't > load (I mean seaside 2.9a2). It's complaining about problems related to > MIMEDocuments. > > Looks like the ones in squeak 3.10.2 are first class objects instead of strings, > the mime database and such. > > I'm missing some update? > thanks and all the best This is a known bug and it's getting fixed. Please subscribe to the following issue if you want to know when it is fixed. http://code.google.com/p/pharo/issues/detail?id=520 -- Damien Cassou http://damiencassou.seasidehosting.st _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Damien
it should be fixed. At least I integrated in 10245 the latest fixes of mike. So may be now you just need to load the Kom package which is in the inbox. If you give a try let us know. Stef On Mar 1, 2009, at 6:09 PM, Damien Cassou wrote: > On Sat, Feb 28, 2009 at 2:41 PM, Sebastian Sastre <[hidden email] > > wrote: >> first of all thanks for making Pharo. I can see there is a lot to >> do but I'm so >> glad to see an open smalltalk evoluting in such a direction. >> >> I wanted to give a try with a web app I'm porting to seaside 2.9a2 >> but it won't >> load (I mean seaside 2.9a2). It's complaining about problems >> related to >> MIMEDocuments. >> >> Looks like the ones in squeak 3.10.2 are first class objects >> instead of strings, >> the mime database and such. >> >> I'm missing some update? >> thanks and all the best > > This is a known bug and it's getting fixed. Please subscribe to the > following issue if you want to know when it is fixed. > > http://code.google.com/p/pharo/issues/detail?id=520 > > -- > Damien Cassou > http://damiencassou.seasidehosting.st > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
I apoligize if this has been answered before. I have the latest
core. I am trying to load Seaside. First I went to builder.seaside.st and built a script. I chose the core components, Seaside-Adaptors-Commanche and the Seaside examples. Next I filed this into Pharo. Next I filed in KomHttpServer-michael_rueger.45.mcz from the inbox. I started the Seaside server after giving it a port number. Is this procedure correct? I can't seem to get the Seaside main page up from browser. |
On Thu, Mar 5, 2009 at 8:37 PM, MichaelA <[hidden email]> wrote:
> I apoligize if this has been answered before. I have the latest > core. I am trying to load Seaside. Which version? The experimental 2.9 or the stable 2.8? You should try: ScriptLoader loadSeaside "for 2.8" ScriptLoader loadSeaside29 "for 2.9" -- Damien Cassou http://damiencassou.seasidehosting.st _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Free forum by Nabble | Edit this page |