Metacello load baselines/configurations only
Hi, is there a way to instruct Metacello to only install BaselineOfs/ConfigurationOfs instead of the entire project? For the purposes of analyzing dependencies. Thanks, Peter
Am 03.10.2018 um 08:34 schrieb Peter Uhnak <i.uhnak@gmail.com>:
Hi,
is there a way to instruct Metacello to only install BaselineOfs/ConfigurationOfs instead of the entire project? For the purposes of analyzing dependencies.
Isnât this the case if you use fetch instead if load? Norbert
Thanks, Peter
On Wed, Oct 3, 2018 at 9:28 AM Norbert Hartl <norbert@hartl.name> wrote:
Am 03.10.2018 um 08:34 schrieb Peter Uhnak <i.uhnak@gmail.com>:
Hi,
is there a way to instruct Metacello to only install BaselineOfs/ConfigurationOfs instead of the entire project? For the purposes of analyzing dependencies.
Isnât this the case if you use fetch instead if load?
Yeh, but I don't think fetch is recursive... You have also #record that will return a list of things to load.
Norbert
Thanks, Peter
-- Guille Polito Research Engineer Centre de Recherche en Informatique, Signal et Automatique de Lille CRIStAL - UMR 9189 French National Center for Scientific Research - *http://www.cnrs.fr <http://www.cnrs.fr>* *Web:* *http://guillep.github.io* <http://guillep.github.io> *Phone: *+33 06 52 70 66 13
Use the Metacello `get` command:    Metacello new       repository: '...';       get Just the baseline (or Configuration) will be loaded. Dale On 10/02/2018 11:34 PM, Peter Uhnak wrote:
Hi,
is there a way to instruct Metacello to only install BaselineOfs/ConfigurationOfs instead of the entire project? For the purposes of analyzing dependencies.
Thanks, Peter
participants (4)
-
Dale Henrichs -
Guillermo Polito -
Norbert Hartl -
Peter Uhnak