[Pharo-project] building from PharoKernel
I would like to build a DrGeo image from PharoKernel. Is it something possible? I guess I am not the only one wondering about that Hilaire -- Education 0.2 -- http://blog.ofset.org/hilaire
On Tue, Aug 2, 2011 at 3:41 PM, Hilaire Fernandes < hilaire.fernandes@edu.ge.ch> wrote:
I would like to build a DrGeo image from PharoKernel. Is it something possible? I guess I am not the only one wondering about that
I'm interested, but for Seaside / SmallHarbour. Laurent.
Hilaire
-- Education 0.2 -- http://blog.ofset.org/hilaire
For DrGeo I don't think it makes that much sense since you need Morphic and all its friends. So maybe it is just easier to unload some unused packages from PharoCore. For seaside/SmallHarbour it makes much sense, but you should not start from PharoKernel but from the PharoKernel that contains Zinc, Gofer and all the netwroking, otherwise it would be useless for seaside I guess. Since you don't need morphic (unless you want RFB), you can really make much smaller images, which I guess is VERY important for a project like SmallHarbour where you will deploy a lot of images. On Tue, Aug 2, 2011 at 5:01 PM, laurent laffont <laurent.laffont@gmail.com>wrote:
On Tue, Aug 2, 2011 at 3:41 PM, Hilaire Fernandes < hilaire.fernandes@edu.ge.ch> wrote:
I would like to build a DrGeo image from PharoKernel. Is it something possible? I guess I am not the only one wondering about that
I'm interested, but for Seaside / SmallHarbour.
Laurent.
Hilaire
-- Education 0.2 -- http://blog.ofset.org/hilaire
-- Mariano http://marianopeck.wordpress.com
We still do not have MinimalMorphic image equivalent so there is no reason to use it for DrGeo. However you may try to create DrGeo image, then start with Gefer image, load all methods that are not present in the Gofer image in form of a proxy method that will log the method call, loads the right code and executes it. Some supporting code is on the wiki of http://www.squeaksource.com/KernelImage.html. MinimalMorphic was created partly using this way. -- Pavel On Tue, Aug 2, 2011 at 3:41 PM, Hilaire Fernandes <hilaire.fernandes@edu.ge.ch> wrote:
I would like to build a DrGeo image from PharoKernel. Is it something possible? I guess I am not the only one wondering about that
Hilaire
-- Education 0.2 -- http://blog.ofset.org/hilaire
Is it actually possible to load ConfigurationOfSeaside30 in PharoKernel ? I've tried using https://ci.lille.inria.fr/pharo/job/Pharo%20Kernel%20Gofer/6/artifact/PharoK... it seems to do nothing... Note that builds #7 and #8 .zip seem to contain a PharoCore and not PharoKernel. Laurent On Tue, Aug 2, 2011 at 11:08 PM, Pavel Krivanek <pavel.krivanek@gmail.com>wrote:
We still do not have MinimalMorphic image equivalent so there is no reason to use it for DrGeo. However you may try to create DrGeo image, then start with Gefer image, load all methods that are not present in the Gofer image in form of a proxy method that will log the method call, loads the right code and executes it. Some supporting code is on the wiki of http://www.squeaksource.com/KernelImage.html. MinimalMorphic was created partly using this way.
-- Pavel
On Tue, Aug 2, 2011 at 3:41 PM, Hilaire Fernandes <hilaire.fernandes@edu.ge.ch> wrote:
I would like to build a DrGeo image from PharoKernel. Is it something possible? I guess I am not the only one wondering about that
Hilaire
-- Education 0.2 -- http://blog.ofset.org/hilaire
I will look at it but today I'm not neer my computer -- Pavel 2.8.2011 v 23:15, laurent laffont <laurent.laffont@gmail.com>:
Is it actually possible to load ConfigurationOfSeaside30 in PharoKernel ?
I've tried using https://ci.lille.inria.fr/pharo/job/Pharo%20Kernel%20Gofer/6/artifact/PharoK... but it seems to do nothing...
Note that builds #7 and #8 .zip seem to contain a PharoCore and not PharoKernel.
Laurent
On Tue, Aug 2, 2011 at 11:08 PM, Pavel Krivanek <pavel.krivanek@gmail.com> wrote: We still do not have MinimalMorphic image equivalent so there is no reason to use it for DrGeo. However you may try to create DrGeo image, then start with Gefer image, load all methods that are not present in the Gofer image in form of a proxy method that will log the method call, loads the right code and executes it. Some supporting code is on the wiki of http://www.squeaksource.com/KernelImage.html. MinimalMorphic was created partly using this way.
-- Pavel
On Tue, Aug 2, 2011 at 3:41 PM, Hilaire Fernandes <hilaire.fernandes@edu.ge.ch> wrote:
I would like to build a DrGeo image from PharoKernel. Is it something possible? I guess I am not the only one wondering about that
Hilaire
-- Education 0.2 -- http://blog.ofset.org/hilaire
participants (4)
-
Hilaire Fernandes -
laurent laffont -
Mariano Martinez Peck -
Pavel Krivanek