[squeak-dev] I;m back !!!

Edgar J. De Cleene edgardec2005 at gmail.com
Mon Nov 18 12:56:33 UTC 2019


Today I decide move the server .image of squeakros.org to Linux64 and 5.3
last on ftp
Steps I do:
Dowload Squeak5.3alpha-19174-64bit-201911012148-Linux
Expand
Move  SqueakV50.sources into /bin for no complains avout not to found it
where Linux like.
Move .image and .changes to working dir
Made link to .image and put inside /shared link
Move .sh launch script to Menu bar for easy work.
Launch configure to my taste
Adding lots of packages (hope learn new things for loooong time)
Add Ladrillos with 
MCWorkingCopy allManagers
        do: [:each | each repositoryGroup addRepository: (MCHttpRepository
new location:  'http://www.squeaksource.com/Ladrillos';
    user: '';
    password: '')]
Load SqueakRosCore-edc.31
Install 
| loader |
    loader _ CodeLoader new.
    loader baseURL:'http://www.squeaksource.com/Ladrillos/'.
    loader installLastMonticelloFor: #('DynamicBindings'  'KomServices'
'KomHttpServer' 'HTML' 'HV' 'Scheduler'
'HV-Divagaciones');installSourceFiles.

Troubles
Can't open a button saved from 5.2 working version on Mac, later on this as
is not important now
First working step of the system is
Divagaciones syncronizeWithWiki
First you must set 
Divagaciones lastSynchDate: (Date fromString:   '1 Jan 2019')
O choose 1998 for complete swiki

In the system I use
Object >> createDirIfnotExists

createDirIfnotExists: aDirName
(FileDirectory default
directoryExists:aDirName)
        ifFalse: [FileDirectory default
createDirectory: aDirName].
    ^FileDirectory default directoryNamed:
aDirName

I attach the failure here

Sorry for the long mail.
Hope feedback and someone tell me the steps for add Marcel


Edgar
@morplenauta

-------------- next part --------------
A non-text attachment was scrubbed...
Name: SqueakDebug.log
Type: application/octet-stream
Size: 12694 bytes
Desc: not available
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20191118/7849251d/attachment.obj>


More information about the Squeak-dev mailing list