Le 22/05/2013 13:57, Frank Shearar a écrit :
On 22 May 2013 12:56, Goubier Thierry <thierry.goubier@cea.fr> wrote:
Le 22/05/2013 13:28, Frank Shearar a écrit :
On 22 May 2013 12:13, Goubier Thierry <thierry.goubier@cea.fr> wrote:
Le 22/05/2013 13:05, Frank Shearar a écrit :
On 22 May 2013 12:05, Goubier Thierry <thierry.goubier@cea.fr> 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.
What does your script currently look like?
frank
./pharo Pharo.image config filetree://`pwd`/../src/
Fails on trying to execute #mcRepositoryAsUser:withPassword: on a GenericUrl instance inside Gofer.
Yep, I'd agree with your assessment. Has Pharo forked Gofer, or does it still use Lukas Renggli's repository?
Not sure I can answer that; in the meantime, I just added a FileTreeUrl as a subclass of FileUrl, and Gofer seems happy with that.
Neat.
Now, I can do: ./pharo Pharo.image eval --save Gofer new url: \'filetree://`pwd`/../../src\'\; package: \'TauC-Parser\'\; load And a long time after (package loading is slowwww), it's done. However, the --install in the config handler doesn't work; had to use --install=stable instead. Thierry
frank
Thierry
frank
-- Thierry Goubier CEA list Laboratoire des Fondations des Systèmes Temps Réel Embarqués 91191 Gif sur Yvette Cedex France Phone/Fax: +33 (0) 1 69 08 32 92 / 83 95
-- Thierry Goubier CEA list Laboratoire des Fondations des Systèmes Temps Réel Embarqués 91191 Gif sur Yvette Cedex France Phone/Fax: +33 (0) 1 69 08 32 92 / 83 95