Re: [Pharo-users] depending on a group of a BaselineOf

2018-03-03 Thread Peter Uhnák
Thank you all... I guess I must have been doing something wrong, because I've tried `loads:` before. But it is working now. Thanks! Peter On Tue, Feb 27, 2018 at 11:56 AM, Jupiter Jones wrote: > (I hope this isn’t posted twice - I accidentally sent it from an address > that wasn’t subscribed s

Re: [Pharo-users] depending on a group of a BaselineOf

2018-02-27 Thread Jupiter Jones
(I hope this isn’t posted twice - I accidentally sent it from an address that wasn’t subscribed so this is a repost - apologies) Hi Peter, I’ve never had to use the provides: method even with fairly complex Baselines. This is an example of the kind of thing I’ve been using: baseline: spec

Re: [Pharo-users] depending on a group of a BaselineOf

2018-02-27 Thread Pavel Krivanek
in BaselineOfBasicTools we use something like. spec baseline: 'SUnit' with: [ spec repository: repository. spec loads: #('UI' 'Help')]. -- Pavel 2018-02-26 23:30 GMT+01:00 Peter Uhnák : > Hi, > > I'm trying to define a dependency on a group of BaselineOf. > > specifically #core of github