Re: Extracting a pier root

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

Re: Extracting a pier root

Damien Pollet
On 25/02/2007, Philippe Marschall <[hidden email]> wrote:
> 2007/2/25, Damien Cassou <[hidden email]>:
> > what is the best solution to extract a pier website from an image and
> > put the extracted root into another image ?
>
> Assuming you don't use magma:
> I'd say grab the kernel, file it out with ReferenceStream and file it
> in the other image (you'll have to add it to the instances). Maybe
> you'll have to nil out the mutex in the persistency instance, you'll
> find out if filing out will give an error.

I'm trying to do the same... ReferenceStream doesn't work because it
encounters a BlockContext in the process (eg. some Magritte condition
on the number of posts the blog should show).

I'm trying to go the Magma way but it won't install' either via
Universes or MC. Magma seaside says it needs WADispatcherControlPanel
(I'm following the load order from http://wiki.squeak.org/squeak/5902
)

Any suggestion ?

--
Damien Pollet
type less, do more [ | ] http://typo.cdlm.fasmz.org

_______________________________________________
SmallWiki, Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
Reply | Threaded
Open this post in threaded view
|

Re: Extracting a pier root

keith1y
Damien Pollet wrote:

> On 25/02/2007, Philippe Marschall <[hidden email]> wrote:
>  
>> 2007/2/25, Damien Cassou <[hidden email]>:
>>    
>>> what is the best solution to extract a pier website from an image and
>>> put the extracted root into another image ?
>>>      
>> Assuming you don't use magma:
>> I'd say grab the kernel, file it out with ReferenceStream and file it
>> in the other image (you'll have to add it to the instances). Maybe
>> you'll have to nil out the mutex in the persistency instance, you'll
>> find out if filing out will give an error.
>>    
>
> I'm trying to do the same... ReferenceStream doesn't work because it
> encounters a BlockContext in the process (eg. some Magritte condition
> on the number of posts the blog should show).
>
> I'm trying to go the Magma way but it won't install' either via
> Universes or MC. Magma seaside says it needs WADispatcherControlPanel
> (I'm following the load order from http://wiki.squeak.org/squeak/5902
> )
>
> Any suggestion ?
>
>  
Since WADispatcherControlPanel was never allowed into an official
release it was sidelined into the Jetsam package.

Keith


_______________________________________________
SmallWiki, Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki