Nov. 8, 2011
10:23 a.m.
On 11/7/11 13:58 PM, "Mariano Martinez Peck" <marianopeck@gmail.com> wrote:
Hi guys. Is there a way to get a list of packages or packages names of a squeaksource repo? For example, I would love to do:
Gofer it squeaksource: 'xxx'; allPackages.
is that possible?
Thanks
Hi Mariano I attach my version of CodeLoader, explore it and maybe have the answer You could do: | loader | loader _ CodeLoader new. loader baseURL:'http://www.squeaksource.com/Ladrillos/'. loader installLastMonticelloFor: #('DynamicBindings' 'KomServices' 'KomHttpServer' );installSourceFiles. And load morphs or projects if you have the url and the logic Improvements, very welcomed :=) Edgar