Tutorial

Florian Minjat florian.minjat at gmail.com
Mon Dec 10 18:10:55 UTC 2007


Hi Keith !
I tried to install your SeasideHelper on a fresh squeakDev 3.10 but 
got problems with Jetsam.
 From Universe I got this error : "could not find necessary package: 
Seaside KernelExt-kph". After some search it seems the package is 
named "KernelExt-kph".
And doing "Installer universe install: 'KernelExt-kph'; install." got 
me teses errors :
"This package depends on the following classes:
   SequenceableCollectionJoinSplitTest
You must resolve these dependencies before you will be able to load 
these definitions:
   SequenceableCollectionJoinSplitTest>>testJoinTokensUsingCharacter
   SequenceableCollectionJoinSplitTest>>testJoinTokensUsingString
   SequenceableCollectionJoinSplitTest>>testJoinUsingArray
   SequenceableCollectionJoinSplitTest>>testJoinUsingLastOnArray
   SequenceableCollectionJoinSplitTest>>testJoinUsingLastOnArrayOfStrings
   SequenceableCollectionJoinSplitTest>>testSplitArray
   SequenceableCollectionJoinSplitTest>>testSplitBlock
   SequenceableCollectionJoinSplitTest>>testSplitString


Select Proceed to continue, or close this window to cancel the operation."

Any idea on this one ?

Florian

Keith Hodges wrote:
> Embarrassingly, especially because I wrote Installer and its
> documentation, I got the code below wrong, so here is a corrected version
> 
> sorry
> 
> Keith
> =================================
> 
> 
> Hello,
> 
> Just to reiterate, that the tutorial and the supporting code are a work
> in progress and they are currently being debugged! When the code works,
> hopefully in the next hour or two, it will be available as indicated in
> the tutorial, by Installer universe install: 'Magma SeasideHelper'.
> 
> There are 7 different helper options, I may need some help to test them
> all, to see if they work as described on the tin.
> 
> I have not yet uploaded the package to Universes so...
> 
> If you would like to see the code so far, and to get ready for its
> impending readiness you will need:
> 
> "to ensure the latest version of Installer with universes support"
> Installer squeaksource project: 'Installer'; install: 'Installer-Core'.
> 
> "The current stable Seaside Release"
> Installer universe install: 'Seaside'; install.
> 
> "The latest Jetsam Seaside Extensions"
> Installer universe install: 'Kernel-Ext'; install.
> Installer squeaksource package: 'Jetsam';  install: 'Seaside28Jetsam'.
> 
> "The current stable Magma release"
> Installer universe install: 'Magma 1.0 server'; install.
> 
> "and finally the curring edge work in progress"
> Installer squeaksource project: 'MagmaTester'; install: 'Magma
> seasideHelper'.
> 
> "There is also some code for the tutorial"
> Installer squeaksource project: 'ToDoTutorial'; install: 'STTutTodoApp'.
> 
> enjoy and ... watch this space
> 
> Keith
> 
> 
> 
> 
> 
> _______________________________________________
> Magma mailing list
> Magma at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/magma
> 
> _______________________________________________
> Magma mailing list
> Magma at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/magma
> 


More information about the Magma mailing list