Load Magritte for VisualWorks and Magritte - Tutorial

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

Load Magritte for VisualWorks and Magritte - Tutorial

dtrussardi@tiscali.it
Hello All,
 
about my problem to test MagritteForVisualWorks  Michel wrote:
 
<Hi Dario,
<
<MargritteForVisualWorks publication comments state that Seaside 
<version 2.6b1.128
<is needed. This version provides both #title: and #in: methods.

<Did you get the latest Seaside version from the public repository ?
 
 
In my image based on VW7.4.1 i have preload SeasideForWeboolkit version (2.6b1.84.0, mbany)
 
Now in the published Items on Cincom i see SeasideForWeboolkit version (2.6b1.128.0, mbany).
 
I load it in my image but any in:  & title: method is add.
 
Where i wrong?
 
Other following operation  load MargritteForVisualWorks bundles work fine.
But when i open the personeditor page the error : Message not understood : #title: is create
 
 
When i have on image with load old version of bundle relative to one "framework "what do i do to update all relative bundle with the new version ?
How i can determinate the bundle to update and the order to load it?
It's possibol do update off all bundle relative to one "framework "in automatic?
 
Eliminate from the image the hold bundle and load the new bundle version is one possibol solution?
 
Any pointers would be greatly appreciated!

Thank,

Dario Trussardi Romano

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

Re: Load Magritte for VisualWorks and Magritte - Tutorial

Michel Bany

Hi Dario,

In my image based on VW7.4.1 i have preload SeasideForWeboolkit version (2.6b1.84.0, mbany)
 
Now in the published Items on Cincom i see SeasideForWeboolkit version (2.6b1.128.0, mbany).

This will not work, because " SeasideForWebToolkit " is only a script that loads the various Seaside
pieces assuming that there is not Seaside at all in your image.

When you want to upgrade to a newer version of Seaside, you have two possibilities.

1. Rebuild your VisualWorks image from scratch starting from the base image

or

2. Load the Seaside bundles manually
Seaside-VW 
Seaside 
Seaside-WebToolkit
in the order shown, choosing the most recent 2.6b1.128.x for each
 
I load it in my image but any in:  & title: method is add.

I believe that you do not even have version 2.6b1.84.0 in your image,
because the #title: method exists in that version.

You can verify this by selecting the Seaside bundle in the System Browser
and looking at the bottom right of the System Browser window, or
looking at the Properties tab

Cheers,
Michel.


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