>> Is there a configuration I can use instead of the gofer invocation?
> 
> Why? Does it depend on strange things?

Using configurations allow me to scripts loading. For example:

-=-=-=-=-=-=-=-=-=
#('NewInspector' 'Shout' 'OCompletion' 'O2' 'Moose' 'CAnalyzer' 'Spy'  'Adore'  
'DependencyView')
do: [:t | 
        | name |
        name := 'ConfigurationOf', t.
        Gofer new
                squeaksource: 'MetacelloRepository'; 
                package: name;
                load.
        ((Smalltalk at: name asSymbol) project perform: #lastVersion) load ].
-=-=-=-=-=-=-=-=-=

Cheers,
Alexandre

-- 
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.






_______________________________________________
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to