Re: [Pharo-project] [Jenkins] Kernel 1.4 with Gofer+Networking
currently it is possible to load and successfully initialize Morphic with all packages present in the Core image at once. I already sent to Marcus necessary scripts for Hudson.
I will set it up tonight...
https://ci.lille.inria.fr/pharo/job/Pharo%20Kernel%201.4/lastSuccessfulBuild... but something is strange: -> 25MB -> not loading error message in _report.txt attached -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.
Well, the size is so big because loading of packages worked well but initialization step that does cleanup failed. Change this: line 76: accuny := Compiler evaluate: (FileStream readOnlyFileNamed: 'accuny.txt') contentsOfEntireFile. line 263: rep := FileStream forceNewFileNamed: 'PharoDebug.log'. ...or use the attached file. Evidently a mess in versions, I think my fault. In the file loadCore.st remove the line 70 that makes the package Deprecated12 part of the Core image to be up-to-date with current verson. Cheers, -- Pavel On Mon, Jun 27, 2011 at 10:06 PM, Marcus Denker <marcus.denker@inria.fr> wrote:
currently it is possible to load and successfully initialize Morphic with all packages present in the Core image at once. I already sent to Marcus necessary scripts for Hudson.
I will set it up tonight...
https://ci.lille.inria.fr/pharo/job/Pharo%20Kernel%201.4/lastSuccessfulBuild...
but something is strange:
    -> 25MB     -> not  loading
error message in _report.txt attached
-- Marcus Denker  -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.
participants (2)
-
Marcus Denker -
Pavel Krivanek