[Pharo-project] Universe browser on Damien's dev image
2009/4/12 Ramiro Diaz Trepat <ramiro@diaztrepat.name>
where is it?
I think it is not there anymore. I think he doesn't put Universes in the latests dev images (some time ago he did so). He is using MC to generate the dev image, but I am not sure. Lets wait to his own answer. However, you can install Universes from MC. I actually don't know which repositories you should added and loaded. It would be nice for us to know how to install Universes trough monticello. Thanks, Mariano
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
2009/4/13 Mariano Martinez Peck <marianopeck@gmail.com>:
I think it is not there anymore. I think he doesn't put Universes in the latests dev images (some time ago he did so). He is using MC to generate the dev image, but I am not sure.
You are right. I'm currently building the dev-images based on MC only. The script is in the zip file with the image and changes file.
Lets wait to his own answer.
However, you can install Universes from MC. I actually don't know which repositories you should added and loaded.
ScriptLoader new installingUniverse -- Damien Cassou http://damiencassou.seasidehosting.st
On Mon, Apr 13, 2009 at 5:54 AM, Damien Cassou <damien.cassou@gmail.com>wrote:
2009/4/13 Mariano Martinez Peck <marianopeck@gmail.com>:
I think it is not there anymore. I think he doesn't put Universes in the latests dev images (some time ago he did so). He is using MC to generate the dev image, but I am not sure.
You are right. I'm currently building the dev-images based on MC only. The script is in the zip file with the image and changes file.
Lets wait to his own answer.
However, you can install Universes from MC. I actually don't know which repositories you should added and loaded.
ScriptLoader new installingUniverse
There is something I don't understand. Which is the diference between: ScriptLoader new installingXXX (example: ScriptLoader new installingUniverse) and ScriptLoader loadXXX (example: ScriptLoader loadFFI)) If it is the same, shouldn't we decide only one way to to this ? cheers, Mariano
-- Damien Cassou http://damiencassou.seasidehosting.st
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
2009/4/14 Mariano Martinez Peck <marianopeck@gmail.com>:
There is something I don't understand. Which is the diference between:
ScriptLoader new installingXXXÂ Â Â (example: ScriptLoader new installingUniverse)
and
ScriptLoader loadXXXÂ Â Â (example: ScriptLoader loadFFI))
If it is the same, shouldn't we decide only one way to to this ?
I agree this is the same and should be cleaned. However, the ScriptLoader is for the core developers only, not for end-users. -- Damien Cassou http://damiencassou.seasidehosting.st
Thanks for your replies.I did install it and it works like a charm. Cheers r. On Tue, Apr 14, 2009 at 3:00 PM, Damien Cassou <damien.cassou@gmail.com>wrote:
2009/4/14 Mariano Martinez Peck <marianopeck@gmail.com>:
There is something I don't understand. Which is the diference between:
ScriptLoader new installingXXX (example: ScriptLoader new installingUniverse)
and
ScriptLoader loadXXX (example: ScriptLoader loadFFI))
If it is the same, shouldn't we decide only one way to to this ?
I agree this is the same and should be cleaned. However, the ScriptLoader is for the core developers only, not for end-users.
-- Damien Cassou http://damiencassou.seasidehosting.st
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (3)
-
Damien Cassou -
Mariano Martinez Peck -
Ramiro Diaz Trepat