Loading packages with Gofer and Flair

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Loading packages with Gofer and Flair

Fernando olivero
Hi,

How can i specify post install actions when using  Gofer and Flair  
protocol.

If i implement SomePackageLoader>>#load,  i can send the message  
#postInstall.

SomePackageLoader >>load
        | config |
        self ensureFlairAndGofer.
        config := (Smalltalk at: #FLConfiguration) new.
        self allFor: config.
        config load.
        self postInstall.
       

But i've also seen the FLoadable>>postLoadAction: method, but when i  
used i've get an erro with a description that it shouldnt be used.

Thanks,
Fernando

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project