On Wed, Jul 1, 2009 at 8:04 AM, Damien Cassou <[email protected]>wrote:

> 2009/7/1 Mariano Martinez Peck <[email protected]>:
> > 1) right button -> system -> software update
> > This will ONLY update the "pharo core". But all the added packages to
> Pharo,
> > like dev tools (OB, OCompletion, etc..) won't be updated.
>
> that often does not work because of some overrides in installed packages.
>
> > 2) Download a new image. This will include the updates for the dev things
> > and 1)
>
> this is the right way of doing it. Moreover, it forces you to take
> care of your code and package it cleanly. Monticello will help you.
> With just a few lines, you can automate the customization of your
> image and the installation of your packages. Please send me an email
> if you want to know more about this. I know of at least one company
> where developers start with a new image every morning.
>

The problem with this is that perhaps you have objects that you don't want
to loose instead of classes (forget classes are also objects haha). In such
case, Monticello won't help you. In this case you should do some exporter
like SIXX, or something like that.





>
> --
> Damien Cassou
> http://damiencassou.seasidehosting.st
>
> "Lambdas are relegated to relative obscurity until Java makes them
> popular by not having them." James Iry
>
> _______________________________________________
> Pharo-project mailing list
> [email protected]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to