On 2013-05-22, at 13:05, Goubier Thierry <[email protected]> wrote:

> I'm trying to setup a git-based build script from the command line and I end 
> up unable to load a configuration from a filetree repository on the pharo 
> command line.
> 
> Has someone encountered that? It seems Gopher is missing a FiletreeURL for 
> this to work.


Did you install Filetree using the instructions given here 
https://github.com/dalehenrich/filetree?

Gofer new      
        url: 'http://ss3.gemstone.com/ss/FileTree';
        package: 'ConfigurationOfFileTree';
        load.

((Smalltalk at: #ConfigurationOfFileTree) project version: #'stable') load.

then I am also not sure how much the internals of the config command line 
handler rely 
on the URL code.

Reply via email to