[Seaside] Re: Problems with Postmark in Pharo 2.0 with and without Seaside

Dave lasmiste at gmail.com
Thu Dec 19 18:13:22 UTC 2013


Hi Paul,
 To sum up.

Loading Postmark:
1) On a clean Pharo 2 image, no problem.
2) On a clean Pharo 2 image + Seaside 3.0.9, no problem.
3) On my image that is a Pharo 2 + Seaside 3.0.8, DNU
GRPackage(Object)>>doesNotUnderstand: #includesSelector:ofClassName: 

I don't understand why, but I also tried to load a previous version of
Postmark:
(Smalltalk at: #ConfigurationOfPostMark) project version:'0.6' 
it does not start the load of Seaside 3.0.9 nor Zinc, but at the end of
loading all packages it returns the DNU above :-(


Now, a couple of notes:
1) I don't need (want) to update Seaside. I made a couple of manual tests
with Postmark version 0.6 and it works, so I gonna load that version. Paul,
is there any warning on doing that?

2) During several attempts in loading seaside from a clean pharo image I
evaluated the code I found on http://www.seaside.st/download/pharo i.e.
Gofer new
    squeaksource: 'MetacelloRepository';
    package: 'ConfigurationOfSeaside30';
    load.
(Smalltalk at: #ConfigurationOfSeaside30) load.

That code does not work because it should load version "3.1.0-gemstone
[ConfigurationOfSeaside30]" that, if I understand, is not available in
ConfigurationOfSeaside30 but in ConfigurationOfSeaside3 !!!
Someone should update http://www.seaside.st/download/pharo. Actually, who is
the manager of Seaside project?




--
View this message in context: http://forum.world.st/Problems-with-Postmark-in-Pharo-2-0-with-and-without-Seaside-tp4730958p4731236.html
Sent from the Seaside General mailing list archive at Nabble.com.


More information about the seaside mailing list