[Pharo-project] could metacello be hosted on ss3 or smalltalkhub or not load configurationOfHelp?
Stef wrote:
because right now we cannot load configurations because it requires >configuration of Help and squeaksource is done. It would be good to have a small version of metacello just loading the bare >minimum.
to Dale: Especially since "configuration of Help" is not required anymore. Help system is in Pharo and Squeak included. A "core" without help would be good Thx T. -- Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de
I thought that the latAm mirror for squeaksource was a good solution... ConfigurationOfHelp is not the only configuration hosted on SqueakSource ... so anything I might do for Metacello is merely a bandaid ... The latam mirror is a solution... Dale ----- Original Message ----- | From: "Torsten Bergmann" <astares@gmx.de> | To: pharo-project@lists.gforge.inria.fr | Sent: Friday, June 22, 2012 3:50:34 AM | Subject: [Pharo-project] could metacello be hosted on ss3 or smalltalkhub or not load configurationOfHelp? | | Stef wrote: | >because right now we cannot load configurations because it requires | >>configuration of Help and | >squeaksource is done. | >It would be good to have a small version of metacello just loading | >the bare >minimum. | | to Dale: | Especially since "configuration of Help" is not required anymore. | Help system is in Pharo and Squeak included. | | A "core" without help would be good | | Thx | T. | | -- | Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir | belohnen Sie mit bis zu 50,- Euro! | https://freundschaftswerbung.gmx.de | |
Teach a developer to hack Metacello ... he can load Metacello. Teach a developer to use the latam mirror ... he can load the world! Dale ----- Original Message ----- | From: "Dale Henrichs" <dhenrich@vmware.com> | To: Pharo-project@lists.gforge.inria.fr | Sent: Friday, June 22, 2012 6:55:35 AM | Subject: Re: [Pharo-project] could metacello be hosted on ss3 or smalltalkhub or not load configurationOfHelp? | | I thought that the latAm mirror for squeaksource was a good | solution... | | ConfigurationOfHelp is not the only configuration hosted on | SqueakSource ... so anything I might do for Metacello is merely a | bandaid ... | | The latam mirror is a solution... | | Dale | | | ----- Original Message ----- | | From: "Torsten Bergmann" <astares@gmx.de> | | To: pharo-project@lists.gforge.inria.fr | | Sent: Friday, June 22, 2012 3:50:34 AM | | Subject: [Pharo-project] could metacello be hosted on ss3 or | | smalltalkhub or not load configurationOfHelp? | | | | Stef wrote: | | >because right now we cannot load configurations because it | | >requires | | >>configuration of Help and | | >squeaksource is done. | | >It would be good to have a small version of metacello just loading | | >the bare >minimum. | | | | to Dale: | | Especially since "configuration of Help" is not required anymore. | | Help system is in Pharo and Squeak included. | | | | A "core" without help would be good | | | | Thx | | T. | | | | -- | | Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir | | belohnen Sie mit bis zu 50,- Euro! | | https://freundschaftswerbung.gmx.de | | | | | |
Hit this link: http://www.dsal.cl/squeaksource/ and follow the instructions for hooking up the mirror...works even when SqueakSource is down... Dale ----- Original Message ----- | From: "Dale Henrichs" <dhenrich@vmware.com> | To: Pharo-project@lists.gforge.inria.fr | Sent: Friday, June 22, 2012 6:59:04 AM | Subject: Re: [Pharo-project] could metacello be hosted on ss3 or smalltalkhub or not load configurationOfHelp? | | Teach a developer to hack Metacello ... he can load Metacello. | | Teach a developer to use the latam mirror ... he can load the world! | | Dale | | ----- Original Message ----- | | From: "Dale Henrichs" <dhenrich@vmware.com> | | To: Pharo-project@lists.gforge.inria.fr | | Sent: Friday, June 22, 2012 6:55:35 AM | | Subject: Re: [Pharo-project] could metacello be hosted on ss3 or | | smalltalkhub or not load configurationOfHelp? | | | | I thought that the latAm mirror for squeaksource was a good | | solution... | | | | ConfigurationOfHelp is not the only configuration hosted on | | SqueakSource ... so anything I might do for Metacello is merely a | | bandaid ... | | | | The latam mirror is a solution... | | | | Dale | | | | | | ----- Original Message ----- | | | From: "Torsten Bergmann" <astares@gmx.de> | | | To: pharo-project@lists.gforge.inria.fr | | | Sent: Friday, June 22, 2012 3:50:34 AM | | | Subject: [Pharo-project] could metacello be hosted on ss3 or | | | smalltalkhub or not load configurationOfHelp? | | | | | | Stef wrote: | | | >because right now we cannot load configurations because it | | | >requires | | | >>configuration of Help and | | | >squeaksource is done. | | | >It would be good to have a small version of metacello just | | | >loading | | | >the bare >minimum. | | | | | | to Dale: | | | Especially since "configuration of Help" is not required anymore. | | | Help system is in Pharo and Squeak included. | | | | | | A "core" without help would be good | | | | | | Thx | | | T. | | | | | | -- | | | Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir | | | belohnen Sie mit bis zu 50,- Euro! | | | https://freundschaftswerbung.gmx.de | | | | | | | | | | | |
Dale Henrichs wrote
and follow the instructions for hooking up the mirror...works even when SqueakSource is down...
Now that the Metacello bootstrap is insulated from sqs, I made a config for the mirror, so you can: Gofer new url: 'http://dsal.cl/squeaksource/MetacelloRepository'; package: 'ConfigurationOfMonticelloRedirect'; load. (Smalltalk at: #ConfigurationOfMonticelloRedirect) load. MRManager redirectFrom: 'http://www.squeaksource.com/' to: 'http://dsal.cl/squeaksource/'. n.b. I uploaded the config to sqs/MetacelloRepository so if you want to use the config in the next day of two (before the mirror picks it up), use "url: 'http://www.squeaksource.com/MetacelloRepository';" above Sean -- View this message in context: http://forum.world.st/could-metacello-be-hosted-on-ss3-or-smalltalkhub-or-no... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
participants (3)
-
Dale Henrichs -
Sean P. DeNigris -
Torsten Bergmann