Hi Lukas,
thanks for the hints. I started from Squeak3.9-final-7067 and
installed Pier from SqueakMap. Embedding of WATask works , THANKS :-)
A small problem remains: Some unit tests for Pier give errors,
complaining about BlockContext>>sunitOn:do: not being there. I have
tried to install
www.squeaksource.com/Testing but could not find that
method in any of the packages. Likewise with the 3.10 beta image: no
#sunitOn:do: method there :-( So, where did you get that?
FWIW: As you said, getting Seaside 2.8 via the Universe did not work.
I tried to go from Seaside 2.7 to 2.8 in my existing image, squeak
spinned at 100% CPU near the end of the install, Alt-. did not help.
Using REPL and utils rebootMorphic brought me to Parser>>interactive
not understood, there I was stuck.
Cheers
Matthias
On 9/25/07, Lukas Renggli <renggli(a)iam.unibe.ch> wrote:
when I call:
or embed a WATask, the main area of the Pier page shows
nothing. It also remains empty when I go to other pages. I have also
tried to embed the sushi store example, like so:
- In the Pier menu use Add... component ...name: store, then choose
"Store" from combobox
- embed store in another page using +store+
It works in my image.
[...]
I suggest that you start from a clean image (not a dev image, the
last time I tried it didn't work) and load Pier using SqueakMap. This
will pull in a working configuration of Kom, Seaside, Magritte and
Pier. You can then safely update to the latest versions of these
packages.
Hope this helps?